| /freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_getopt.sh | 31 load: $1 57 load="c:d" 59 h_getopt "${load}" "foo -c 1 -d foo" "c=1,d|1" 60 h_getopt "${load}" "foo -d foo bar" "d|2" 61 h_getopt "${load}" "foo -c 2 foo bar" "c=2|2" 62 h_getopt "${load}" "foo -e 1 foo bar" "!?|3" 63 h_getopt "${load}" "foo -d -- -c 1" "d|2" 64 h_getopt "${load}" "foo -c- 1" "c=-|1" 65 h_getopt "${load}" "foo -d - 1" "d|2" 76 load="optstring: abc: [all …]
|
| /freebsd-14.2/contrib/libucl/tests/basic/ |
| H A D | load.in | 4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1… 5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)… 6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) … 7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "… 8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)… 9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)… 10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) … 11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "… 12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "… 13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
|
| /freebsd-14.2/contrib/libucl/python/tests/ |
| H A D | test_load.py | 7 ucl.load() 11 ucl.load(0,0) 14 self.assertEqual(ucl.load(None), None) 19 self.assertEqual(ucl.load(data), valid) 24 self.assertEqual(ucl.load(data), valid) 29 self.assertEqual(ucl.load(data), valid) 55 self.assertEqual(ucl.load("{}"), {}) 58 self.assertEqual(ucl.load("{"), {}) 61 self.assertEqual(ucl.load("}"), {}) 64 self.assertEqual(ucl.load("["), []) [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8994-msft-lumia-octagon.dtsi | 586 regulator-allow-set-load; 593 regulator-allow-set-load; 601 regulator-allow-set-load; 623 regulator-allow-set-load; 631 regulator-allow-set-load; 645 regulator-allow-set-load; 670 regulator-allow-set-load; 678 regulator-allow-set-load; 686 regulator-allow-set-load; 694 regulator-allow-set-load; [all …]
|
| H A D | sa8775p-ride.dts | 61 regulator-allow-set-load; 71 regulator-allow-set-load; 81 regulator-allow-set-load; 91 regulator-allow-set-load; 101 regulator-allow-set-load; 111 regulator-allow-set-load; 126 regulator-allow-set-load; 136 regulator-allow-set-load; 146 regulator-allow-set-load; 168 regulator-allow-set-load; [all …]
|
| H A D | msm8994-sony-xperia-kitakami.dtsi | 240 regulator-allow-set-load; 267 regulator-system-load = <10000>; 268 regulator-allow-set-load; 314 regulator-system-load = <10000>; 315 regulator-allow-set-load; 326 regulator-system-load = <10000>; 327 regulator-allow-set-load; 364 regulator-allow-set-load; 371 regulator-allow-set-load; 413 regulator-allow-set-load; [all …]
|
| H A D | sdm660-xiaomi-lavender.dts | 146 regulator-allow-set-load; 154 regulator-allow-set-load; 161 regulator-allow-set-load; 172 regulator-allow-set-load; 186 regulator-allow-set-load; 255 regulator-allow-set-load; 279 regulator-allow-set-load; 294 regulator-allow-set-load; 301 regulator-allow-set-load; 308 regulator-allow-set-load; [all …]
|
| H A D | sda660-inforce-ifc6560.dts | 269 regulator-allow-set-load; 277 regulator-allow-set-load; 285 regulator-system-load = <325000>; 286 regulator-allow-set-load; 294 regulator-allow-set-load; 312 regulator-allow-set-load; 342 regulator-allow-set-load; 350 regulator-allow-set-load; 361 regulator-system-load = <570000>; 362 regulator-allow-set-load; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 137 def AE : BinaryRX<"ae", 0x7A, null_frag, FP32, load, 4>; 138 def AD : BinaryRX<"ad", 0x6A, null_frag, FP64, load, 8>; 147 def AU : BinaryRX<"au", 0x7E, null_frag, FP32, load, 4>; 148 def AW : BinaryRX<"aw", 0x6E, null_frag, FP64, load, 8>; 157 def SE : BinaryRX<"se", 0x7B, null_frag, FP32, load, 4>; 158 def SD : BinaryRX<"sd", 0x6B, null_frag, FP64, load, 8>; 166 def SU : BinaryRX<"su", 0x7F, null_frag, FP32, load, 4>; 167 def SW : BinaryRX<"sw", 0x6F, null_frag, FP64, load, 8>; 181 def MDE : BinaryRX<"mde", 0x7C, null_frag, FP64, load, 4>; 236 def CE : CompareRX<"ce", 0x79, null_frag, FP32, load, 4>; [all …]
|
| H A D | SystemZPatterns.td | 42 class RMWI<SDPatternOperator load, SDPatternOperator operator, 61 cls:$src1, (load mode:$src2)), 64 (load mode:$src2), cls:$src1), 135 multiclass BlockLoadStore<SDPatternOperator load, ValueType vt, 138 defm : MVCLoadStore<load, vt, mvc, length>; 139 defm : BinaryLoadStore<block_and1, load, vt, nc, length>; 140 defm : BinaryLoadStore<block_and2, load, vt, nc, length>; 141 defm : BinaryLoadStore<block_or1, load, vt, oc, length>; 142 defm : BinaryLoadStore<block_or2, load, vt, oc, length>; 143 defm : BinaryLoadStore<block_xor1, load, vt, xc, length>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | LazyAtomicPointer.h | 100 T *load() const { in load() function 101 uintptr_t RawValue = Storage.load(); in load() 111 uintptr_t Raw = Storage.load(); in loadOrGenerate() 126 Raw = Storage.load(); in loadOrGenerate() 131 explicit operator bool() const { return load(); } 132 operator T *() const { return load(); } 135 T *P = load(); 145 : Storage(makeRaw(RHS.load())) {} in LazyAtomicPointer() 156 store(RHS.load());
|
| /freebsd-14.2/usr.sbin/powerd/ |
| H A D | powerd.c | 141 read_usage_times(int *load, int nonice) in read_usage_times() argument 168 if (load) { in read_usage_times() 169 *load = 0; in read_usage_times() 183 *load += 100 - excl * 100 / total; in read_usage_times() 778 if (read_usage_times(&load, nonice)) { 785 if (load > cpu_running_mark) { 786 if (load > 95 || load > cpu_running_mark * 2) 792 } else if (load < cpu_idle_mark && 801 if (load > cpu_running_mark / 2) { 802 if (load > 95 || load > cpu_running_mark) [all …]
|
| /freebsd-14.2/sys/crypto/openssl/arm/ |
| H A D | chacha-armv4.S | 68 sub sp,sp,#4*(16) @ off-load area 207 ldr r11,[sp,#4*(32+2)] @ load len 247 ldrhs r8,[r12],#16 @ load input 285 ldrhs r8,[r12],#16 @ load input 325 ldrhs r8,[r12],#16 @ load input 372 ldrhs r8,[r12],#16 @ load input 813 vld1.32 {q1,q2},[r3] @ load key 1161 ldr r8,[r12],#16 @ load input 1188 ldr r8,[r12],#16 @ load input 1216 ldr r8,[r12],#16 @ load input [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/modules/ |
| H A D | t_modctl.c | 55 static int load(prop_dictionary_t, bool, const char *, ...); 298 ATF_CHECK(load(NULL, false, " ") == ENOENT); in ATF_TC_BODY() 299 ATF_CHECK(load(NULL, false, "non-existent.o") == ENOENT); in ATF_TC_BODY() 304 ATF_CHECK(load(NULL, false, "%s", longname) == ENAMETOOLONG); in ATF_TC_BODY() 307 load(NULL, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() 330 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() 345 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() 365 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() 404 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() 434 load(NULL, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrMemory.td | 28 // (load (add tga, x)) -> load offset=tga, addr=x 30 // (load (add const, x)) -> load offset=const, addr=x 32 // (load x) -> load offset=0, addr=x 55 // Basic load. 58 defm LOAD_I32 : WebAssemblyLoad<I32, "i32.load", 0x28, []>; 59 defm LOAD_I64 : WebAssemblyLoad<I64, "i64.load", 0x29, []>; 63 // Extending load. 91 defm : LoadPat<i32, load, "LOAD_I32">; 92 defm : LoadPat<i64, load, "LOAD_I64">; 93 defm : LoadPat<f32, load, "LOAD_F32">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 263 [(brind (load addr:$src))]>; 816 [(MSP430cmp (load addr:$dst), (i8 (load addr:$src))), 820 [(MSP430cmp (load addr:$dst), (i16 (load addr:$src))), 996 def : Pat<(addc GR16:$src, (load addr:$src2)), 1002 def : Pat<(store (addc (load addr:$dst), (i16 (load addr:$src))), addr:$dst), 1007 def : Pat<(addc GR8:$src, (load addr:$src2)), 1013 def : Pat<(store (addc (load addr:$dst), (i8 (load addr:$src))), addr:$dst), 1018 def : Pat<(subc GR16:$src, (load addr:$src2)), 1024 def : Pat<(store (subc (load addr:$dst), (i16 (load addr:$src))), addr:$dst), 1029 def : Pat<(subc GR8:$src, (load addr:$src2)), [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | nxp,pcf85063.yaml | 33 quartz-load-femtofarads: 35 The capacitive load of the quartz(x-tal). 57 quartz-load-femtofarads: false 66 quartz-load-femtofarads: 84 quartz-load-femtofarads = <12500>;
|
| /freebsd-14.2/tools/test/stress2/lib/ |
| H A D | options.c | 105 if (sscanf(cp, "%d", &op->load) != 1) in environment() 148 op->load = 100; in options() 167 if (sscanf(optarg, "%d", &op->load) != 1) in options() 201 if (op->load < 0 || op->load > 100) in options() 202 op->load = 100; in options() 221 pgname, days, buf, op->incarnations, op->load, in show_status()
|
| /freebsd-14.2/sys/dev/syscons/snake/ |
| H A D | snake_saver.c | 68 int f, color, load; in snake_saver() local 117 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT); in snake_saver() 118 if (load == 0) in snake_saver() 120 else if (load / mp_ncpus <= 50) in snake_saver() 122 else if (load / mp_ncpus <= 75) in snake_saver() 124 else if (load / mp_ncpus <= 99) in snake_saver()
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-load-key.sh.in | 37 …ssword --timeout=0 --no-tty "Encrypted ZFS password for ${dataset}" | zfs load-key "${ENCRYPTIONRO… 42 zfs load-key "${ENCRYPTIONROOT}" 55 zfs load-key "${ENCRYPTIONROOT}" 58 zfs load-key "${ENCRYPTIONROOT}"
|
| /freebsd-14.2/sys/contrib/device-tree/src/mips/mscc/ |
| H A D | ocelot_pcb120.dts | 30 phy_load_save_pins: phy-load-save-pins { 49 load-save-gpios = <&gpio 10 GPIO_ACTIVE_HIGH>; 55 load-save-gpios = <&gpio 10 GPIO_ACTIVE_HIGH>; 61 load-save-gpios = <&gpio 10 GPIO_ACTIVE_HIGH>; 67 load-save-gpios = <&gpio 10 GPIO_ACTIVE_HIGH>;
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_stats.pod | 35 hash table. It prints the 'load' and the 'actual load'. The load is 37 'actual load' is the average number of items per 'bucket', but only 38 for buckets which contain entries. So the 'actual load' is the 40 table, while the 'load' is the average number that will be done to
|
| /freebsd-14.2/lib/libc/amd64/string/ |
| H A D | memccpy.S | 104 0: movdqa 16(%rsi), %xmm3 # load second string chunk 105 movdqu (%r9), %xmm2 # load unaligned string head 122 0: movdqa 32(%rsi), %xmm0 # load next string chunk 141 movdqa 16(%rsi), %xmm0 # load next string chunk 153 movdqa (%rsi), %xmm0 # load next string chunk 168 movdqu 1(%rsi, %r8, 1), %xmm0 # load string tail 180 movdqu -15(%rsi, %rax, 1), %xmm0 # load string tail (incl. c) 213 movdqu (%r9), %xmm0 # load first 16 bytes 214 movdqu -15(%r9, %rdx, 1), %xmm1 # load last 16 bytes 231 movzbl (%r9), %ecx # load first byte from src [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-pisosr.txt | 15 - load-gpios : GPIO pin specifier attached to load enable, this 17 load input pin values into the device. 29 load-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ManagedStatic.h | 87 void *Tmp = Ptr.load(std::memory_order_acquire); 91 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed)); 97 void *Tmp = Ptr.load(std::memory_order_acquire); 101 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
|