| /src/sys/lib/libkern/arch/hppa/ |
| bcopy.S | 123 b _LABEL(_done) ! \ 471 comb,=,n %r0, count, _LABEL(_done) ! \ 475 b,n _LABEL(_done) 478 comb,= %r0, count, _LABEL(_done) ! \ 484 b,n _LABEL(_done) 539 _LABEL(_done): 561 _LABEL(_done): 609 _LABEL_F(_done): 610 _LABEL_R(_done):
|
| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| avahi-resolver.py | 255 def _done(self): member in class:RecordBrowser 270 self._done() 279 self._done() 284 self._done() 288 self._done()
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| arm64cpuid.pl | 235 b.eq .${rdop}_done 238 b.eq .${rdop}_done 259 .${rdop}_done:
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acoutput.h | 231 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _plist; } }
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| server.py | 252 self._done = False 387 while not self._done: 450 self._done = True
|
| /src/sys/kern/ |
| subr_msan.c | 878 size_t _done; local 883 ret = copyinstr(uaddr, kaddr, len, &_done); 885 kmsan_shadow_fill(kaddr, KMSAN_STATE_INITED, _done); 887 *done = _done; 898 size_t _done; local 903 ret = copyoutstr(kaddr, uaddr, len, &_done); 904 kmsan_shadow_check(kaddr, _done, "copyoutstr():arg1"); 906 *done = _done;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| searching.d | 5043 private bool _done; 5054 _done = _input.empty || openRight && predSatisfied(); 5062 _done = done; 5072 _done = _input.empty || openRight && predSatisfied(); 5078 _done = done; 5085 return _done; 5109 _done = predSatisfied(); 5111 _done = _done || _input.empty; 5116 _done = _input.empty || predSatisfied() [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6/ |
| salsa20_xmm6-asm.S | 35 jbe ._done 77 jbe ._done 703 jbe ._done 937 ._done:
|
| /src/sys/sys/ |
| mount.h | 272 void fsname##_done(void); \
|
| /src/crypto/external/apache2/openssl/dist/engines/asm/ |
| e_padlock-x86_64.pl | 462 je .L${mode}_done 472 .L${mode}_done:
|
| /src/crypto/external/bsd/openssl/dist/engines/asm/ |
| e_padlock-x86_64.pl | 462 je .L${mode}_done 472 .L${mode}_done:
|
| /src/crypto/external/bsd/openssl.old/dist/engines/asm/ |
| e_padlock-x86_64.pl | 460 je .L${mode}_done 470 .L${mode}_done:
|
| /src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| lib1funcs.S | 747 beq _done 768 _done: label
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| lib1funcs.S | 747 beq _done 768 _done: label
|