Home
last modified time | relevance | path

Searched defs:R4 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); in TEST() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.c46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); macro
/freebsd/contrib/ldns/
H A Dsha1.c42 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); macro
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c155 #define R4(v,w,x,y,z,i) \ macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c119 #define R4(v,w,x,y,z,i) \ macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c47 uint32_t R4[5]; /* 20 bytes */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp766 #define SUB_SUPER(R1, R2, R3, R4, R) \ in getX86SubSuperRegister() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h113 #define R4(n) R2(n), R2(n + 2 * 16), R2(n + 1 * 16), R2(n + 3 * 16) macro
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h84 UINT32 R4; member
/freebsd/contrib/sqlite3/
H A Dshell.c3256 #define R4(v,w,x,y,z,i) \ macro