/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hexnan.c | 36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() argument 38 L_shift(ULong *x, ULong *x1, int i) 49 } while(++x < x1); 60 ULong c, h, *x, *x1, *xe; local 71 x1 = xe = x; 84 if (x < x1 && i < 8) 85 L_shift(x, x1, i); 92 x1 = x; 127 if (x < x1 && i < 8) 128 L_shift(x, x1, i); [all …]
|
D | gmisc.c | 41 ULong *x, *x1, *xe, y; local 44 x = x1 = b->x; 53 *x1++ = (y | (*x << n)) & ALL_ON; 56 if ((*x1 = y) !=0) 57 x1++; 61 *x1++ = *x++; 63 if ((b->wds = x1 - b->x) == 0)
|
D | smisc.c | 181 ULong *x, *x0, x1, x2; local 189 x1 = x2 = x[n]; 190 x1 >>= k; 191 x1 <<= k; 192 if (x1 != x2)
|
D | misc.c | 467 ULong *x, *x1, *xe, z; local 477 x1 = b1->x; 479 *x1++ = 0; 487 *x1++ = *x << k | z; 491 if ((*x1 = z) !=0) 497 *x1++ = *x << k & 0xffff | z; 501 if (*x1 = z) 506 *x1++ = *x++;
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 35 mov x0, x1 36 mov x1, x2
|
D | setjmp.S | 76 mov x1, #0 // NULL. 110 mov x19, x1 // Save 'value'. 113 add x1, x2, #(_JB_SIGMASK * 8) // new_mask. 116 mov x1, x19 // Restore 'value'.
|
D | vfork.S | 35 mov x1, xzr
|
D | __bionic_clone.S | 35 stp x5, x6, [x1, #-16]!
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 124 x1 = j1; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 168 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); in chacha_encrypt_bytes() 192 U32TO8_LITTLE(c + 4,x1); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy.S | 54 ldr x1, error_code
|
D | memcpy_base.S | 37 #define src x1
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcpy.S | 54 ldr x1, error_code
|
D | strlen.S | 40 #define src x1
|
D | memcmp.S | 37 #define src2 x1
|
D | strcmp.S | 41 #define src2 x1
|
D | strnlen.S | 38 #define limit x1
|
D | memmove.S | 39 #define origdstin x1 43 #define src x1
|
D | string_copy.S | 74 #define src x1
|
D | memcpy_base.S | 36 #define src x1
|
D | strncmp.S | 41 #define src2 x1
|
D | memset.S | 49 #define count x1
|
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
D | random.c | 277 int x1, hi, lo, t; in srandom_unlocked() local 286 x1 = state[i - 1]; in srandom_unlocked() 287 hi = x1 / 127773; in srandom_unlocked() 288 lo = x1 % 127773; in srandom_unlocked()
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | osd.h | 57 int x1; member
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 59 unsigned short x1; member
|