/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 57 sub R0 subroutine [all...] |
H A D | md5-sparcv9.pl | 66 sub R0 { subroutine
|
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 57 sub R0 subroutine [all...] |
H A D | md5-sparcv9.pl | 66 sub R0 { subroutine
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 238 sub R0 { subroutine
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 238 sub R0 { subroutine
|
/third_party/node/deps/openssl/openssl/crypto/md4/ |
H A D | md4_local.h | 50 #define R0(a,b,c,d,k,s,t) { \ macro
|
/third_party/node/deps/openssl/openssl/crypto/md5/ |
H A D | md5_local.h | 62 #define R0(a,b,c,d,k,s,t) { \ macro
|
/third_party/openssl/crypto/md5/ |
H A D | md5_local.h | 62 #define R0(a,b,c,d,k,s,t) { \ macro
|
/third_party/openssl/crypto/md4/ |
H A D | md4_local.h | 50 #define R0(a,b,c,d,k,s,t) { \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.cpp | 112 StackRegion R0 = R; in layoutObject() local 118 StackRegion R0 = R; in layoutObject() local
|
/third_party/selinux/libselinux/src/ |
H A D | sha1.c | 53 #define R0(v,w,x,y,z,i) do { z += ((w&(x^y))^y) + blk0(i)+ 0x5A827999 + rol(v,5); w=rol(w,30); } while (0) macro [all...] |
/third_party/mesa3d/src/util/sha1/ |
H A D | sha1.c | 40 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | repeat.h | 1 #define R0(P, S) P(S) macro [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_clip.h | 52 struct brw_reg R0; member
|
H A D | brw_compile_ff_gs.c | 46 struct brw_reg R0; member [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-toom.cc | 160 Digits R0 = r_0; in Toom3Main() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha1-internal.c | 144 #define R0(v,w,x,y,z,i) \ macro [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha1-internal.c | 144 #define R0(v,w,x,y,z,i) \ macro [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | sha.c | 57 #define R0(v,w,x,y,z,i) z += (((w)&((x)^(y)))^(y)) + blk0(i) + 0x5A827999 + rol(v, 5); w = rol(w, 30); macro
|
/third_party/musl/src/crypt/ |
H A D | crypt_sha512.c | 30 #define R0(x) (ror(x,1) ^ ror(x,8) ^ (x>>7)) macro
|
H A D | crypt_sha256.c | 29 #define R0(x) (ror(x,7) ^ ror(x,18) ^ (x>>3)) macro
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | common_sse41.h | 41 __m128i R0, R1, R2, R3, R4, R5; in VP8PlanarTo24b_SSE41() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | reg.rs | |
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.c | 483 vector signed short R0, G0, B0, R1, G1, B1; in altivec_uyvy_rgb32() local 648 vector signed short R0, G0, B0, R1, G1, B1; in yuv2packedX_altivec() local [all...] |