/third_party/typescript/tests/baselines/reference/ |
D | controlFlowSelfReferentialLoop.js | 25 var S21=5, S22=9 , S23=14, S24=20; variable 54 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 58 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 62 b=GG(b,c,d,a,x[k+8], S24,0x455A14ED); 66 b=GG(b,c,d,a,x[k+12],S24,0x8D2A4C8A); 147 var S21 = 5, S22 = 9, S23 = 14, S24 = 20; 179 b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA); 183 b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8); 187 b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED); 191 b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);
|
D | controlFlowSelfReferentialLoop.types | 94 var S21=5, S22=9 , S23=14, S24=20; 101 >S24 : number 494 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 495 >b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA) : number 497 >GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA) : number 508 >S24 : number 562 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 563 >b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8) : number 565 >GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8) : number 576 >S24 : number [all …]
|
D | controlFlowSelfReferentialLoop.errors.txt | 111 var S21=5, S22=9 , S23=14, S24=20; 140 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 144 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 148 b=GG(b,c,d,a,x[k+8], S24,0x455A14ED); 152 b=GG(b,c,d,a,x[k+12],S24,0x8D2A4C8A);
|
D | controlFlowSelfReferentialLoop.symbols | 81 var S21=5, S22=9 , S23=14, S24=20; 85 >S24 : Symbol(S24, Decl(controlFlowSelfReferentialLoop.ts, 23, 30)) 335 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 344 >S24 : Symbol(S24, Decl(controlFlowSelfReferentialLoop.ts, 23, 30)) 379 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 388 >S24 : Symbol(S24, Decl(controlFlowSelfReferentialLoop.ts, 23, 30)) 423 b=GG(b,c,d,a,x[k+8], S24,0x455A14ED); 432 >S24 : Symbol(S24, Decl(controlFlowSelfReferentialLoop.ts, 23, 30)) 467 b=GG(b,c,d,a,x[k+12],S24,0x8D2A4C8A); 476 >S24 : Symbol(S24, Decl(controlFlowSelfReferentialLoop.ts, 23, 30))
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowSelfReferentialLoop.ts | 26 var S21=5, S22=9 , S23=14, S24=20; 55 b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA); 59 b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8); 63 b=GG(b,c,d,a,x[k+8], S24,0x455A14ED); 67 b=GG(b,c,d,a,x[k+12],S24,0x8D2A4C8A);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_md5.c | 266 #define S24 20 in SDLTest_Md5Transform() macro 270 GG(b, c, d, a, in[0], S24, 3921069994u); /* 20 */ in SDLTest_Md5Transform() 274 GG(b, c, d, a, in[4], S24, 3889429448u); /* 24 */ in SDLTest_Md5Transform() 278 GG(b, c, d, a, in[8], S24, 1163531501u); /* 28 */ in SDLTest_Md5Transform() 282 GG(b, c, d, a, in[12], S24, 2368359562u); /* 32 */ in SDLTest_Md5Transform()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_fingerprint.cpp | 469 S24 = 20, in MD5Transform() enumerator 533 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in MD5Transform() 537 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in MD5Transform() 541 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */ in MD5Transform() 545 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */ in MD5Transform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-format.h | 138 GST_AUDIO_FORMAT_S24 = _GST_AUDIO_FORMAT_NE(S24),
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 133 g_string_append (s, GST_AUDIO_NE (S24)); in gst_mpg123_audio_dec_class_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 108 case AArch64::S24: in isOdd()
|
D | AArch64SchedPredicates.td | 124 CheckRegOperand<0, S24>,
|
D | AArch64RegisterInfo.td | 342 def S24 : AArch64Reg<24, "s24", [H24]>, DwarfRegAlias<B24>; 377 def D24 : AArch64Reg<24, "d24", [S24], ["v24", ""]>, DwarfRegAlias<B24>;
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioresample.c | 828 test_pipeline (GST_AUDIO_NE (S24), 44100, 48000, quality); in GST_START_TEST() 829 test_pipeline (GST_AUDIO_NE (S24), 48000, 44100, quality); in GST_START_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenRegisterInfo.inc | 163 S24 = 143, 1506 …PPC::S12, PPC::S30, PPC::S29, PPC::S28, PPC::S27, PPC::S26, PPC::S25, PPC::S24, PPC::S23, PPC::S22… 1526 …PPC::S12, PPC::S30, PPC::S29, PPC::S28, PPC::S27, PPC::S26, PPC::S25, PPC::S24, PPC::S23, PPC::S22… 1879 { 1224U, PPC::S24 }, 2022 { 1224U, PPC::S24 }, 2167 { 1224U, PPC::S24 }, 2310 { 1224U, PPC::S24 }, 2459 { PPC::S24, 1224U }, 2734 { PPC::S24, 1224U }, 3012 { PPC::S24, 1224U }, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 155 {codeview::RegisterId::ARM64_S24, AArch64::S24}, in initLLVMToCVRegMapping()
|
/third_party/gstreamer/gstplugins_bad/ext/faad/ |
D | gstfaad.c | 76 STATIC_RAW_CAPS (S24) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 112 def S24 : ARMFReg<24, "s24">; def S25 : ARMFReg<25, "s25">; 131 def D12 : ARMReg<12, "d12", [S24, S25]>, DwarfRegNum<[268]>;
|
/third_party/ffmpeg/libavformat/ |
D | avisynth.c | 526 st->codecpar->codec_id = PCM(S24); in avisynth_create_stream_audio()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 305 S23, S24, S25, S26, S27, S28, S29, S30, S31
|
D | PPCFrameLowering.cpp | 203 {PPC::S24, -64}, in getCalleeSavedSpillSlots()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 764 g_value_set_static_string (&v, GST_AUDIO_NE (S24)); in gst_flac_enc_generate_sink_caps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenRegisterInfo.inc | 129 S24 = 109, 1520 { ARM::S24 }, 1567 …ARM::S17, ARM::S18, ARM::S19, ARM::S20, ARM::S21, ARM::S22, ARM::S23, ARM::S24, ARM::S25, ARM::S26… 1577 …ARM::S17, ARM::S18, ARM::S19, ARM::S20, ARM::S21, ARM::S22, ARM::S23, ARM::S24, ARM::S25, ARM::S26… 1587 …ARM::S17, ARM::S18, ARM::S19, ARM::S20, ARM::S21, ARM::S22, ARM::S23, ARM::S24, ARM::S25, ARM::S26… 5903 …ARM::S10, ARM::S12, ARM::S14, ARM::S16, ARM::S18, ARM::S20, ARM::S22, ARM::S24, ARM::S26, ARM::S28… 5904 …Order2[] = { ARM::S0, ARM::S4, ARM::S8, ARM::S12, ARM::S16, ARM::S20, ARM::S24, ARM::S28, ARM::S2,… 5921 …ARM::S10, ARM::S12, ARM::S14, ARM::S16, ARM::S18, ARM::S20, ARM::S22, ARM::S24, ARM::S26, ARM::S28… 5922 …Order2[] = { ARM::S0, ARM::S4, ARM::S8, ARM::S12, ARM::S16, ARM::S20, ARM::S24, ARM::S28, ARM::S2,…
|
/third_party/openGLES/extensions/NV/ |
D | NV_gpu_program4.txt | 505 | "S24" 2029 S24 Signed multiply (24-bit operands) 2074 "S24", "U24", and "HI" are special modifiers that are allowed only for the 3429 The "S24" and "U24" modifiers specify "fast" signed or unsigned integer 3432 [-2^23,+2^23-1] for S24 or [0,2^24-1] for U24. If "S24" or "U24" is 6077 RESOLVED: Yes. The ".S24" and ".U24" modifiers allow for signed and 6080 extension, ".S24" and ".U24" integer multiplies may be faster than 6084 operands if ".S24" or ".U24" is specified.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_program4.txt | 505 | "S24" 2029 S24 Signed multiply (24-bit operands) 2074 "S24", "U24", and "HI" are special modifiers that are allowed only for the 3429 The "S24" and "U24" modifiers specify "fast" signed or unsigned integer 3432 [-2^23,+2^23-1] for S24 or [0,2^24-1] for U24. If "S24" or "U24" is 6077 RESOLVED: Yes. The ".S24" and ".U24" modifiers allow for signed and 6080 extension, ".S24" and ".U24" integer multiplies may be faster than 6084 operands if ".S24" or ".U24" is specified.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 359 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
|