| /src/bin/pwd/ |
| H A D | pwd.c | 86 bool logical; in main() local 88 logical = true; in main() 92 logical = true; in main() 95 logical = false; in main() 110 if ((logical && (pwd = getcwd_logical()) != NULL) || in main()
|
| /src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.md | 13 ### Use a **lit test** instead of a **unit test** for the **logical readers**. 18 use ``lit`` tests to validate the **logical readers**. 82 In order to have the same logical functionality as the DWARF reader, such 88 The logical elements must have an unique offset (similar like the DWARF 124 Factor out printing functionality from the logical elements into a 132 logical lines representing the **disassembled instructions** from the **text 133 section** and the logical lines representing the **line records** from the 134 **debug line** section. Using the ranges associated with the logical scopes, 135 we will allocate those logical lines to their logical scopes. 169 The logical view uses its own and non-standard free form text when [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 16 represented logically below as five 64-bit vectors. This logical 33 The following are notable capability bits from logical vector 0 (LV0) 81 The following are notable capability bits from logical vector 1 (LV1) 118 The following are notable capability bits from logical vector 2 (LV2) 140 The following are notable capability bits from logical vector 3 (LV3) 154 The following are notable capability bits from logical vector 4 (LV4) 175 of the logical vectors (LV) described above. Each value is delimited by a 'B<:>'. 180 Used in this form, each non-null logical vector will *overwrite* the entire corresponding 185 To illustrate, the following will zero all capability bits in logical vectors 1 and further 190 The following will zero all capability bits in logical vectors 2 and further: [all …]
|
| /src/crypto/openssl/VMS/ |
| H A D | openssl_startup.com.in | 3 $ ! This script defines the logical names used by the installation 4 $ ! of OpenSSL. It can provide those logical names at any level, 7 $ ! The logical names created are: 31 $ ! In addition, unless P2 is "NOALIASES", these logical names are 43 $ ! P2 If the value is "NOALIASES", no alias logical names are 66 $ ! can build concealed logical names on
|
| H A D | openssl_shutdown.com.in | 3 $ ! This script deassigns the logical names used by the installation 9 $ ! P2 If the value is "NOALIASES", no alias logical names are
|
| /src/contrib/llvm-project/libcxx/modules/ |
| H A D | modules.json.in | 6 "logical-name": "std", 16 "logical-name": "std.compat",
|
| /src/bin/pwd/tests/ |
| H A D | pwd_test.sh | 7 atf_test_case logical 91 atf_add_test_case logical
|
| /src/sys/contrib/zstd/programs/ |
| H A D | util.c | 1137 int UTIL_countCores(int logical) in UTIL_countCores() argument 1186 if (logical) in UTIL_countCores() 1217 int UTIL_countCores(int logical) in UTIL_countCores() argument 1223 …int const ret = sysctlbyname(logical ? "hw.logicalcpu" : "hw.physicalcpu", &numCores, &size, NULL,… in UTIL_countCores() 1243 int UTIL_countCores(int logical) in UTIL_countCores() argument 1299 if (ratio && numCores > ratio && !logical) { in UTIL_countCores() 1316 int UTIL_countCores(int logical) in UTIL_countCores() argument 1328 if (logical) { in UTIL_countCores() 1345 (void) logical; in UTIL_countCores() 1360 int UTIL_countCores(int logical) in UTIL_countCores() argument [all …]
|
| /src/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | dsi.txt | 58 to the logical lanes on the given platform. The value contained in 59 index n describes what physical lane is mapped to the logical lane n 68 The above mapping describes that the logical data lane DATA0 is mapped to 69 the physical data lane DATA3, logical DATA1 to physical DATA0, logic DATA2 72 There are only a limited number of physical to logical mappings possible:
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 201 // [meta.logical], logical operator traits 300 // [meta.logical], logical operator traits
|
| H A D | functional.inc | 41 // [logical.operations], logical operations
|
| /src/contrib/libcbor/doc/source/api/ |
| H A D | type_0_1.rst | 41 …]`, ``cbor_set_uint`` API is somewhat counter-intuitive as the resulting logical value is 1 less. … 49 …will produce an item with the logical value of :math:`-1`. There is, however, an upside to this as…
|
| H A D | streaming_encoding.rst | 6 :func:`cbor_serialize`, these functions take logical values (integers, floats,
|
| /src/contrib/openpam/doc/man/ |
| H A D | openpam.man | 5 are, in the author's opinion, logical and necessary extensions to the
|
| /src/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.F90.var | 219 logical (kind=omp_logical_kind), value :: dynamic_threads 224 logical (kind=omp_logical_kind), value :: nested 249 logical (kind=omp_logical_kind) omp_in_parallel 254 logical (kind=omp_logical_kind) omp_in_final 259 logical (kind=omp_logical_kind) omp_get_dynamic 264 logical (kind=omp_logical_kind) omp_get_nested 395 logical (kind=omp_logical_kind) omp_is_initial_device 478 logical (kind=omp_logical_kind) omp_test_lock 624 logical (kind=omp_logical_kind), value :: verbose 801 logical (kind=omp_logical_kind) omp_in_explicit_task [all …]
|
| H A D | omp_lib.h.var | 283 logical (kind=omp_logical_kind), value :: dynamic_threads 288 logical (kind=omp_logical_kind), value :: nested 313 logical (kind=omp_logical_kind) omp_in_parallel 318 logical (kind=omp_logical_kind) omp_in_final 323 logical (kind=omp_logical_kind) omp_get_dynamic 328 logical (kind=omp_logical_kind) omp_get_nested 452 logical (kind=omp_logical_kind) omp_is_initial_device 535 logical (kind=omp_logical_kind) omp_test_lock 681 logical (kind=omp_logical_kind), value :: verbose 861 logical (kind=omp_logical_kind) omp_in_explicit_task
|
| /src/sys/fs/cd9660/ |
| H A D | TODO.hibler | 8 Unfortunately, if the logical block size is smaller than the page size,
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 147 // Load logical element and zero. 402 // Pack saturate logical. 426 // Unpack logical high. 438 // Unpack logical low. 517 // Average logical. 587 // Maximum logical. 603 // Minimum logical. 624 // Multiply and add logical high. 636 // Multiply and add logical even. 648 // Multiply and add logical odd. [all …]
|
| /src/sys/dev/hptrr/ |
| H A D | him.h | 327 HPT_U8 * logical; member 416 int (*buildsgl)(struct _COMMAND *cmd, PSG psg, int logical);
|
| /src/sys/dev/hpt27xx/ |
| H A D | him.h | 384 HPT_U8 * logical; member 474 int (*buildsgl)(struct _COMMAND *cmd, PSG psg, int logical);
|
| /src/sys/dev/hptnr/ |
| H A D | him.h | 372 HPT_U8 * logical; member 461 int (*buildsgl)(struct _COMMAND *cmd, PSG psg, int logical);
|
| /src/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg4 | 28 # From this line on values CANNOT be prefixed with logical expression
|
| /src/sys/contrib/device-tree/Bindings/input/ |
| H A D | ti,nspire-keypad.txt | 22 - active-low: Specify that the keypad is active low (i.e. logical low signifies
|
| /src/sys/crypto/openssl/arm/ |
| H A D | aes-armv4.S | 23 @ allows to merge logical or arithmetic operation with shift or rotate
|
| /src/crypto/openssl/demos/bio/ |
| H A D | descrip.mms | 1 # This build description trusts that the following logical names are defined:
|