/third_party/typescript/tests/baselines/reference/ |
D | controlFlowSelfReferentialLoop.js | 10 function GG(a,b,c,d,x,s,ac) { class 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(a,b,c,d,x[k+9], S21,0x21E1CDE6); [all …]
|
D | controlFlowSelfReferentialLoop.types | 23 function GG(a,b,c,d,x,s,ac) { 24 >GG : (a: any, b: any, c: any, d: any, x: any, s: any, ac: any) => number 443 a=GG(a,b,c,d,x[k+1], S21,0xF61E2562); 444 >a=GG(a,b,c,d,x[k+1], S21,0xF61E2562) : number 446 >GG(a,b,c,d,x[k+1], S21,0xF61E2562) : number 447 >GG : (a: any, b: any, c: any, d: any, x: any, s: any, ac: any) => number 460 d=GG(d,a,b,c,x[k+6], S22,0xC040B340); 461 >d=GG(d,a,b,c,x[k+6], S22,0xC040B340) : number 463 >GG(d,a,b,c,x[k+6], S22,0xC040B340) : number 464 >GG : (a: any, b: any, c: any, d: any, x: any, s: any, ac: any) => number [all …]
|
D | classAbstractInheritance.js | 22 abstract class GG extends CC {} 99 var GG = /** @class */ (function (_super) { class 100 __extends(GG, _super); 101 function GG() { class in GG 104 return GG;
|
D | controlFlowSelfReferentialLoop.errors.txt | 54 function GG(a,b,c,d,x,s,ac) { 137 a=GG(a,b,c,d,x[k+1], S21,0xF61E2562); 138 d=GG(d,a,b,c,x[k+6], S22,0xC040B340); 139 c=GG(c,d,a,b,x[k+11],S23,0x265E5A51); 140 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 141 a=GG(a,b,c,d,x[k+5], S21,0xD62F105D); 142 d=GG(d,a,b,c,x[k+10],S22,0x2441453); 143 c=GG(c,d,a,b,x[k+15],S23,0xD8A1E681); 144 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 145 a=GG(a,b,c,d,x[k+9], S21,0x21E1CDE6); [all …]
|
D | controlFlowSelfReferentialLoop.symbols | 21 function GG(a,b,c,d,x,s,ac) { 22 >GG : Symbol(GG, Decl(controlFlowSelfReferentialLoop.ts, 6, 6)) 302 a=GG(a,b,c,d,x[k+1], S21,0xF61E2562); 304 >GG : Symbol(GG, Decl(controlFlowSelfReferentialLoop.ts, 6, 6)) 313 d=GG(d,a,b,c,x[k+6], S22,0xC040B340); 315 >GG : Symbol(GG, Decl(controlFlowSelfReferentialLoop.ts, 6, 6)) 324 c=GG(c,d,a,b,x[k+11],S23,0x265E5A51); 326 >GG : Symbol(GG, Decl(controlFlowSelfReferentialLoop.ts, 6, 6)) 335 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 337 >GG : Symbol(GG, Decl(controlFlowSelfReferentialLoop.ts, 6, 6)) [all …]
|
D | classAbstractInheritance.types | 40 abstract class GG extends CC {} 41 >GG : GG
|
D | classAbstractDeclarations.d.types | 35 declare abstract class GG extends CC {} 36 >GG : GG
|
D | classAbstractInheritance.symbols | 40 abstract class GG extends CC {} 41 >GG : Symbol(GG, Decl(classAbstractInheritance.ts, 18, 22))
|
D | classAbstractDeclarations.d.symbols | 35 declare abstract class GG extends CC {} 36 >GG : Symbol(GG, Decl(classAbstractDeclarations.d.ts, 16, 30))
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowSelfReferentialLoop.ts | 11 function GG(a,b,c,d,x,s,ac) { 52 a=GG(a,b,c,d,x[k+1], S21,0xF61E2562); 53 d=GG(d,a,b,c,x[k+6], S22,0xC040B340); 54 c=GG(c,d,a,b,x[k+11],S23,0x265E5A51); 55 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 56 a=GG(a,b,c,d,x[k+5], S21,0xD62F105D); 57 d=GG(d,a,b,c,x[k+10],S22,0x2441453); 58 c=GG(c,d,a,b,x[k+15],S23,0xD8A1E681); 59 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 60 a=GG(a,b,c,d,x[k+9], S21,0x21E1CDE6); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_md5.c | 89 #define GG(a, b, c, d, x, s, ac) \ macro 267 GG(a, b, c, d, in[1], S21, 4129170786u); /* 17 */ in SDLTest_Md5Transform() 268 GG(d, a, b, c, in[6], S22, 3225465664u); /* 18 */ in SDLTest_Md5Transform() 269 GG(c, d, a, b, in[11], S23, 643717713u); /* 19 */ in SDLTest_Md5Transform() 270 GG(b, c, d, a, in[0], S24, 3921069994u); /* 20 */ in SDLTest_Md5Transform() 271 GG(a, b, c, d, in[5], S21, 3593408605u); /* 21 */ in SDLTest_Md5Transform() 272 GG(d, a, b, c, in[10], S22, 38016083u); /* 22 */ in SDLTest_Md5Transform() 273 GG(c, d, a, b, in[15], S23, 3634488961u); /* 23 */ in SDLTest_Md5Transform() 274 GG(b, c, d, a, in[4], S24, 3889429448u); /* 24 */ in SDLTest_Md5Transform() 275 GG(a, b, c, d, in[9], S21, 568446438u); /* 25 */ in SDLTest_Md5Transform() [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_fingerprint.cpp | 530 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 (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */ in MD5Transform() [all …]
|
/third_party/python/Modules/ |
D | md5module.c | 112 #define GG(a,b,c,d,M,s,t) \ macro 156 GG(a,b,c,d,W[1],5,0xf61e2562UL) in md5_compress() 157 GG(d,a,b,c,W[6],9,0xc040b340UL) in md5_compress() 158 GG(c,d,a,b,W[11],14,0x265e5a51UL) in md5_compress() 159 GG(b,c,d,a,W[0],20,0xe9b6c7aaUL) in md5_compress() 160 GG(a,b,c,d,W[5],5,0xd62f105dUL) in md5_compress() 161 GG(d,a,b,c,W[10],9,0x02441453UL) in md5_compress() 162 GG(c,d,a,b,W[15],14,0xd8a1e681UL) in md5_compress() 163 GG(b,c,d,a,W[4],20,0xe7d3fbc8UL) in md5_compress() 164 GG(a,b,c,d,W[9],5,0x21e1cde6UL) in md5_compress() [all …]
|
/third_party/boost/libs/phoenix/test/function/ |
D | lazy_argument_tests.cpp | 38 typedef boost::phoenix::function<example::G> GG; typedef 50 BOOST_TEST(( h<GG,int>(gg,1) == 2)); in main()
|
/third_party/musl/src/crypt/ |
D | crypt_md5.c | 26 #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/openssl/crypto/sm3/ |
D | sm3_local.h | 53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 59 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
|
/third_party/mesa3d/docs/ci/ |
D | uri-caching.conf | 32 add_header X-GG-Cache-Status $upstream_cache_status;
|
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/ |
D | classAbstractInheritance.ts | 21 abstract class GG extends CC {}
|
D | classAbstractDeclarations.d.ts | 19 declare abstract class GG extends CC {}
|
/third_party/curl/lib/ |
D | makefile.amiga | 28 ATCPSDKI= /GG/netinclude
|
/third_party/curl/src/ |
D | makefile.amiga | 28 ATCPSDKI= /GG/netinclude
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | es_MX.txt | 22 GG{"Guernsey"}
|
/third_party/icu/icu4c/source/data/region/ |
D | es_US.txt | 22 GG{"Guernsey"}
|
D | es_MX.txt | 22 GG{"Guernsey"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | es_MX.txt | 22 GG{"Guernsey"}
|