Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/arch-arm64/bionic/
Dsyscall.S36 mov x1, x2
37 mov x2, x3
Dvfork.S36 mov x2, xzr
/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
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/
Ds_expl.c373 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/
Dsmisc.c181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
192 if (x1 != x2)
/bionic/libc/arch-arm64/generic/bionic/
Dstrlen.S41 #define data1 x2
Dmemcmp.S38 #define limit x2
Dstrnlen.S41 #define src x2
Dstrcmp.S45 #define data1 x2
Dmemchr.S43 #define cntin x2
Dmemcpy.S39 #define count x2
Dstrncmp.S42 #define limit x2
Dstring_copy.S78 #define dst x2
Dstrchr.S46 #define src x2
Dmemset.S51 #define count x2
Dmemmove.S44 #define count x2
/bionic/libc/arch-arm64/generic-neon/bionic/
Dmemcpy.S39 #define count x2
/bionic/libc/arch-arm64/denver64/bionic/
Dmemcpy.S40 #define count x2
Dmemset.S50 #define count x2
/bionic/libc/kernel/uapi/drm/
Ddrm.h61 unsigned short x2; member