/src/common/lib/libc/arch/aarch64/atomic/ |
__aarch64_lse.S | 38 #define R0 w0 45 #define R0 w0 52 #define R0 w0 59 #define R0 x0 148 SWP R0, R0, [x1] 155 1: LDXR R0, [x1] /* load old value */ 169 CAS R0, R1, [x2] 176 1: LDXR R0, [x2] /* load old value */ 177 cmp R0, R4 /* compare * [all...] |
/src/common/lib/libc/hash/sha1/ |
sha1.c | 65 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); 100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) 183 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); 184 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) [all...] |
/src/sys/arch/m68k/include/ |
reg.h | 95 #define R0 D1
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
function_call_trie_test.cc | 127 const auto R0 = R[0]; 129 ASSERT_NE(R0->FId, R1->FId); 132 ASSERT_NE(R0, nullptr); 133 EXPECT_EQ(R0->CallCount, 1u); 134 EXPECT_EQ(R0->CumulativeLocalTime, 1u); 293 const auto &R0 = *Merged.getRoots()[0]; 294 EXPECT_EQ(R0.FId, 1); 295 EXPECT_EQ(R0.CallCount, 2u); 296 EXPECT_EQ(R0.CumulativeLocalTime, 10u); 297 EXPECT_EQ(R0.Callees.size(), 1u) [all...] |
/src/sys/arch/vax/include/ |
asm.h | 36 #define R0 0x001 71 .data; 1:; .long 0; .text; moval 1b,%r0; jsb _ASM_LABEL(__mcount) 129 movf (%r3)+, %r0 131 mulf2 %r1, %r0 /* result *= arg */ 132 addf2 (%r3)+, %r0 /* result += c[n] */ 142 movd (%r3)+, %r0 144 muld2 %r4, %r0 /* result *= arg */ 145 addd2 (%r3)+, %r0 /* result += c[n] */
|
/src/lib/libcrypt/ |
crypt.c | 747 int32_t L0, L1, R0, R1, k; 769 LOADREG(R,R0,R1,L,L0,L1); 773 R0 &= 0xaaaaaaaaL; 775 L1 = R0 | R1; /* L1 is the odd-numbered input bits */ 778 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */ 826 CRUNCH(L0, L1, R0, R1); 827 CRUNCH(R0, R1, L0, L1); 833 L0 ^= R0; L1 ^= R1; 834 R0 ^= L0; R1 ^= L1; 835 L0 ^= R0; L1 ^= R1 [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efidebug.h | 464 UINT64 R0; 489 UINT32 R0;
|