Searched refs:R1 (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dsha1.c51 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
54 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
77 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
165 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, enumerator in enum:android::ARMAssemblerInterface::__anon412
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),

Completed in 141 milliseconds