Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 24 of 24) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhexnan.c36 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 …]
Dgmisc.c41 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)
Dsmisc.c181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
190 x1 >>= k;
191 x1 <<= k;
192 if (x1 != x2)
Dmisc.c467 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/
Dsyscall.S35 mov x0, x1
36 mov x1, x2
Dsetjmp.S76 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'.
Dvfork.S35 mov x1, xzr
D__bionic_clone.S35 stp x5, x6, [x1, #-16]!
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Dchacha_private.h91 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/
Dmemcpy.S54 ldr x1, error_code
Dmemcpy_base.S37 #define src x1
/bionic/libc/arch-arm64/generic/bionic/
Dmemcpy.S54 ldr x1, error_code
Dstrlen.S40 #define src x1
Dmemcmp.S37 #define src2 x1
Dstrcmp.S41 #define src2 x1
Dstrnlen.S38 #define limit x1
Dmemmove.S39 #define origdstin x1
43 #define src x1
Dstring_copy.S74 #define src x1
Dmemcpy_base.S36 #define src x1
Dstrncmp.S41 #define src2 x1
Dmemset.S49 #define count x1
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
Drandom.c277 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/
Dosd.h57 int x1; member
/bionic/libc/kernel/uapi/drm/
Ddrm.h59 unsigned short x1; member