Searched defs:x3 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcmp.c | 158 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 187 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 246 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local 284 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local
|
D | memcpy.c | 247 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; in aligned_words() local
|
/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
|