/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 | setjmp.S | 127 mov x0, x1 129 mov x1, x0 131 str x1, [x0, #(_JB_SIGFLAG * 8)] 137 stp x1, xzr, [sp, #-16]! 142 mov x1, #0 // NULL. 146 ldp x1, xzr, [sp], #16 157 bic x1, x1, #1 164 m_mangle_registers x1, sp_reg=x10 172 m_unmangle_registers x1, sp_reg=x10 207 mov x19, x1 // Save 'value'. [all …]
|
D | syscall.S | 35 mov x0, x1 36 mov x1, x2
|
D | __bionic_clone.S | 35 stp x5, x6, [x1, #-16]!
|
D | vfork.S | 49 mov x1, 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 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/private/ |
D | bionic_inline_raise.h | 58 register long x1 __asm__("x1") = tid; 62 __asm__("svc #0" : "=r"(x0) : "r"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x8) : "memory");
|
/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/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 124 SAVE_GPR_PAIR(x1, x2, 2) 153 mrs x1, tpidr_el0 // __get_tls() 154 sub x0, x0, x1 181 RESTORE_REG_PAIR(x1, x2, 2)
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | osd.h | 50 int x1; member
|
/bionic/benchmarks/linker_relocation/include/ |
D | linker_reloc_bench_asm.h | 40 #define GOT_RELOC(sym) adrp x1, :got:sym
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memmove.S | 64 #define src x1
|
D | memcmp.S | 40 #define src2 x1
|
D | string_copy.S | 74 #define src x1
|
D | memcpy_base.S | 64 #define src x1
|
D | memset.S | 74 #define val x1
|
/bionic/libc/arch-arm64/default/bionic/ |
D | strnlen.S | 38 #define limit x1
|
D | strcmp.S | 43 #define src2 x1
|
D | strlen.S | 43 #define src x1
|
D | strncmp.S | 41 #define src2 x1
|
/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 493 __s32 x1; member
|
/bionic/docs/ |
D | fdsan.md | 164 x0 0000000000000000 x1 00000000000063f5 x2 0000000000000023 x3 0000007bf14de338 205 x0 0000000000000000 x1 00000000000064b6 x2 0000000000000023 x3 0000006fef901338
|