Home
last modified time | relevance | path

Searched full:reference (Results 1 – 25 of 6600) sorted by relevance

12345678910>>...264

/freebsd/contrib/byacc/
H A DMANIFEST73 test/btyacc/btyacc_calc1.error reference output for testing
74 test/btyacc/btyacc_calc1.output reference output for testing
75 test/btyacc/btyacc_calc1.tab.c reference output for testing
76 test/btyacc/btyacc_calc1.tab.h reference output for testing
77 test/btyacc/btyacc_demo.error reference output for testing
78 test/btyacc/btyacc_demo.output reference output for testing
79 test/btyacc/btyacc_demo.tab.c reference output for testing
80 test/btyacc/btyacc_demo.tab.h reference output for testing
81 test/btyacc/btyacc_destroy1.error reference output for testing
82 test/btyacc/btyacc_destroy1.output reference output for testing
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp50 // An ES6 module reference.
53 // can reference other modules, either importing symbols from them, or exporting
93 // reference needs re-formatting.
165 JsModuleReference Reference = References[I]; in analyze() local
166 appendReference(ReferencesText, Reference); in analyze()
172 if (!Reference.IsExport && in analyze()
173 (Reference.IsExport != References[I + 1].IsExport || in analyze()
174 Reference.Category != References[I + 1].Category)) { in analyze()
298 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
299 while (Reference != References.end()) { in mergeModuleReferences()
[all …]
/freebsd/share/man/man9/
H A Drefcount.941 .Nd manage a simple reference counter
64 functions provide an API to manage a simple reference counter.
77 It is normally used when creating a reference-counted object.
91 function is used to acquire a new reference.
92 It returns the counter value before the new reference was acquired.
93 The caller is responsible for ensuring that it holds a valid reference
94 while obtaining a new reference.
96 if an object is stored on a list and the list holds a reference on the
98 protection for acquiring a new reference.
109 if the reference was successfully obtained, and
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h37 /// Represents a memory reference as a base pointer and a set of indexing
38 /// operations. For example given the array reference A[i][2j+1][3k+2] in a
52 /// Construct an indexed reference given a \p StoreOrLoadInst instruction.
72 /// Return true/false if the current object and the indexed reference \p Other
79 /// Return true if the current object and the indexed reference \p Other
87 /// Compute the cost of the reference w.r.t. the given loop \p L when it is
90 /// - equal to one if the reference is loop invariant, or
92 /// + the reference stride is less than the cache line size, and
99 /// Attempt to delinearize the indexed reference.
106 /// Return true if the index reference i
[all...]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dfsl,imx25-gcq.yaml28 The regulator supplying the ADC reference voltage.
29 Required when at least one subnode uses the this reference.
33 The regulator supplying the ADC reference voltage on pin XP.
34 Required when at least one subnode uses this reference.
38 The regulator supplying the ADC reference voltage on pin YP.
39 Required when at least one subnode uses this reference.
61 Child nodes used to define the reference voltages used for each channel
82 Specifies the positive reference input as defined in
84 0: YP voltage reference
85 1: XP voltage reference
[all …]
H A Dadi,ad4170-4.yaml22 reference-buffer:
24 Enable precharge buffer, full buffer, or skip reference buffering of
25 the positive/negative voltage reference. Because the output impedance
26 of the source driving the voltage reference inputs may be dynamic,
28 errors if the reference inputs go unbuffered into the ADC. Enable
29 reference buffering if the provided reference source has dynamic high
31 inputs is from AVSS - 50 mV to AVDD + 50 mV when the reference buffers are
32 disabled but narrows to AVSS to AVDD when reference buffering is enabled
47 Reference voltage supply for AVSS. A −2.625V minimum and 0V maximum supply
56 description: 1.7V to 5.25V reference supply to the serial interface (IOVDD).
[all …]
H A Dadi,max11410.yaml44 description: Optional avdd supply. Used as reference when no explicit reference supplied.
47 description: vref0p supply can be used as reference for conversion.
50 description: vref1p supply can be used as reference for conversion.
53 description: vref2p supply can be used as reference for conversion.
56 description: vref0n supply can be used as reference for conversion.
59 description: vref1n supply can be used as reference for conversion.
62 description: vref2n supply can be used as reference for conversion.
79 adi,reference:
81 Select the reference source to use when converting on
112 description: Enable buffered mode for positive reference.
[all …]
H A Dfsl,imx25-gcq.txt15 - vref-ext-supply: The regulator supplying the ADC reference voltage.
16 Required when at least one subnode uses the this reference.
17 - vref-xp-supply: The regulator supplying the ADC reference voltage on pin XP.
18 Required when at least one subnode uses this reference.
19 - vref-yp-supply: The regulator supplying the ADC reference voltage on pin YP.
20 Required when at least one subnode uses this reference.
23 Optionally you can define subnodes which define the reference voltage
37 - fsl,adc-refp: specifies the positive reference input as defined in
39 - fsl,adc-refn: specifies the negative reference input as defined in
/titanic_44/usr/src/uts/intel/io/acpica/executer/
H A Dexresolv.c74 * DESCRIPTION: Convert Reference objects to values
144 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
179 * Note: this increments the local's object reference count in AcpiExResolveObjectToValue()
182 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
189 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
192 * Now we can delete the original Reference Object and in AcpiExResolveObjectToValue()
201 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
220 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
247 /* Invalid reference object */ in AcpiExResolveObjectToValue()
[all …]
H A Dexdebug.c232 /* Decode the reference */ in AcpiExDoDebugObject()
234 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
257 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
259 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject()
263 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
267 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, in AcpiExDoDebugObject()
268 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
270 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
[all …]
/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.h91 * @return Reference to the new ctrl item. The item's reference count is
101 * @return Reference to the new float item. The item's reference count is
111 * @return Reference to the new float item. The item's reference count is
121 * @return Reference to the new float item. The item's reference count is
129 * @return Reference to the new null item. The item's reference count is
137 * @return Reference to the new undef item. The item's reference count is
146 * @return Reference to the new boolean item. The item's reference count is
203 * @return Reference to the new float item. The item's reference count is
212 * @return Reference to the new float item. The item's reference count is
221 * @return Reference to the new float item. The item's reference count is
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h27 * An opaque reference to a disassembler context.
114 * ReferencePC. If the output reference can be determined its type is returned
124 * The reference types on input and output.
126 /* No input reference type or no output reference type. */
129 /* The input reference is from a branch instruction. */
131 /* The input reference is from a PC relative load instruction. */
134 /* The input reference is from an ARM64::ADRP instruction. */
136 /* The input reference is from an ARM64::ADDXri instruction. */
138 /* The input reference is from an ARM64::LDRXui instruction. */
140 /* The input reference is from an ARM64::LDRXl instruction. */
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DENGINE_add.3238 reference-counted mechanism to allow them to be dynamically loaded in and
252 .SS "Reference counting and handles"
253 .IX Subsection "Reference counting and handles"
256 the underlying ENGINE object. Ie. one should obtain a new reference when
260 ENGINE objects have two levels of reference-counting to match the way in
262 inherently a \fBstructural\fR reference \- a structural reference is required
263 to use the pointer value at all, as this kind of reference is a guarantee
264 that the structure can not be deallocated until the reference is released.
266 However, a structural reference provides no guarantee that the ENGINE is
271 \&\fBfunctional\fR reference. This kind of reference can be considered a
[all …]
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c182 * DESCRIPTION: Convert Reference objects to values
252 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
287 * Note: this increments the local's object reference count in AcpiExResolveObjectToValue()
290 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
300 * Now we can delete the original Reference Object and in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
355 /* Invalid reference object */ in AcpiExResolveObjectToValue()
[all …]
/illumos-gate/usr/src/common/acpica/executer/
H A Dexresolv.c182 * DESCRIPTION: Convert Reference objects to values
252 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
287 * Note: this increments the local's object reference count in AcpiExResolveObjectToValue()
290 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
300 * Now we can delete the original Reference Object and in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
355 /* Invalid reference object */ in AcpiExResolveObjectToValue()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h45 /// A class that holds a weak reference to an execution context.
139 /// Set accessor that creates a weak reference to the target referenced in
142 /// If \a target_sp is valid this object will create a weak reference to
143 /// that object, otherwise any previous target weak reference contained in
146 /// Only the weak reference to the target will be updated, no other weak
148 /// a weak reference to the target's process, use the
154 /// Set accessor that creates a weak reference to the process referenced in
157 /// If \a process_sp is valid this object will create a weak reference to
158 /// that object, otherwise any previous process weak reference contained in
161 /// Only the weak reference to the process will be updated, no other weak
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A Dtz.map21 ' # TZ - Resolve a SunOS 5.x Title Reference
53 .if '\\$1'OBQUICKREF_2.x' .ds Tz "OpenBoot 2.x Quick Reference Card
54 .if '\\$1'OBQUICKREF_3.x' .ds Tz "OpenBoot 3.x Quick Reference Card
55 .if '\\$1'OLITREF' .ds Tz "OLIT Reference Manual
59 .if '\\$1'OPENBOOTCMDREF' .ds Tz "OpenBoot 2.x Command Reference Manual
60 .if '\\$1'OPENBOOTCMDREF_3.x' .ds Tz "OpenBoot 3.x Command Reference Manual
63 .if '\\$1'OWREFMAN' .ds Tz "OpenWindows Desktop Reference Manual
66 .if '\\$1'REFMAN' .ds Tz "SunOS Reference Manual
83 .if '\\$1'SPARC' .ds Tz "SPARC Assembly Language Reference Manual
96 .if '\\$1'TTREF' .ds Tz "ToolTalk Reference Guide
[all …]
/titanic_44/usr/src/cmd/troff/troff.d/tmac.d/
H A Dtz.map21 ' # TZ - Resolve a SunOS 5.x Title Reference
53 .if '\\$1'OBQUICKREF_2.x' .ds Tz "OpenBoot 2.x Quick Reference Card
54 .if '\\$1'OBQUICKREF_3.x' .ds Tz "OpenBoot 3.x Quick Reference Card
55 .if '\\$1'OLITREF' .ds Tz "OLIT Reference Manual
59 .if '\\$1'OPENBOOTCMDREF' .ds Tz "OpenBoot 2.x Command Reference Manual
60 .if '\\$1'OPENBOOTCMDREF_3.x' .ds Tz "OpenBoot 3.x Command Reference Manual
63 .if '\\$1'OWREFMAN' .ds Tz "OpenWindows Desktop Reference Manual
66 .if '\\$1'REFMAN' .ds Tz "SunOS Reference Manual
83 .if '\\$1'SPARC' .ds Tz "SPARC Assembly Language Reference Manual
96 .if '\\$1'TTREF' .ds Tz "ToolTalk Reference Guide
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod175 reference-counted mechanism to allow them to be dynamically loaded in and
188 =head2 Reference counting and handles
192 the underlying ENGINE object. Ie. one should obtain a new reference when
196 ENGINE objects have two levels of reference-counting to match the way in
198 inherently a B<structural> reference - a structural reference is required
199 to use the pointer value at all, as this kind of reference is a guarantee
200 that the structure can not be deallocated until the reference is released.
202 However, a structural reference provides no guarantee that the ENGINE is
207 B<functional> reference. This kind of reference can be considered a
208 specialised form of structural reference, because each functional reference
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti,phy-am654-serdes.txt23 reference clock and right input clock in that order.
25 SERDES. Should have 3 items for CMU reference clock,
35 for selecting the correct reference clock. This can be used while
47 left input reference clock as indicated by <&k3_clks 153 4>, external
48 reference clock as indicated by <&k3_clks 153 1> and right input
49 reference clock as indicated by <&serdes1 AM654_SERDES_LO_REFCLK>. (The
53 first refers to the CMU reference clock, second refers to the left output
54 reference clock and the third refers to the right output reference clock.
57 parent of left input reference clock to MAINHSDIV_CLKOUT4 and parent of
58 CMU reference clock to left input reference clock.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c47 * reference count. in C_DigestInit()
85 * Decrement the session reference count. in C_DigestInit()
95 * Decrement the session reference count. in C_DigestInit()
118 * reference count. in C_Digest()
135 * Decrement the session reference count. in C_Digest()
154 * Decrement the session reference count. in C_Digest()
174 * Decrement the session reference count. in C_Digest()
193 * Decrement the session reference count. in C_Digest()
217 * reference count. in C_DigestUpdate()
237 * Decrement the session reference count. in C_DigestUpdate()
[all …]
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c46 * reference count. in C_DigestInit()
84 * Decrement the session reference count. in C_DigestInit()
94 * Decrement the session reference count. in C_DigestInit()
117 * reference count. in C_Digest()
134 * Decrement the session reference count. in C_Digest()
153 * Decrement the session reference count. in C_Digest()
173 * Decrement the session reference count. in C_Digest()
192 * Decrement the session reference count. in C_Digest()
216 * reference count. in C_DigestUpdate()
236 * Decrement the session reference count. in C_DigestUpdate()
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adc/
H A Dfsl-imx25-gcq.h9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
10 #define MX25_ADC_REFP_XP 1 /* XP voltage reference */
11 #define MX25_ADC_REFP_EXT 2 /* External voltage reference */
12 #define MX25_ADC_REFP_INT 3 /* Internal voltage reference */
14 #define MX25_ADC_REFN_XN 0 /* XN ground reference */
15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */
16 #define MX25_ADC_REFN_NGND 2 /* Internal ground reference */
17 #define MX25_ADC_REFN_NGND2 3 /* External ground reference */
/freebsd/tests/sys/kern/
H A Dsys_getrandom.c95 char buf[4096], reference[4096]; in ATF_TC_BODY() local
99 _Static_assert(sizeof(reference) == sizeof(buf), "must match"); in ATF_TC_BODY()
100 memset(reference, 0x7C, sizeof(reference)); in ATF_TC_BODY()
105 ATF_REQUIRE_EQ(memcmp(&buf[1], reference, sizeof(reference) - 1), 0); in ATF_TC_BODY()
109 ATF_REQUIRE_EQ(memcmp(&buf[15], reference, sizeof(reference) - 15), 0); in ATF_TC_BODY()
113 ATF_REQUIRE_EQ(memcmp(&buf[255], reference, sizeof(reference) - 255), 0); in ATF_TC_BODY()
117 ATF_REQUIRE_EQ(memcmp(&buf[4095], reference, sizeof(reference) - 4095), 0); in ATF_TC_BODY()
/illumos-gate/usr/src/tools/scripts/
H A Dxref.1onbld44 options or by setting the cross-reference customization macros (see
62 cross-reference, rather than those in Makefile. If no Makefile exists
67 building the cross-reference. This is chiefly useful when the built
68 cross-reference will be shared with others that either cannot or should
70 the cross-reference. This option is ignored if \fB-c\fP is specified.
74 cross-reference can be operated on by specifying a comma-separated list
79 construction and maintenance of each cross-reference. While the logic in
86 cross-reference by setting any of the following macros:
90 The list of directories to build the cross-reference over; defaults to
92 those using the cross-reference should be listed earlier.
[all …]

12345678910>>...264