Home
last modified time | relevance | path

Searched +full:composite +full:- +full:in (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_comppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[all …]
H A Dcl_qcomppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[all …]
/freebsd/crypto/krb5/doc/tools/
H A Dtype_document.tmpl3 .. $composite.struct_reference($composite.name):
5 #set $title = $composite.name
10 .. c:type:: $composite.name
13 #if $composite.short_description is not None and len($composite.short_description)
14 $composite.short_description
17 $composite.long_description
20 ------------
22 $composite.definition
24 #if $composite.Id is not None
25 #if len($composite.attributes)
[all …]
H A Ddocmodel.py13 notice appear in all copies and that both that copyright notice and
14 this permission notice appear in supporting documentation, and that
15 the name of M.I.T. not be used in advertising or publicity pertaining
18 your software as modified software and not distribute it in such a
40 for (attr,value) in self.__dict__.iteritems():
47 self.category = 'composite'
64 for (attr,value) in self.__dict__.iteritems():
67 attributes = ['%s' % a for a in value]
79 for a in attributes:
85 result = re.sub(r'_', '-', name)
[all …]
H A Ddoxybuilder_types.py13 notice appear in all copies and that both that copyright notice and
14 this permission notice appear in supporting documentation, and that
15 the name of M.I.T. not be used in advertising or publicity pertaining
18 your software as modified software and not distribute it in such a
56 for node in root.iterfind(".//memberdef[@kind]"):
59 if include is None or kind in include:
79 @param include: members sections to include, in None -- include all
85 for node in root.iterfind(".//memberdef[@kind]"):
88 if include is None or kind in include:
95 if 'name' in data and data['name'] in exclude_types:
[all …]
/freebsd/sys/arm64/freescale/imx/
H A Dimx8mq_ccm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
215 COMPOSITE(IMX8MQ_CLK_AHB, "ahb", ahb_p, 0x9000, 0),
218 COMPOSITE(IMX8MQ_CLK_UART1, "uart1", uart_p, 0xaf00, 0),
[all …]
H A Dimx_ccm.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
70 struct imx_clk_composite_def *composite; member
166 /* Composite clock with GATE, MUX, PRE_DIV, and POST_DIV */
[all …]
/freebsd/crypto/krb5/src/doc/
H A DMakefile.in4 SPHINX_ARGS=@MAINT@-W
5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS)
39 # Create HTML documentation in $(docsrc)/html suitable for a
41 # configured paths). This can be done in an unconfigured source tree
43 # make -f Makefile.in SPHINX_ARGS= htmlsrc
44 html: composite
45 rm -rf $(docsrc)/html
46 $(SPHINX_BUILD) -q rst_composite $(docsrc)/html
48 # Dummy target for use in an unconfigured source tree.
50 $(MAKE) -f Makefile.in srcdir=. top_srcdir=.. PYTHON=python3 html clean
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h1 //===- IRMover.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
44 /// Type of the Metadata map in \a ValueToValueMapTy.
49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
69 /// Move in the provide values in \p ValuesToLink from \p Src.
71 /// - \p AddLazyFor is a call back that the IRMover will call when a global
73 /// not present in ValuesToLink. The GlobalValue and a ValueAdder callback
76 /// Pass nullptr if there's no work to be done in such cases.
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp1 //===--- Pointer.cpp - Types for the constexpr VM ---------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 : Pointer(Pointee, Pointee->getDescriptor()->getMetadataSize(), in Pointer()
26 Pointee->getDescriptor()->getMetadataSize()) {} in Pointer()
36 PointeeStorage.BS.Pointee->addPointer(this); in Pointer()
46 Pointee->addPointer(this); in Pointer()
54 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer()
62 Pointee->removePointer(this); in ~Pointer()
63 Pointee->cleanup(); in ~Pointer()
[all …]
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_import_name.c1 /*-
5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 unsigned char *p = input_name_buffer->value; in _gss_import_export_name()
38 size_t len = input_name_buffer->length; in _gss_import_export_name()
44 int composite = 0; in _gss_import_export_name() local
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
138 /* Full composite clock. */
142 .clk.composite = &(struct rk_clk_composite_def) { \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dmux.txt4 register-mapped multiplexer with multiple input clock signals or
8 By default the "clocks" property lists the parents in the same order
13 results in programming the register as follows:
22 "index-starts-at-one" modified the scheme as follows:
30 the number of bits to shift the control field in the register can be
34 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
37 - compatible : shall be "ti,mux-clock" or "ti,composite-mux-clock".
38 - #clock-cells : from common clock binding; shall be set to 0.
39 - clocks : link phandles of parent clocks
40 - reg : register offset for register controlling adjustable mux
[all …]
H A Ddivider.txt4 register-mapped adjustable clock rate divider that does not gate and has
15 ti,index-starts-at-one - valid divisor values start at 1, not the default
22 ti,index-power-of-two - valid divisor values are powers of two. E.g:
39 Any zero value in this array means the corresponding bit-value is invalid
50 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
54 - compatible : shall be "ti,divider-clock" or "ti,composite-divider-clock".
55 - #clock-cells : from common clock binding; shall be set to 0.
56 - clocks : link to phandle of parent clock
57 - reg : offset for register controlling adjustable divider
60 - clock-output-names : from common clock binding.
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp1 //===- llvm-link.cpp - Low-level LLVM linker ------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This utility may be invoked in the following manner:
10 // llvm-link a.bc b.bc c.bc -o x.bc
12 //===----------------------------------------------------------------------===//
57 // llvm-link to simulate ThinLTO backend processes.
61 "imported from bitcode in filename"),
65 // must be specified in the case were we request imports via the -import
67 // exported (imported by a different llvm-link -import invocation), to ensure
[all …]
/freebsd/crypto/libecc/src/examples/basic/
H A Dnn_miller_rabin.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
21 /* Miller-Rabin primality test.
24 * Algorithm: Miller-Rabin probabilistic primality test
25 * MILLER-RABIN(n,t)
27 * OUTPUT: an answer “prime” or “composite” to the question: “Is n prime?”
36 * If y = 1 then return(“composite”).
38 * If y != n − 1 then return (“composite”).
41 * The Miller-Rabin test can give false positives when
43 * "composite".
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/connector/
H A Danalog-tv-connector.txt5 - compatible: "composite-video-connector" or "svideo-connector"
8 - label: a symbolic name for the connector
9 - sdtv-standards: limit the supported TV standards on a connector to the given
11 Possible TV standards are defined in
12 include/dt-bindings/display/sdtv-standards.h.
15 - Video port for TV input
18 -------
19 #include <dt-bindings/display/sdtv-standards.h>
22 compatible = "composite-video-connector";
24 sdtv-standards = <(SDTV_STD_PAL | SDTV_STD_NTSC)>;
[all …]
H A Danalog-tv-connector.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/display/connector/analog-tv-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
15 - composite-video-connector
16 - svideo-connector
20 sdtv-standards:
24 defined in include/dt-bindings/display/sdtv-standards.h.
32 - compatible
[all …]
/freebsd/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2025-04-01 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td1 //===-- DirectiveBase.td - Base directive definition file --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
20 // into. This namespace is nested in llvm namespace.
23 // To avoid placing in any namespace, use "". To specify nested namespaces,
24 // use "::" as the delimiter, e.g., given "A::B", ops will be placed in
25 // `namespace A { namespace B { <directives-clauses> } }`.
28 // Optional prefix used for the generation of the enumerator in the Directive
32 // Optional prefix used for the generation of the enumerator in the Clause
[all …]
/freebsd/crypto/openssh/
H A Dmoduli.c4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * Two-step process to generate safe primes for DHGEX
33 * suitable for use as Diffie-Hellman moduli;
34 * that is, where q = (p-1)/2 is also prime.
[all …]
/freebsd/crypto/openssl/test/
H A Dbn_internal_test.c2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
36 /* return extra parameters related to composite */ in test_is_prime_enhanced()
55 /* negative tests for different composite numbers */ in test_is_composite_enhanced()
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dformat.txt15 the character properties found in the Unicode Character Database (UCDB).
16 Additional properties can be specified in limited UCDB format in another file
23 ---------------------
24 Mn 0 Mark, Non-Spacing
52 L 28 Left-To-Right
53 R 29 Right-To-Left
68 Cm 39 Composite
69 Nb 40 Non-Breaking
74 Ss 45 Space, Other (controls viewed as spaces in ctype isspace())
79 Assumptions: unsigned short is at least 16-bits in size and unsigned long
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7180.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lars-Peter Clausen <lars@metafoo.de>
14 digital interfaces like MIPI CSI-2 or parallel video.
19 - enum:
20 - adi,adv7180
21 - adi,adv7180cp
22 - adi,adv7180st
23 - adi,adv7182
[all …]

1234567891011