Searched refs:R3 (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
56 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
79 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i)
171 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
172 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(
[all...]
/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 935 milliseconds