Searched refs:load (Results 76 - 100 of 429) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/amd64/string/
H A Dstpncpy.S100 movdqa (%rsi), %xmm0 # load head
119 movdqu (%rsi, %rcx, 1), %xmm2 # load head from source buffer
162 movdqu (%rsi, %r8, 1), %xmm0 # load source tail before NUL
200 movdqu bounce(%rsp, %rcx, 1), %xmm0 # load start of source from stack
230 movdqa 16(%rsi), %xmm0 # load second chunk of input
246 mov (%rsi), %r8 # load string head
253 movzwl -2(%rsi, %rdx, 1), %esi # load last two bytes of string
262 .L1631: movdqu (%rsi), %xmm0 # load first 16 bytes of string
263 movdqu -16(%rsi, %rdx, 1), %xmm1 # load last 16 bytes of string
268 .L0815: mov -8(%rsi, %rdx, 1), %rdx # load las
[all...]
H A Dstrlcpy.S83 movdqa 16(%rsi), %xmm3 # load second string chunk
84 movdqu (%r9), %xmm2 # load unaligned string head
99 movdqa 32(%rsi), %xmm0 # load next string chunk
117 movdqa 16(%rsi), %xmm0 # load next string chunk
129 movdqa (%rsi), %xmm0 # load next string chunk
144 movdqu (%rsi, %r8, 1), %xmm0 # load string tail
177 movdqu -15(%rsi, %rax, 1), %xmm0 # load string tail (incl. NUL)
230 movdqu (%r9), %xmm0 # load first 16 bytes
231 movdqu -16(%r9, %rdx, 1), %xmm1 # load last 16 bytes
253 movzbl (%r9), %ecx # load firs
[all...]
/freebsd-current/contrib/kyua/drivers/
H A Dlist_tests.cpp70 const engine::kyuafile kyuafile = engine::kyuafile::load(
/freebsd-current/contrib/kyua/engine/
H A Datf_result.hpp89 static atf_result load(const utils::fs::path&);
H A Dkyuafile_test.cpp72 const engine::kyuafile suite = engine::kyuafile::load(
117 const engine::kyuafile suite = engine::kyuafile::load(
177 const engine::kyuafile suite = engine::kyuafile::load(
212 const engine::kyuafile suite = engine::kyuafile::load(
262 const engine::kyuafile suite = engine::kyuafile::load(
302 const engine::kyuafile suite = engine::kyuafile::load(
347 const engine::kyuafile suite = engine::kyuafile::load(
383 const engine::kyuafile suite = engine::kyuafile::load(
432 const engine::kyuafile suite = engine::kyuafile::load(
445 /// Verifies that load raise
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_pbkdf2iters.ksh34 # 6. Attempt to load the dataset's key
73 log_must zfs load-key $TESTPOOL/$TESTFS1
/freebsd-current/contrib/libcxxrt/
H A Dmemory.cc70 return new_handl.load();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h42 Error load(BinaryStreamReader &Stream);
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_register.c112 loader->load = load_function;
187 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL
221 template.load = NULL;
252 template.load = NULL;
/freebsd-current/kerberos5/usr.bin/kadmin/
H A DMakefile20 load.c \
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c57 int32_t load; /* average cpu usage */ member in struct:processor_entry
83 /* periodic timer used to get cpu load stats */
149 e->load = get_avg_load(e);
187 entry->load = 0;
319 * CPU load.
425 value->v.integer = entry->load;
/freebsd-current/sys/kern/
H A Dtty_info.c293 int load, pctcpu; local
306 /* Print load average. */
307 load = ((int64_t)averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT;
309 load / 100, load % 100);
H A Dsched_ule.c32 * performance under load even on uni-processor systems.
84 #define TDQ_LOADNAME_LEN (sizeof("CPU ") + sizeof(__XSTRING(MAXCPU)) - 1 + sizeof(" load"))
247 int tdq_load; /* (ts) Aggregate load. */
248 int tdq_sysload; /* (ts) For loadavg, !ITHD load. */
552 * Load is maintained for all threads RUNNING and ON_RUNQ. Add the load
565 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load);
570 * Remove the load from a thread that is transitioning to a sleep state or
580 ("tdq_load_rem: Removing with 0 load on queue %d", TDQ_ID(tdq)));
585 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load);
590 * Bound timeshare latency by decreasing slice size as load increase
598 int load; local
678 int c, bload, l, load, p, total; local
760 int c, bload, l, load, total; local
2662 int load; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp38 if (auto EC = InjectedSourceTable.load(Reader))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Doptions.h49 Options load() const { return Options{atomic_load_relaxed(&Val)}; } function in struct:scudo::AtomicOptions
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl205 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
210 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
231 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
249 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
274 ldr $len,[sp,#32] @ re-load $len/end
309 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
314 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
333 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
351 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
437 vld1.64 $IN#hi,[r1]! @ load
[all...]
/freebsd-current/sys/arm/arm/
H A Dmpcore_timer.c184 uint32_t load, count; local
194 load = ((uint32_t)et->et_frequency * period) >> 32;
197 load = 0;
202 count = load;
204 tmr_prv_write_4(sc, PRV_TIMER_LOAD, load);
/freebsd-current/sys/x86/x86/
H A Ducode.c61 int (*load)(const void *, bool, uint64_t *, uint64_t *); member in struct:ucode_ops
66 .load = ucode_intel_load,
71 .load = ucode_amd_load,
330 (void)ucode_loader->load(ucode_data, false, NULL, NULL);
362 * Search for an applicable microcode update, and load it. APs will load the
417 error = ucode_loader->load(match, false, &nrev, &orev);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h163 PtrType load() { return *loc; }
215 return this->sleepLoc->load();
221 return this->sleepLoc->load();
226 return this->sleepLoc->load();
257 PtrType load() { return loc->load(std::memory_order_acquire); }
263 return (this->load() & ~KMP_BARRIER_SLEEP_STATE) == checker;
265 return this->load() == checker;
275 bool notdone_check() { return this->load() != checker; }
303 return this->sleepLoc->load();
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dghashv8-armx.S20 vld1.64 {q9},[r1] @ load input H
69 vld1.64 {q9},[r0] @ load Xi
71 vld1.64 {q12,q13},[r1] @ load twisted H, ...
111 vld1.64 {q0},[r0] @ load [rotated] Xi
127 vld1.64 {q12,q13},[r1]! @ load twisted H, ..., H^2
133 vld1.64 {q8},[r2]! @ load [rotated] I[0]
141 vld1.64 {q9},[r2],r12 @ load [rotated] I[1]
165 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2]
175 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key
156 ld [$ctx+32+0],$r1 ! load key
161 ld [$ctx+0],$h1 ! load hash value
182 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input
295 ldx [$ctx+32+0],$R0 ! load key
298 ldx [$ctx+0],$H0 ! load hash value
314 ldxa [$inp+%g0]0x88,$D0 ! load little-endian input
380 ld [$ctx+0],$h1 ! load hash value
394 ld [$nonce+0],$r0 ! load nonce
471 ldd [%o7+8*0],$two0 ! load constant
[all...]
/freebsd-current/stand/i386/isoboot/
H A Disoboot.c100 static void load(void);
273 * keypress, or in case of failure, try to load a kernel
277 load();
279 load();
281 load();
306 load();
321 load(void) function
/freebsd-current/contrib/kyua/examples/
H A Dsyntax_test.cpp136 const engine::kyuafile kyuafile = engine::kyuafile::load(
175 const engine::kyuafile kyuafile = engine::kyuafile::load(
/freebsd-current/tools/test/stress2/misc/
H A Dgeli.sh37 { geli load && unload=1 || exit 0; }
H A Dgjournal3.sh60 gjournal load

Completed in 213 milliseconds

1234567891011>>