| /src/lib/libc/arch/x86_64/string/ |
| strncmp.S | 26 movb (%rdi),%al 27 testb %al,%al 29 cmpb %al,(%rsi) 36 movb (%rdi),%al 37 testb %al,%al 39 cmpb %al,(%rsi) 46 movb (%rdi),%al 47 testb %al,%a [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| new_opva.cc | 30 operator new[] (std::size_t sz, std::align_val_t al) 32 return ::operator new(sz, al);
|
| del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept 32 ::operator delete (ptr, al);
|
| del_opsa.cc | 30 operator delete(void* ptr, std::size_t, std::align_val_t al) noexcept 32 ::operator delete (ptr, al);
|
| del_opva.cc | 33 operator delete[] (void *ptr, std::align_val_t al) noexcept 35 ::operator delete (ptr, al);
|
| del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept 32 ::operator delete[] (ptr, al);
|
| del_opvsa.cc | 30 operator delete[] (void *ptr, std::size_t, std::align_val_t al) noexcept 32 ::operator delete[] (ptr, al);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| new_opva.cc | 30 operator new[] (std::size_t sz, std::align_val_t al) 32 return ::operator new(sz, al);
|
| del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept 32 ::operator delete (ptr, al);
|
| del_opsa.cc | 30 operator delete(void* ptr, std::size_t, std::align_val_t al) noexcept 32 ::operator delete (ptr, al);
|
| del_opva.cc | 33 operator delete[] (void *ptr, std::align_val_t al) noexcept 35 ::operator delete (ptr, al);
|
| del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept 32 ::operator delete[] (ptr, al);
|
| del_opvsa.cc | 30 operator delete[] (void *ptr, std::size_t, std::align_val_t al) noexcept 32 ::operator delete[] (ptr, al);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| jacobi_2.c | 48 mp_limb_t ah, al, bh, bl; local 51 al = ap[0]; 64 if ( (ah | al) == 0) 67 if (al == 0) 69 al = ah; 73 count_trailing_zeros (c, al); 79 al = ah; 84 al = ((ah << (GMP_NUMB_BITS - c)) & GMP_NUMB_MASK) | (al >> c); 92 sub_ddmmss (th, tl, ah, al, bh, bl) 175 mp_limb_t ah, al, bh, bl; local [all...] |
| /src/tests/lib/csu/arch/i386/ |
| h_initfini_align.S | 10 setz %al 11 movzbl %al, %eax
|
| /src/common/lib/libc/arch/i386/string/small/ |
| strcmp.S | 42 cmpb 0(%ecx), %al 44 testb %al, %al 47 subb 0(%ecx), %al 48 movsbl %al, %eax
|
| /src/sys/arch/x86/include/ |
| i8259.h | 91 movb $(0x60|IRQ_SLAVE),%al /* specific EOI for IRQ2 */ ;\ 92 outb %al,$IO_ICU1 95 movb $(0x60|(num%8)),%al /* specific EOI */ ;\ 96 outb %al,$ICUADDR 102 movb $(0x60|(num%8)),%al /* specific EOI */ ;\ 103 outb %al,$IO_ICU1 110 movb $(0x60|(num%8)),%al /* specific EOI */ ;\ 111 outb %al,$IO_ICU2 /* do the second ICU first */ ;\ 112 movb $(0x60|IRQ_SLAVE),%al /* specific EOI for IRQ2 */ ;\ 113 outb %al,$IO_ICU [all...] |
| /src/sys/arch/i386/stand/lib/ |
| message32.S | 53 outb %al, %dx 56 test $0x40, %al 60 test %al, %al 74 andb $0x0f, %al 75 addb $0x30, %al /* 30..3f - clear AF */ 78 addb $0xc0, %al /* f0..f9, 00..05 */ 79 adcb $0x40, %al /* 30..39, 41..46 */ 81 movb %al,(%edi)
|
| dump_eax.S | 47 andb $0x0f, %al 48 addb $0x30, %al /* 30..3f - clear AF */ 51 addb $0xc0, %al /* f0..f9, 00..05 */ 52 adcb $0x40, %al /* 30..39, 41..46 */ 54 mov %al,(%di)
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| alloc.c | 63 gomp_aligned_alloc (size_t al, size_t size) 66 if (al < sizeof (void *)) 67 al = sizeof (void *); 71 ret = memalign (al, size); 74 if (posix_memalign (&ret, al, size) != 0) 78 size_t sz = (size + al - 1) & ~(al - 1); 80 ret = aligned_alloc (al, sz); 85 ret = _aligned_malloc (size, al); 88 if ((al & (al - 1)) == 0 && size [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| alloc.c | 63 gomp_aligned_alloc (size_t al, size_t size) 66 if (al < sizeof (void *)) 67 al = sizeof (void *); 71 ret = memalign (al, size); 74 if (posix_memalign (&ret, al, size) != 0) 78 size_t sz = (size + al - 1) & ~(al - 1); 80 ret = aligned_alloc (al, sz); 85 ret = _aligned_malloc (size, al); 88 if ((al & (al - 1)) == 0 && size [all...] |
| /src/usr.sbin/mailwrapper/ |
| mailwrapper.c | 51 initarg(struct arglist *al) 53 al->argc = 0; 54 al->maxc = 10; 55 if ((al->argv = malloc(al->maxc * sizeof(char *))) == NULL) 68 addarg(struct arglist *al, const char *arg, int copy) 70 if (al->argc == al->maxc) { 71 al->maxc <<= 1; 72 if ((al->argv = realloc(al->argv 90 struct arglist al; local [all...] |
| /src/tests/lib/csu/arch/x86_64/ |
| h_initfini_align.S | 11 sete %al 12 movzbl %al, %eax
|
| /src/regress/lib/libc/ieeefp/testfloat/arch/i386/ |
| systmodes.S | 74 movb 4(%esp),%al 76 cmpb $32,%al 79 cmpb $64,%al 82 cmpb $80,%al 86 movb $0,%al
|
| /src/external/bsd/ipf/dist/lib/ |
| alist_new.c | 19 alist_t *al; local 31 al = calloc(1, sizeof(*al)); 32 if (al == NULL) { 41 al->al_not = 1; 75 al->al_mask = htonl(mask); 79 fill6bits(bits, al->al_i6mask.i6); 82 if (gethost(family, host, &al->al_i6addr) == -1) { 88 al->al_family = family; 91 return al; [all...] |