/freebsd/contrib/byacc/ |
H A D | MANIFEST | 73 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/cortex-strings/ |
H A D | Makefile.am | 114 reference/bionic-c/bcopy.c \ 115 reference/bionic-c/memchr.c \ 116 reference/bionic-c/memcmp.c \ 117 reference/bionic-c/memcpy.c \ 118 reference/bionic-c/memset.c \ 119 reference/bionic-c/strchr.c \ 120 reference/bionic-c/strcmp.c \ 121 reference/bionic-c/strcpy.c \ 122 reference/bionic-c/strlen.c 125 reference/glibc-c/memchr.c \ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 50 // 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 D | refcount.9 | 41 .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 sucessfully obtained, and [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 37 /// 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 D | fsl,imx25-gcq.yaml | 28 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 D | adi,max11410.yaml | 44 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 D | fsl,imx25-gcq.txt | 15 - 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
|
H A D | adi,ad4130.yaml | 60 description: refin1 supply. Can be used as reference for conversion. 63 description: refin2 supply. Can be used as reference for conversion. 66 description: AVDD voltage supply. Can be used as reference for conversion. 114 18: Internal reference 130 adi,reference-select: 132 Select the reference source to use when converting on the 136 2: REFOUT/AVSS (Internal reference) 220 adi,reference-select = <2>; 229 adi,reference-select = <2>; 238 adi,reference-select = <2>; [all …]
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | floats_ctrls.h | 91 * @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 …]
|
H A D | tags.h | 27 * @return Reference to the new tag item. The item's reference count is 36 * @return Reference to the tagged item 38 * Increases the reference count of the underlying item. The returned reference 53 * @param tagged_item The item to tag. Its reference count will be increased 60 * @param item The item to tag. Its reference count will be increased by 63 * @return Reference to the new tag item. The item's reference count is
|
H A D | arrays.h | 38 * @return Reference to the item, or `NULL` in case of boundary violation. 40 * Increases the reference count of the underlying item. The returned reference 62 * The reference to the item being replaced will be released using #cbor_decref. 65 * @param value The item to assign. Its reference count will be increased by 104 * @return Reference to the new array item. The item's reference count is 113 * @return Reference to the new array item. The item's reference count is 126 * @param pushee The item to push. Its reference count will be increased by
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DisassemblerTypes.h | 27 * 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/sys/contrib/dev/acpica/components/executer/ |
H A D | exresolv.c | 182 * 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 D | ExecutionContext.h | 45 /// 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 …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adc/ |
H A D | fsl-imx25-gcq.h | 9 #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/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti,phy-am654-serdes.txt | 23 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.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | ENGINE_add.3 | 314 reference-counted mechanism to allow them to be dynamically loaded in and 328 .SS "Reference counting and handles" 329 .IX Subsection "Reference counting and handles" 332 the underlying \s-1ENGINE\s0 object. Ie. one should obtain a new reference when 336 \&\s-1ENGINE\s0 objects have two levels of reference-counting to match the way in 338 inherently a \fBstructural\fR reference \- a structural reference is required 339 to use the pointer value at all, as this kind of reference is a guarantee 340 that the structure can not be deallocated until the reference is released. 342 However, a structural reference provides no guarantee that the \s-1ENGINE\s0 is 347 \&\fBfunctional\fR reference. This kind of reference can be considered a [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 175 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/tests/sys/kern/ |
H A D | sys_getrandom.c | 95 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()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_acl_pax.c | 221 void *reference; in DEFINE_TEST() 268 /* Write out the reference data to a file for manual inspection. */ in DEFINE_TEST() 270 reference = slurpfile(&reference_size, "test_acl_pax_posix1e.tar"); in DEFINE_TEST() 272 /* Assert that the generated data matches the built-in reference data.*/ in DEFINE_TEST() 273 failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax_posix1e.tar' reference file."); in DEFINE_TEST() 274 assertEqualMem(buff, reference, reference_size); in DEFINE_TEST() 275 failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax_posix1e.tar' reference file."); in DEFINE_TEST() 277 free(reference); in DEFINE_TEST() 222 void *reference; DEFINE_TEST() local 333 void *reference; DEFINE_TEST() local [all...] |
/freebsd/contrib/ntp/html/ |
H A D | refclock.html | 6 <title>Reference Clock Support</title> 10 <h3>Reference Clock Support</h3> 24 <li class="inline"><a href="#list">List of Reference Clock Drivers</a></li> 28 …reference clocks plus several audio devices for instrumentation signals. A general description o… 29 …reference clock will generally (though not always) be a radio timecode receiver synchronized to … 30 <p>Reference clocks are supported in the same way as ordinary NTP clients and use the same filter, … 31 …reference clock. Only the <tt>mode</tt>, <tt>minpoll</tt>, <tt>maxpoll</tt>, and <tt>prefer</tt> … 32 …reference clock stratum is by default 0, so that the server stratum appears to clients as 1. The… 35 …vers/driver1.html"> Undisciplined Local Clock</a> driver can simulate a reference clock when no ex… 37 …e can provide this function. It normally works in conjunction with the reference clock that produ… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 54 for (LVCompareInfo::reference Entry : Results) { in zeroResults() 120 // In the case of added elements, the 'Reference' reader will be modified; in execute() 126 dbgs() << "[Reference] " << LHS->getName() << "\n" in execute() 133 // We traverse the given scopes tree ('Reference' and 'Target') twice. in execute() 134 // The first time we look for missing items from the 'Reference' and the in execute() 148 // root reference; at each scope an equal test is applied to its children. in execute() 190 // element. If a difference is found, the reference element is marked as in execute() 192 // The final comparison result will show the 'Reference' scopes tree, in execute() 201 for (LVElement *Reference : References) { in execute() 204 if (Reference in execute() [all...] |
/freebsd/contrib/googletest/docs/_data/ |
H A D | navigation.yml | 24 - title: "Testing Reference" 25 url: "/reference/testing.html" 26 - title: "Mocking Reference" 27 url: "/reference/mocking.html" 29 url: "/reference/assertions.html" 31 url: "/reference/matchers.html" 33 url: "/reference/actions.html"
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 17 reference into the device frame of reference using a translation matrix as 23 relative to some specific device frame of reference. 28 reference to (x,y,z) orientation, with (x,y) corresponding to these axes on the 37 reference. This means that the sensor may be flipped upside-down, left-right, 38 or tilted at any angle relative to the frame of reference. 40 Another frame of reference is how the device with its sensor relates to the 49 - Accelerometers have their world frame of reference toward the center of 54 reference can thus be determined. and users would likely expect a value of 93 - Magnetometers (compasses) have their world frame of reference relative to the 95 respect to the local earth geomagnetic reference frame where (y) is in the [all …]
|