/src/sys/arch/amiga/dev/ |
ivsc.c | 226 #define R1 (*buf++ = *sci_dma) 227 R1; R1; R1; R1; R1; R1; R1; R1; 228 R1; R1; R1; R1; R1; R1; R1; R1 [all...] |
mlhsc.c | 216 #define R1 (*buf++ = *sci_dma) 217 R1; R1; R1; R1; R1; R1; R1; R1; 218 R1; R1; R1; R1; R1; R1; R1; R1 [all...] |
wstsc.c | 238 #define R1 (*buf++ = *sci_dma) 239 R1; R1; R1; R1; R1; R1; R1; R1; 240 R1; R1; R1; R1; R1; R1; R1; R1 [all...] |
/src/common/lib/libc/arch/aarch64/atomic/ |
__aarch64_lse.S | 39 #define R1 w1 46 #define R1 w1 53 #define R1 w1 60 #define R1 x1 169 CAS R0, R1, [x2] 179 STXR w3, R1, [x2] /* store new value */
|
/src/common/lib/libc/hash/sha1/ |
sha1.c | 65 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); 101 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) 187 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);
|
/src/sys/arch/m68k/include/ |
reg.h | 96 #define R1 A0
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
function_call_trie_test.cc | 128 const auto R1 = R[1]; 129 ASSERT_NE(R0->FId, R1->FId); 136 ASSERT_NE(R1, nullptr); 137 EXPECT_EQ(R1->CallCount, 1u); 138 EXPECT_EQ(R1->CumulativeLocalTime, 1u);
|
/src/sys/arch/vax/include/ |
asm.h | 37 #define R1 0x002 125 movf \arg, %r1 131 mulf2 %r1, %r0 /* result *= arg */ 134 clrf %r1 /* r1 is 0 on finish */
|
/src/sys/arch/ia64/unwind/ |
decode.h | 163 struct unwind_desc_R1 R1; 190 R1, R2, R3,
|
/src/lib/libcrypt/ |
crypt.c | 747 int32_t L0, L1, R0, R1, k; 769 LOADREG(R,R0,R1,L,L0,L1); 774 R1 = ((uint32_t)R1 >> 1) & 0x55555555L; 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 [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efidebug.h | 329 UINT64 R1; 465 UINT64 R1; 490 UINT32 R1;
|