/dflybsd-src/crypto/libressl/crypto/md4/ |
H A D | md4_locl.h | 106 #define R1(a,b,c,d,k,s,t) { \ macro
|
/dflybsd-src/crypto/libressl/crypto/md5/ |
H A D | md5_locl.h | 119 #define R1(a,b,c,d,k,s,t) { \ macro
|
/dflybsd-src/contrib/ldns/ |
H A D | sha1.c | 39 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
|
/dflybsd-src/crypto/libressl/crypto/sm3/ |
H A D | sm3_locl.h | 72 #define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ macro
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | sha1-internal.c | 147 #define R1(v,w,x,y,z,i) \ macro
|
/dflybsd-src/lib/libcrypt/ |
H A D | crypt-sha256.c | 97 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in __crypt__sha256_process_block() macro
|
H A D | crypt-sha512.c | 128 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in __crypt__sha512_process_block() macro
|
/dflybsd-src/contrib/gdb-7/gdb/stubs/ |
H A D | m32r-stub.c | 121 { R0, R1, R2, R3, R4, R5, R6, R7, enumerator
|
H A D | sh-stub.c | 263 R0, R1, R2, R3, R4, R5, R6, R7, enumerator
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-coalesce.c | 189 #define COALESCE_HASH_FN(R1, R2) ((R2) * ((R2) - 1) / 2 + (R1)) argument
|
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/ |
H A D | BaseLib.h | 69 UINT64 R1; member
|