Home
last modified time | relevance | path

Searched refs:x7 (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dchacha_private.h108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
147 x7 = j7; in chacha_encrypt_bytes()
160 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
163 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
173 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
191 x7 = XOR(x7,U8TO32_LITTLE(m + 28)); in chacha_encrypt_bytes()
215 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
/picolibc-latest/newlib/libm/common/
Dsincosf.h96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
103 x7 = x3 * x2; in sinf_poly()
106 return s + x7 * s1; in sinf_poly()
/picolibc-latest/newlib/libc/machine/aarch64/
Dmemrchr.S30 #define tmp x7
Dstrcmp.S38 #define data3 x7
Dstrcpy.S55 #define data2 x7
Dstrlen.S51 #define tmp4 x7
Dstrrchr.S55 #define src_offset x7
Dmemcmp.S34 #define src1end x7
Dmemcpy.S29 #define A_h x7
Dstrncmp.S57 #define syndrome x7
/picolibc-latest/newlib/
DChangeLog-201523501 * libc/stdlib/mallocr.c (ROUND_TO): If SMALL_MEMORY, set to 0x7 to