Home
last modified time | relevance | path

Searched refs:R0 (Results 1 – 4 of 4) sorted by relevance

/system/extras/ext4_utils/
Dsha1.c50 #define R0(v,w,x,y,z,i) z+=(((w)&((x)^(y)))^(y))+blk0(i)+0x5A827999+rol(v,5);(w)=rol(w,30); macro
73 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
158 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
159 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7);
160 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11);
161 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15);
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, enumerator
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),
DARMAssembler.cpp153 MOV(AL, 0, R0, R0); // NOP in epilog()
DGGLAssembler.cpp110 mBuilderContext.Rctx = reserveReg(R0); // context always in R0 in scanline_core()