/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
A D | pkey_set.c | 33 unsigned long int bits; in pkey_set() local 36 bits = PKEY_AMR_READ | PKEY_AMR_WRITE; in pkey_set() 38 bits = PKEY_AMR_WRITE; in pkey_set() 40 bits = 0; in pkey_set() 45 amr = (amr & ~mask) | (bits << index); in pkey_set()
|
A D | pkey_get.c | 33 unsigned int bits = (amr >> index) & 3; in pkey_get() local 37 if (bits & PKEY_AMR_READ) in pkey_get() 39 else if (bits == PKEY_AMR_WRITE) in pkey_get()
|
/sysdeps/unix/sysv/linux/ |
A D | Makefile | 90 sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \ 91 bits/signalfd.h bits/timerfd.h bits/epoll.h \ 92 bits/socket_type.h bits/syscall.h \ 93 bits/mman-linux.h bits/mman-shared.h bits/ptrace-shared.h \ 94 bits/siginfo-arch.h bits/siginfo-consts-arch.h \ 95 bits/procfs.h bits/procfs-id.h bits/procfs-extra.h \ 96 bits/procfs-prregset.h bits/mman-map-flags-generic.h \ 98 bits/termios-struct.h bits/termios-c_cc.h \ 99 bits/termios-c_iflag.h bits/termios-c_oflag.h \ 100 bits/termios-baud.h bits/termios-c_cflag.h \ [all …]
|
/sysdeps/sparc/sparc64/ |
A D | mul_1.S | 42 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 43 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb 54 srl %g5,0,%i0 ! zero hi bits 60 srlx %i4,32,%i0 ! extract high 32 bits of lo product... 66 sllx %i1,32,%i0 ! align low bits of mid product 67 srl %i4,0,%g5 ! zero high 32 bits of lo product 68 add %i0,%g5,%i0 ! combine into low 64 bits of result 69 srlx %i1,32,%i1 ! extract high bits of mid product... 71 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
A D | submul_1.S | 38 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 40 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb 50 srl %g5,0,%i0 ! zero hi bits 57 srlx %i4,32,%i0 ! extract high 32 bits of lo product... 62 sllx %i1,32,%i0 ! align low bits of mid product 64 srl %i4,0,%g5 ! zero high 32 bits of lo product 65 add %i0,%g5,%i0 ! combine into low 64 bits of result 66 srlx %i1,32,%i1 ! extract high bits of mid product... 67 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
A D | addmul_1.S | 39 srl %i3,0,%o1 ! extract low 32 bits of s2_limb 41 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb 51 srl %g5,0,%i0 ! zero hi bits 58 srlx %i4,32,%i0 ! extract high 32 bits of lo product... 63 sllx %i1,32,%i0 ! align low bits of mid product 65 srl %i4,0,%g5 ! zero high 32 bits of lo product 66 add %i0,%g5,%i0 ! combine into low 64 bits of result 67 srlx %i1,32,%i1 ! extract high bits of mid product... 68 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
|
/sysdeps/x86/fpu/ |
A D | test-fenv-x87.c | 41 set_x87_cw_bits (uint16_t mask, uint16_t bits) in set_x87_cw_bits() argument 44 cw = (cw & ~mask) | bits; in set_x87_cw_bits() 49 test_x87_cw_bits (const char *test, uint16_t mask, uint16_t bits) in test_x87_cw_bits() argument 53 if ((cw & mask) == bits) in test_x87_cw_bits() 74 set_x87_sw_bits (uint16_t mask, uint16_t bits) in set_x87_sw_bits() argument 78 temp.__status_word = (temp.__status_word & ~mask) | bits; in set_x87_sw_bits() 83 test_x87_sw_bits (const char *test, uint16_t mask, uint16_t bits) in test_x87_sw_bits() argument 87 if ((sw & mask) == bits) in test_x87_sw_bits()
|
A D | test-fenv-sse-2.c | 52 set_sse_mxcsr_bits (uint32_t mask, uint32_t bits) in set_sse_mxcsr_bits() argument 55 mxcsr = (mxcsr & ~mask) | bits; in set_sse_mxcsr_bits() 60 test_sse_mxcsr_bits (const char *test, uint32_t mask, uint32_t bits) in test_sse_mxcsr_bits() argument 64 if ((mxcsr & mask) == bits) in test_sse_mxcsr_bits()
|
/sysdeps/alpha/ |
A D | strchr.S | 48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 52 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 55 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 56 or t2, t3, t0 # e1 : bits set iff char match or zero match 57 andnot t0, t4, t0 # e0 : clear garbage bits 64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0 65 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
|
A D | rawmemchr.S | 48 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 52 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 55 andnot t3, t4, t0 # e0 : clear garbage bits 67 cmpbge zero, t1, t0 # e0 : bits set iff byte == c
|
A D | strrchr.S | 52 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 56 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 69 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
|
A D | strncpy.S | 46 or t2, t8, t2 # e0 : clear the bits between the last 54 subq t8, 1, t7 # e0 : clear the final bits in the prev 76 1: ldq_u t0, 0(a0) # e0 : clear the leading bits in the final
|
A D | stpncpy.S | 59 or t2, t8, t2 # e0 : clear the bits between the last 69 subq t8, 1, t7 # e0 : clear the final bits in the prev 91 1: ldq_u t0, 0(a0) # e0 : clear the leading bits in the final
|
/sysdeps/alpha/alphaev67/ |
A D | strchr.S | 54 cmpbge zero, t0, t2 # E : bits set iff byte == zero 55 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 60 cmpbge zero, t1, t3 # E : bits set iff byte == c 61 or t2, t3, t0 # E : bits set iff char match or zero match 63 andnot t0, t4, t0 # E : clear garbage bits 77 cmpbge zero, t0, t2 # E : bits set iff byte == 0 79 cmpbge zero, t1, t3 # E : bits set iff byte == c
|
A D | rawmemchr.S | 53 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 59 cmpbge zero, t1, t0 # E : bits set iff byte == c 60 andnot t0, t4, t0 # E : clear garbage bits 76 cmpbge zero, t1, t0 # E : bits set iff byte == c
|
A D | strrchr.S | 58 cmpbge zero, t0, t1 # E : bits set iff byte == zero 61 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 63 cmpbge zero, t2, t3 # E : bits set iff byte == c 80 cmpbge zero, t0, t1 # E : bits set iff byte == zero 81 cmpbge zero, t2, t3 # E : bits set iff byte == c
|
/sysdeps/unix/sysv/linux/x86/include/bits/ |
A D | sigstack.h | 1 #include_next <bits/sigstack.h>
|
/sysdeps/ieee754/ldbl-96/include/bits/ |
A D | iscanonical.h | 1 #include_next <bits/iscanonical.h>
|
/sysdeps/ieee754/ldbl-128ibm/include/bits/ |
A D | iscanonical.h | 1 #include_next <bits/iscanonical.h>
|
/sysdeps/htl/bits/ |
A D | semaphore.h | 23 # error Never include <bits/semaphore.h> directly.
|
/sysdeps/unix/sysv/linux/bits/ |
A D | statx.h | 22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
/sysdeps/mach/hurd/ |
A D | Makefile | 91 $(hurd)/bits/errno.h: $(common-objpfx)stamp-errnos ; 94 mkdir -p $(hurd-objpfx)bits 95 $(AWK) -f $^ > $(hurd-objpfx)bits/errno.h-tmp 97 -chmod a-w $(hurd-objpfx)bits/errno.h-tmp 98 $(move-if-change) $(hurd-objpfx)bits/errno.h-tmp $(hurd)/bits/errno.h
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 1318 unsigned int bits = list[idx].bits; in match_prefix() local 1329 bits -= 8; in match_prefix() 1332 if (bits < 8) in match_prefix() 1334 if ((*mask & (0xff00 >> bits)) == (*val & (0xff00 >> bits))) in match_prefix() 1743 if (e1->bits < e2->bits) in prefixcmp() 1745 if (e1->bits == e2->bits) in prefixcmp() 1857 bits = 128; in gaiconf_init() 1882 newp->entry.bits = bits; in gaiconf_init() 1909 bits = 32; in gaiconf_init() 1916 bits = 128; in gaiconf_init() [all …]
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | sigcontext.h | 36 unsigned long bits[2]; member
|
/sysdeps/powerpc/ |
A D | Versions | 3 # symbols used in macros from sysdeps/powerpc/bits/fenv.h
|