Searched refs:load (Results 151 - 175 of 429) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dany_of.h37 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) {
/freebsd-current/tests/sys/kern/
H A Dsendfile_test.sh190 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-current/crypto/heimdal/kadmin/
H A DMakefile.am27 load.c \
/freebsd-current/tools/test/stress2/misc/
H A Dgraid1.sh49 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_10.sh50 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_2.sh45 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_3.sh38 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_4.sh44 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_6.sh40 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_8.sh37 gmirror load > /dev/null 2>&1 && unload=1
H A Dgraid1_9.sh54 gmirror load > /dev/null 2>&1 && unload=1
H A Dgjournal.sh48 gjournal load
H A Dsendfile18.sh57 kldstat | grep -q geom_nop || { gnop load 2>/dev/null || exit 0 &&
/freebsd-current/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl112 ld [$ivec + 0], %f0 ! load ivec
129 ldd [$key + 0x00], %f4 ! load key schedule
213 ld [$ivec + 0], %f2 ! load ivec
230 ldd [$key + 0x78], %f4 ! load key schedule
321 ld [$ivec + 0], %f0 ! load ivec
338 ldd [$key + 0x00], %f4 ! load key schedule
473 ld [$ivec + 0], %f2 ! load ivec
490 ldd [$key + 0x100+0x78], %f4 ! load key schedule
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp107 if (!Initialized.load(std::memory_order_relaxed)) {
112 if (Initialized.load(std::memory_order_relaxed))
/freebsd-current/tests/sys/geom/class/part/
H A Dmisc.sh178 geom part load || atf_skip "could not load module for geom part"
185 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S158 0: movdqa 32(%rsi), %xmm2 # load current iteraion
167 movdqa 16(%rsi), %xmm0 # load current iteraion
200 movdqu -16(%rsi, %rdi, 1), %xmm0 # load last 16 bytes
209 mov (%rsi), %rcx # load first 8 bytes
210 mov -8(%rsi, %rdi, 1), %rdi # load last 8 bytes
/freebsd-current/usr.bin/mail/
H A Dmain.c270 load(s);
273 * Expand returns a savestr, but load only uses the file name
278 load(expand(rc));
/freebsd-current/stand/efi/boot1/
H A Dboot1.c57 * try_boot only returns if it fails to load the loader. If it succeeds
82 status = mod->load(PATH_DOTCONFIG, dev, &buf, &bufsize);
84 status = mod->load(PATH_CONFIG, dev, &buf, &bufsize);
118 printf("Failed to load image provided by %s, size: %zu, (%lu)\n",
/freebsd-current/usr.sbin/uefisign/
H A Dchild.c52 load(struct executable *x) function
244 load(x);
/freebsd-current/stand/lua/
H A Dcli.lua199 lines[#lines + 1] = "Before load: " .. info.before
203 lines[#lines + 1] = "After load: " .. info.after
213 elseif info.load == "YES" then
216 status = "Don't load"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp47 args_type load(u32 id) const;
200 StackDepotNode::args_type StackDepotNode::load(u32 id) const { function in class:__sanitizer::StackDepotNode
H A Dsanitizer_stackdepotbase.h159 return node.load(id);
201 node.load(s).Print();
/freebsd-current/contrib/ntp/sntp/libopts/
H A DMakefile.am54 intprops.h load.c m4/libopts.m4 \
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl65 ldd [$inp + 0], %f0 ! load input
155 ldd [$inp + 0], %f0 ! load input
414 ld [$ivp + 0], %f0 ! load ivec
438 ldd [$inp - 16], $in0 ! load input
440 ldda [$inp]0x82, $intail ! non-faulting load
483 ldd [$inp - 8], $in1 ! load next input block
484 ldda [$inp]0x82, $intail ! non-faulting load
698 ldd [$inp - 8], $in1 ! load next input block
699 ldda [$inp]0x82, $intail ! non-faulting load
885 ld [$ivp + 0], $ctr0 ! load counte
[all...]

Completed in 203 milliseconds

1234567891011>>