Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/freebsd-12.1/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh31 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-12.1/contrib/libucl/tests/basic/
H A Dload.in4 .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-12.1/contrib/libucl/python/tests/
H A Dtest_load.py7 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-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td138 def AE : BinaryRX<"ae", 0x7A, null_frag, FP32, load, 4>;
139 def AD : BinaryRX<"ad", 0x6A, null_frag, FP64, load, 8>;
148 def AU : BinaryRX<"au", 0x7E, null_frag, FP32, load, 4>;
149 def AW : BinaryRX<"aw", 0x6E, null_frag, FP64, load, 8>;
158 def SE : BinaryRX<"se", 0x7B, null_frag, FP32, load, 4>;
159 def SD : BinaryRX<"sd", 0x6B, null_frag, FP64, load, 8>;
167 def SU : BinaryRX<"su", 0x7F, null_frag, FP32, load, 4>;
168 def SW : BinaryRX<"sw", 0x6F, null_frag, FP64, load, 8>;
182 def MDE : BinaryRX<"mde", 0x7C, null_frag, FP64, load, 4>;
237 def CE : CompareRX<"ce", 0x79, null_frag, FP32, load, 4>;
[all …]
H A DSystemZPatterns.td43 class RMWI<SDPatternOperator load, SDPatternOperator operator,
62 cls:$src1, (load mode:$src2)),
65 (load mode:$src2), cls:$src1),
136 multiclass BlockLoadStore<SDPatternOperator load, ValueType vt,
139 defm : MVCLoadStore<load, vt, mvc, length>;
140 defm : BinaryLoadStore<block_and1, load, vt, nc, length>;
141 defm : BinaryLoadStore<block_and2, load, vt, nc, length>;
142 defm : BinaryLoadStore<block_or1, load, vt, oc, length>;
143 defm : BinaryLoadStore<block_or2, load, vt, oc, length>;
144 defm : BinaryLoadStore<block_xor1, load, vt, xc, length>;
[all …]
H A DSystemZInstrFP.td130 defm LoadStoreF32 : MVCLoadStore<load, f32, MVCSequence, 4>;
139 defm LE : UnaryRXPair<"le", 0x78, 0xED64, load, FP32, 4>;
140 defm LD : UnaryRXPair<"ld", 0x68, 0xED65, load, FP64, 8>;
422 def AEB : BinaryRXE<"aeb", 0xED0A, fadd, FP32, load, 4>;
423 def ADB : BinaryRXE<"adb", 0xED1A, fadd, FP64, load, 8>;
432 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
433 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;
442 def MEEB : BinaryRXE<"meeb", 0xED17, fmul, FP32, load, 4>;
443 def MDB : BinaryRXE<"mdb", 0xED1C, fmul, FP64, load, 8>;
492 def DEB : BinaryRXE<"deb", 0xED0D, fdiv, FP32, load, 4>;
[all …]
H A DSystemZOperators.td535 class AlignedLoad<SDPatternOperator load>
540 def aligned_load : AlignedLoad<load>;
558 class NonvolatileLoad<SDPatternOperator load>
585 // which operand contains the "other" load.
687 class loadu<SDPatternOperator operator, SDPatternOperator load = load>
734 def z_vlei32 : z_vle<i32, load>;
735 def z_vlei64 : z_vle<i64, load>;
736 def z_vlef32 : z_vle<f32, load>;
737 def z_vlef64 : z_vle<f64, load>;
747 def z_vllezi32 : z_vllez<i32, load, 1>;
[all …]
H A DSystemZFeatures.td62 "load-store-on-cond", "LoadStoreOnCond",
63 "Assume that the load/store-on-condition facility is installed"
112 "load-and-trap", "LoadAndTrap",
113 "Assume that the load-and-trap facility is installed"
158 "load-and-zero-rightmost-byte", "LoadAndZeroRightmostByte",
159 "Assume that the load-and-zero-rightmost-byte facility is installed"
163 "load-store-on-cond-2", "LoadStoreOnCond2",
164 "Assume that the load/store-on-condition facility 2 is installed"
/freebsd-12.1/contrib/binutils/opcodes/
H A Ds390-opc.txt86 58 l RX_RRRD "load" g5 esa,zarch
87 41 la RX_RRRD "load address" g5 esa,zarch
95 68 ld RX_FRRD "load (long)" g5 esa,zarch
96 28 ldr RR_FF "load (long)" g5 esa,zarch
97 78 le RX_FRRD "load (short)" g5 esa,zarch
98 38 ler RR_FF "load (short)" g5 esa,zarch
103 11 lnr RR_RR "load negative" g5 esa,zarch
107 82 lpsw S_RD "load PSW" g5 esa,zarch
108 18 lr RR_RR "load" g5 esa,zarch
367 b29d lfpc S_RD "load fpc" g5 esa,zarch
[all …]
/freebsd-12.1/contrib/gcc/config/i386/
H A Dathlon.md282 (eq_attr "memory" "load")))
283 "athlon-direct,athlon-load")
289 (eq_attr "memory" "load"))))
295 (eq_attr "memory" "load"))))
301 (eq_attr "memory" "load"))))
307 (eq_attr "memory" "load"))))
321 "athlon-direct,athlon-load,
329 "athlon-direct,athlon-load,
338 "athlon-vector,athlon-load,
347 "athlon-vector,athlon-load,
[all …]
H A Dpentium.md101 ;; Pentium preserves memory ordering, so when load-execute-store
106 ;; and using conflicting load units together.
124 (pentium-load+pentium-firstv))")
132 (pentium-load+pentium-firstv))")
163 (eq_attr "memory" "none,load")))
169 (and (eq_attr "memory" "load,store")
240 ;; load/execute 2 cycles and execute only one cycle.
268 (eq_attr "memory" "load")))
274 (eq_attr "memory" "load")))
280 (eq_attr "memory" "load")))
[all …]
H A Dk6.md42 ;; load describes the Load unit
90 (eq_attr "memory" "load")))
108 (eq_attr "memory" "load")))
140 (eq_attr "memory" "load")))
149 ;; A "load immediate" operation does not require execution at all,
168 (eq_attr "memory" "load")))
194 ;; The load and units have two pipeline stages. The load latency is
199 (eq_attr "memory" "load,both")))
212 (eq_attr "memory" "load,both")))
242 (eq_attr "memory" "load,both")))
[all …]
H A Dppro.md153 (and (eq_attr "memory" "load")
173 (and (eq_attr "memory" "load")
264 (and (eq_attr "memory" "load")
278 (and (eq_attr "memory" "load")
292 (and (eq_attr "memory" "load")
309 (and (eq_attr "memory" "load")
348 (and (eq_attr "memory" "load")
360 (and (eq_attr "memory" "load")
367 (and (eq_attr "memory" "load")
396 (and (eq_attr "memory" "load")
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td64 // Basic load.
76 def : LoadPatNoOffset<i32, load, LOAD_I32>;
77 def : LoadPatNoOffset<i64, load, LOAD_I64>;
78 def : LoadPatNoOffset<f32, load, LOAD_F32>;
79 def : LoadPatNoOffset<f64, load, LOAD_F64>;
101 def : LoadPatGlobalAddr<i32, load, LOAD_I32>;
102 def : LoadPatGlobalAddr<i64, load, LOAD_I64>;
103 def : LoadPatGlobalAddr<f32, load, LOAD_F32>;
104 def : LoadPatGlobalAddr<f64, load, LOAD_F64>;
119 def : LoadPatOffsetOnly<i32, load, LOAD_I32>;
[all …]
/freebsd-12.1/usr.sbin/powerd/
H A Dpowerd.c89 static int read_usage_times(int *load);
141 read_usage_times(int *load) in read_usage_times() argument
168 if (load) { in read_usage_times()
169 *load = 0; in read_usage_times()
767 if (read_usage_times(&load)) {
774 if (load > cpu_running_mark) {
775 if (load > 95 || load > cpu_running_mark * 2)
781 } else if (load < cpu_idle_mark &&
790 if (load > cpu_running_mark / 2) {
791 if (load > 95 || load > cpu_running_mark)
[all …]
/freebsd-12.1/secure/lib/libcrypto/arm/
H A Dchacha-armv4.S62 sub sp,sp,#4*(16) @ off-load area
201 ldr r11,[sp,#4*(32+2)] @ load len
241 ldrhs r8,[r12],#16 @ load input
279 ldrhs r8,[r12],#16 @ load input
319 ldrhs r8,[r12],#16 @ load input
366 ldrhs r8,[r12],#16 @ load input
807 vld1.32 {q1,q2},[r3] @ load key
1155 ldr r8,[r12],#16 @ load input
1182 ldr r8,[r12],#16 @ load input
1210 ldr r8,[r12],#16 @ load input
[all …]
/freebsd-12.1/contrib/netbsd-tests/modules/
H A Dt_modctl.c55 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-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td264 [(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-12.1/usr.sbin/kgzip/
H A Dkgzcmp.c181 size_t load, addr, n; in ld_elf() local
184 load = addr = n = 0; in ld_elf()
192 load = addr = p.p_vaddr; in ld_elf()
211 kh->dload = load; in ld_elf()
212 kh->dsize = addr - load; in ld_elf()
225 size_t load, addr; in ld_aout() local
227 load = addr = N_TXTADDR(*a); in ld_aout()
234 kh->dload = load; in ld_aout()
235 kh->dsize = addr - load; in ld_aout()
/freebsd-12.1/sys/dev/syscons/snake/
H A Dsnake_saver.c70 int f, color, load; in snake_saver() local
119 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT); in snake_saver()
120 if (load == 0) in snake_saver()
122 else if (load / mp_ncpus <= 50) in snake_saver()
124 else if (load / mp_ncpus <= 75) in snake_saver()
126 else if (load / mp_ncpus <= 99) in snake_saver()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc118 ASAN_REPORT_ERROR(load, false, 1)
119 ASAN_REPORT_ERROR(load, false, 2)
120 ASAN_REPORT_ERROR(load, false, 4)
121 ASAN_REPORT_ERROR(load, false, 8)
122 ASAN_REPORT_ERROR(load, false, 16)
146 ASAN_REPORT_ERROR_N(load, false) in ASAN_REPORT_ERROR_N() argument
183 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 1)
184 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 2)
185 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 4)
186 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 8)
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DManagedStatic.h65 void *Tmp = Ptr.load(std::memory_order_acquire);
69 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
75 void *Tmp = Ptr.load(std::memory_order_acquire);
79 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_LH_stats.pod34 hash table. It prints the 'load' and the 'actual load'. The load is
36 'actual load' is the average number of items per 'bucket', but only
37 for buckets which contain entries. So the 'actual load' is the
39 table, while the 'load' is the average number that will be done to
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp52 cc_hash_max_collision_check_resize_trigger(float load) : in cc_hash_max_collision_check_resize_trigger() argument
53 m_load(load), in cc_hash_max_collision_check_resize_trigger()
213 set_load(float load) in set_load() argument
216 m_load = load; in set_load()
/freebsd-12.1/sys/modules/blake2/
H A DMakefile23 SRCS += blake2b-load-sse2.h
24 SRCS += blake2b-load-sse41.h
27 SRCS += blake2s-load-sse2.h
28 SRCS += blake2s-load-sse41.h
29 SRCS += blake2s-load-xop.h

12345678910>>...34