Searched refs:x2 (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 36 mov x1, x2 37 mov x2, x3
|
D | vfork.S | 36 mov x2, xzr
|
/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 125 x2 = j2; in chacha_encrypt_bytes() 142 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 169 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes() 193 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_expl.c | 373 long double x_lo, x2; in expm1l() local 404 x2 = x * x; in expm1l() 413 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 + in expm1l() 419 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 + in expm1l()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | smisc.c | 181 ULong *x, *x0, x1, x2; local 189 x1 = x2 = x[n]; 192 if (x1 != x2)
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 41 #define data1 x2
|
D | memcmp.S | 38 #define limit x2
|
D | strnlen.S | 41 #define src x2
|
D | strcmp.S | 45 #define data1 x2
|
D | memchr.S | 43 #define cntin x2
|
D | memcpy.S | 39 #define count x2
|
D | strncmp.S | 42 #define limit x2
|
D | string_copy.S | 78 #define dst x2
|
D | strchr.S | 46 #define src x2
|
D | memset.S | 51 #define count x2
|
D | memmove.S | 44 #define count x2
|
/bionic/libc/arch-arm64/generic-neon/bionic/ |
D | memcpy.S | 39 #define count x2
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy.S | 40 #define count x2
|
D | memset.S | 50 #define count x2
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 61 unsigned short x2; member
|