Searched refs:R1 (Results 1 – 5 of 5) sorted by relevance
/system/extras/ext4_utils/ |
D | sha1.c | 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/ca-certificates/files/ |
D | 21855f49.0 | 37 Issuer: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1 41 Subject: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 50 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),
|
D | MIPS64Assembler.h | 61 void set_condition(int mode, int R1, int R2);
|
D | MIPS64Assembler.cpp | 185 void ArmToMips64Assembler::set_condition(int mode, int R1, int R2) { in set_condition() argument 191 cond.r1 = R1; in set_condition()
|