Home
last modified time | relevance | path

Searched defs:R3 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DrecursiveReturns.js9 function R3(n:number) { function
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl154 sub R3 subroutine
[all...]
H A Dmd5-sparcv9.pl179 sub R3 { subroutine
/third_party/openssl/crypto/md5/asm/
H A Dmd5-586.pl154 sub R3 subroutine
[all...]
H A Dmd5-sparcv9.pl179 sub R3 { subroutine
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl357 sub R3 { subroutine
/third_party/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl357 sub R3 { subroutine
/third_party/node/deps/openssl/openssl/crypto/md5/
H A Dmd5_local.h77 #define R3(a,b,c,d,k,s,t) { \ macro
/third_party/openssl/crypto/md5/
H A Dmd5_local.h77 #define R3(a,b,c,d,k,s,t) { \ macro
/third_party/selinux/libselinux/src/
H A Dsha1.c56 #define R3(v,w,x,y,z,i) do { z += (((w|x)&y)|(w&x)) + blk(i) + 0x8F1BBCDC + rol(v,5); w=rol(w,30); } while (0) macro
[all...]
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c43 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drepeat.h4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##6) R0(P,S##7) macro
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dregex_fuzzer_tests.cc29 R3 = ";regionregionregion3;"; in TEST() local
42 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local
58 R3 in TEST() local
73 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
88 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
101 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
115 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
127 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
141 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
156 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local
171 R3 = "---------region3---------", R4 = "++region4++", TEST() local
184 R3 = "---------region3---------", R4 = "++region4++", TEST() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsimple_idct.c173 #define R3 R_FIX(0.5) macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java45 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> { class in Row
46 public R3(C0 a, C1 b, C2 c) { in R3() method in Row.R3
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRow.java55 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> { class in Row
56 public R3(C0 a, C1 b, C2 c) { in R3() method in Row.R3
/third_party/node/deps/v8/src/bigint/
H A Dmul-toom.cc163 RWDigits R3 = r_m2; in Toom3Main() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-internal.c152 #define R3(v,w,x,y,z,i) \ macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-internal.c152 #define R3(v,w,x,y,z,i) \ macro
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_dblur.c36 float b0, b1, q, c, R3; member
/third_party/ffmpeg/libavutil/
H A Dsha.c60 #define R3(v,w,x,y,z,i) z += ((((w)|(x))&(y))|((w)&(x))) + blk (i) + 0x8F1BBCDC + rol(v, 5); w = rol(w, 30); macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcommon_sse41.h41 __m128i R0, R1, R2, R3, R4, R5; in VP8PlanarTo24b_SSE41() local
H A Dyuv_sse41.c135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
222 __m128i R0, R1, R2, R3, G in YuvToBgrRow_SSE41() local
[all...]
H A Denc_msa.c308 const v16u8 R3 = SLDI_UB(R2, R2, 1); in RD4() local
328 const v16u8 R3 = SLDI_UB(R2, R2, 1); in LD4() local
H A Dyuv_sse2.c249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
402 __m128i R0, R1, R2, R3, G in YuvToBgrRow_SSE2() local
[all...]

Completed in 15 milliseconds

12