Home
last modified time | relevance | path

Searched refs:GG (Results 1 - 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowSelfReferentialLoop.js10 function GG(a,b,c,d,x,s,ac) {
51 a=GG(a,b,c,d,x[k+1], S21,0xF61E2562);
52 d=GG(d,a,b,c,x[k+6], S22,0xC040B340);
53 c=GG(c,d,a,b,x[k+11],S23,0x265E5A51);
54 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA);
55 a=GG(a,b,c,d,x[k+5], S21,0xD62F105D);
56 d=GG(d,a,b,c,x[k+10],S22,0x2441453);
57 c=GG(c,d,a,b,x[k+15],S23,0xD8A1E681);
58 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8);
59 a=GG(
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.cpp530 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in MD5Transform()
531 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in MD5Transform()
532 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in MD5Transform()
533 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in MD5Transform()
534 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in MD5Transform()
535 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in MD5Transform()
536 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in MD5Transform()
537 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in MD5Transform()
538 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in MD5Transform()
539 GG ( in MD5Transform()
[all...]
H A Ddng_fingerprint.h227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
252 static inline void GG (uint32 &a, in GG() function in dng_md5_printer
/third_party/python/Modules/
H A Dmd5module.c115 #define GG(a,b,c,d,M,s,t) \ macro
159 GG(a,b,c,d,W[1],5,0xf61e2562UL) in md5_compress()
160 GG(d,a,b,c,W[6],9,0xc040b340UL) in md5_compress()
161 GG(c,d,a,b,W[11],14,0x265e5a51UL) in md5_compress()
162 GG(b,c,d,a,W[0],20,0xe9b6c7aaUL) in md5_compress()
163 GG(a,b,c,d,W[5],5,0xd62f105dUL) in md5_compress()
164 GG(d,a,b,c,W[10],9,0x02441453UL) in md5_compress()
165 GG(c,d,a,b,W[15],14,0xd8a1e681UL) in md5_compress()
166 GG(b,c,d,a,W[4],20,0xe7d3fbc8UL) in md5_compress()
167 GG( in md5_compress()
[all...]
/third_party/musl/src/crypt/
H A Dcrypt_md5.c26 #define GG(a,b,c,d,w,s,t) a += G(b,c,d) + w + t; a = rol(a,s) + b macro
65 GG(a,b,c,d, W[(5*i+1)%16], 5, tab[i]); i++; in processblock()
66 GG(d,a,b,c, W[(5*i+1)%16], 9, tab[i]); i++; in processblock()
67 GG(c,d,a,b, W[(5*i+1)%16], 14, tab[i]); i++; in processblock()
68 GG(b,c,d,a, W[(5*i+1)%16], 20, tab[i]); i++; in processblock()
/third_party/node/deps/openssl/openssl/crypto/sm3/
H A Dsm3_local.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \
60 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
/third_party/openssl/crypto/sm3/
H A Dsm3_local.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \
60 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
/third_party/toybox/toys/posix/
H A Dps.c210 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
463 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process()
782 |_PS_IO|_PS_DIO)) || TT.GG.len || TT.UU.len) in get_ps()
1194 if (pl==&TT.gg || pl==&TT.GG) { in parse_rest()
1310 comma_args(TT.ps.G, &TT.GG, "bad -G", parse_rest); in ps_main()
1392 free(TT.GG.ptr); in ps_main()
1893 comma_args(TT.pgrep.G, &TT.GG, "bad -G", parse_rest); in pgrep_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c167 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
420 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process()
739 |_PS_IO|_PS_DIO)) || TT.GG.len || TT.UU.len) in get_ps()
1151 if (pl==&TT.gg || pl==&TT.GG) { in parse_rest()
1735 comma_args(TT.pgrep.G, &TT.GG, "bad -G", parse_rest); in pgrep_main()
/third_party/toybox/generated/
H A Dglobals.h1460 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js56 var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],
200 ,,,,[-1]]],GG:[,[,,"(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",,,,,,,[7,9,10],[6]],[,,"1481[25-9]\\d{5}",,,,"1481256789",,,[10],[6]],[,,"7(?:(?:781|839)\\d|911[17])\\d{5}",,,,"7781123456",,,[10]],[,,"80[08]\\d{7}|800\\d{6}|8001111",,,,"8001234567"],[,,"(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",,,,"9012345678",,,[7,10]],[,,,,,,,,,[-1]],[,,"70\\d{8}",,,,"7012345678",,,[10]],[,,"56\\d{8}",,,,"5612345678",,,[10]],"GG",44,"00","0",,,"([25-9]\\d{5})$|0","1481$1",,,,,[,,"76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",
568 ,,,,,[-1]],,,,"GE",,,,,,,,,,,,,,,,,,[,,"0(?:11|33)|11[1-3]|[01]22",,,,"011",,,[3]],,[,,"0(?:11|33)|11[1-3]|40404|[01]22",,,,"011"],[,,,,,,,,,[-1]],[,,"404\\d\\d",,,,"40400",,,[5]],,[,,"404\\d\\d",,,,"40400",,,[5]]],GF:[,[,,"1\\d",,,,,,,[2]],,,[,,"1[578]",,,,"15"],[,,,,,,,,,[-1]],,,,"GF",,,,,,,,,,,,,,,,,,[,,"1[578]",,,,"15"],,[,,"1[578]",,,,"15"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],GG:[,[,,"[19]\\d{2,5}",,,,,,,[3,4,5,6]],,,[,,"112|999",,,,"112",,,[3]],[,,,,,,,,,[-1]],,,,"GG",,,,,,,,,

Completed in 25 milliseconds