/third_party/spirv-tools/test/ |
D | ext_inst.debuginfo_test.cpp | 71 #define CASE_ILL(Enum, L0, L1) \ argument 73 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0 " " #L1, { \ 74 4, L0, L1 \ 78 #define CASE_IL(Enum, L0) \ argument 80 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0, { 4, L0 } \ 126 #define CASE_IIILLI(Enum, L0, L1) \ argument 129 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 130 4, 5, 6, L0, L1, 7 \ 134 #define CASE_IIILLIL(Enum, L0, L1, L2) \ argument 137 " %4 %5 %6 " #L0 " " #L1 " %7 " #L2, { \ [all …]
|
D | ext_inst.cldebug100_test.cpp | 179 #define CASE_ILL(Enum, L0, L1) \ argument 182 " %4 " #L0 " " #L1, { \ 183 4, L0, L1 \ 187 #define CASE_IL(Enum, L0) \ argument 189 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #L0, { \ 190 4, L0 \ 242 #define CASE_IIILLI(Enum, L0, L1) \ argument 245 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 246 4, 5, 6, L0, L1, 7 \ 250 #define CASE_IIILLIF(Enum, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | ext_inst.debuginfo_test.cpp | 71 #define CASE_ILL(Enum, L0, L1) \ argument 73 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0 " " #L1, { \ 74 4, L0, L1 \ 78 #define CASE_IL(Enum, L0) \ argument 80 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0, { 4, L0 } \ 126 #define CASE_IIILLI(Enum, L0, L1) \ argument 129 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 130 4, 5, 6, L0, L1, 7 \ 134 #define CASE_IIILLIL(Enum, L0, L1, L2) \ argument 137 " %4 %5 %6 " #L0 " " #L1 " %7 " #L2, { \ [all …]
|
D | ext_inst.cldebug100_test.cpp | 179 #define CASE_ILL(Enum, L0, L1) \ argument 182 " %4 " #L0 " " #L1, { \ 183 4, L0, L1 \ 187 #define CASE_IL(Enum, L0) \ argument 189 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #L0, { \ 190 4, L0 \ 242 #define CASE_IIILLI(Enum, L0, L1) \ argument 245 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 246 4, 5, 6, L0, L1, 7 \ 250 #define CASE_IIILLIF(Enum, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 71 #define CASE_ILL(Enum, L0, L1) \ argument 73 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0 " " #L1, { \ 74 4, L0, L1 \ 78 #define CASE_IL(Enum, L0) \ argument 80 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #L0, { 4, L0 } \ 126 #define CASE_IIILLI(Enum, L0, L1) \ argument 129 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 130 4, 5, 6, L0, L1, 7 \ 134 #define CASE_IIILLIL(Enum, L0, L1, L2) \ argument 137 " %4 %5 %6 " #L0 " " #L1 " %7 " #L2, { \ [all …]
|
D | ext_inst.cldebug100_test.cpp | 179 #define CASE_ILL(Enum, L0, L1) \ argument 182 " %4 " #L0 " " #L1, { \ 183 4, L0, L1 \ 187 #define CASE_IL(Enum, L0) \ argument 189 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #L0, { \ 190 4, L0 \ 242 #define CASE_IIILLI(Enum, L0, L1) \ argument 245 " %4 %5 %6 " #L0 " " #L1 " %7", { \ 246 4, 5, 6, L0, L1, 7 \ 250 #define CASE_IIILLIF(Enum, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/openssl/crypto/ec/curve448/ |
D | f_generic.c | 174 gf L0, L1, L2; in gf_isr() local 181 gf_mul(L0, L2, L1); in gf_isr() 182 gf_sqrn(L1, L0, 3); in gf_isr() 183 gf_mul(L0, L2, L1); in gf_isr() 184 gf_sqrn(L2, L0, 9); in gf_isr() 185 gf_mul(L1, L0, L2); in gf_isr() 186 gf_sqr(L0, L1); in gf_isr() 187 gf_mul(L2, x, L0); in gf_isr() 188 gf_sqrn(L0, L2, 18); in gf_isr() 189 gf_mul(L2, L1, L0); in gf_isr() [all …]
|
D | curve448.c | 170 gf L0; in add_pniels_to_pt() local 172 gf_mul(L0, p->z, pn->z); in add_pniels_to_pt() 173 gf_copy(p->z, L0); in add_pniels_to_pt() 180 gf L0; in sub_pniels_from_pt() local 182 gf_mul(L0, p->z, pn->z); in sub_pniels_from_pt() 183 gf_copy(p->z, L0); in sub_pniels_from_pt()
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_block.c | 538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block() 567 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^ in whirlpool_block() 584 K.q[0] = L0; in whirlpool_block() 593 L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^ in whirlpool_block() 610 S.q[0] = L0; in whirlpool_block() 619 L0 = C0(K, 0); in whirlpool_block() 627 L0 ^= RC[r]; in whirlpool_block() 636 L0 ^= C7(K, 1); in whirlpool_block() 644 L0 ^= C6(K, 2); in whirlpool_block() 652 L0 ^= C5(K, 3); in whirlpool_block() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 79 Value *L0, *L1, *R0, *R1; in foldGuardedRotateToFunnelShift() local 85 m_c_Or(m_Shl(m_Value(L0), m_Value(L1)), m_LShr(m_Value(R0), Sub))); in foldGuardedRotateToFunnelShift() 86 if (RotL.match(V) && L0 == R0 && L1 == R1) { in foldGuardedRotateToFunnelShift() 87 X = L0; in foldGuardedRotateToFunnelShift() 94 m_c_Or(m_LShr(m_Value(L0), m_Value(L1)), m_Shl(m_Value(R0), Sub))); in foldGuardedRotateToFunnelShift() 95 if (RotR.match(V) && L0 == R0 && L1 == R1) { in foldGuardedRotateToFunnelShift() 96 X = L0; in foldGuardedRotateToFunnelShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 273 MachineInstr &L0 = *S0.getInstr(); in apply() local 274 if (!L0.mayLoad() || L0.mayStore() || in apply() 275 HII.getAddrMode(L0) != HexagonII::BaseImmOffset) in apply() 279 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 1093 LoadInst *L0 = cast<LoadInst>(Chain[0]); in vectorizeLoadChain() local 1111 unsigned AS = L0->getPointerAddressSpace(); in vectorizeLoadChain() 1115 unsigned Alignment = getAlignment(L0); in vectorizeLoadChain() 1166 if (L0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) { in vectorizeLoadChain() 1173 L0->getPointerOperand(), StackAdjustedAlignment, DL, L0, nullptr, &DT); in vectorizeLoadChain() 1196 Builder.CreateBitCast(L0->getPointerOperand(), VecTy->getPointerTo(AS)); in vectorizeLoadChain()
|
/third_party/openssl/fuzz/corpora/conf/ |
D | 426f6343e19f699ce733372d06835d962727fa08 | 1 …0"00"\0"0"\000n\n\n0"�00"0000000"\0000"0"J"0@0000000"\00"00"00"\000000"0"\L0"\0000000"\0000"0"0"…
|
/third_party/nghttp2/src/ |
D | test.example.com.pem | 22 imgl/L0=
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 417 const v8i16 L0 = (v8i16)__msa_fill_h(top[-2]); in TM4() local 425 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4() 469 const v16u8 L0 = (v16u8)__msa_fill_b(left[0]); in HorizontalPred16x16() local 473 ST_UB4(L0, L1, L2, L3, dst, BPS); in HorizontalPred16x16() 497 const v8i16 L0 = (v8i16)__msa_fill_h(left[j + 0]); in TrueMotion16x16() local 501 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TrueMotion16x16() 502 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TrueMotion16x16() 591 const v16u8 L0 = (v16u8)__msa_fill_b(left[0]); in HorizontalPred8x8() local 595 const uint64_t out0 = __msa_copy_s_d((v2i64)L0, 0); in HorizontalPred8x8()
|
D | dec_neon.c | 1286 const uint8x8_t L0 = vld1_u8(dst + 0 * BPS - 1); in DC4_NEON() local 1290 const uint16x8_t s0 = vaddl_u8(L0, L1); in DC4_NEON() 1310 const int16x8_t L0 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 0 * BPS - 1)); in TrueMotion_NEON() local 1314 const int16x8_t r0 = vaddq_s16(L0, d); // L[r] + A[c] - A[-1] in TrueMotion_NEON() 1443 const uint8x8_t L0 = vld1_u8(dst + 0 * BPS - 1); in DC8_NEON() local 1451 const uint16x8_t s0 = vaddl_u8(L0, L1); in DC8_NEON() 1530 const uint8x8_t L0 = vld1_u8(dst + (i + 0) * BPS - 1); in DC16_NEON() local 1538 const uint16x8_t s0 = vaddl_u8(L0, L1); in DC16_NEON() 1583 const int16x8_t L0 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 0 * BPS - 1)); in TM16_NEON() local 1587 const int16x8_t r0_lo = vaddq_s16(L0, d_lo); // L[r] + A[c] - A[-1] in TM16_NEON() [all …]
|
D | dec_msa.c | 694 const v8i16 L0 = (v8i16)__msa_fill_h(ptemp[1 * BPS]); in TM4() local 702 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4() 806 const v8i16 L0 = (v8i16)__msa_fill_h(dst[-1 + 0 * BPS]); in TM16() local 810 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TM16() 811 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TM16() 829 const v16u8 L0 = (v16u8)__msa_fill_b(dst[-1 + 0 * BPS]); in HE16() local 833 ST_UB4(L0, L1, L2, L3, dst, BPS); in HE16() 927 const v16u8 L0 = (v16u8)__msa_fill_b(dst[-1 + 0 * BPS]); in HE8uv() local 931 const uint64_t out0 = __msa_copy_s_d((v2i64)L0, 0); in HE8uv()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 417 const v8i16 L0 = (v8i16)__msa_fill_h(top[-2]); in TM4() local 425 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4() 469 const v16u8 L0 = (v16u8)__msa_fill_b(left[0]); in HorizontalPred16x16() local 473 ST_UB4(L0, L1, L2, L3, dst, BPS); in HorizontalPred16x16() 497 const v8i16 L0 = (v8i16)__msa_fill_h(left[j + 0]); in TrueMotion16x16() local 501 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TrueMotion16x16() 502 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TrueMotion16x16() 591 const v16u8 L0 = (v16u8)__msa_fill_b(left[0]); in HorizontalPred8x8() local 595 const uint64_t out0 = __msa_copy_s_d((v2i64)L0, 0); in HorizontalPred8x8()
|
D | dec_neon.c | 1286 const uint16x8_t L0 = vmovl_u8(vld1_u8(dst + 0 * BPS - 1)); in DC4_NEON() local 1290 const uint16x8_t s0 = vaddq_u16(L0, L1); in DC4_NEON() 1310 const int16x8_t L0 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 0 * BPS - 1)); in TrueMotion_NEON() local 1314 const int16x8_t r0 = vaddq_s16(L0, d); // L[r] + A[c] - A[-1] in TrueMotion_NEON() 1437 const uint16x8_t L0 = vmovl_u8(vld1_u8(dst + 0 * BPS - 1)); in DC8_NEON() local 1445 const uint16x8_t s0 = vaddq_u16(L0, L1); in DC8_NEON() 1519 const uint16x8_t L0 = vmovl_u8(vld1_u8(dst + (i + 0) * BPS - 1)); in DC16_NEON() local 1527 const uint16x8_t s0 = vaddq_u16(L0, L1); in DC16_NEON() 1572 const int16x8_t L0 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 0 * BPS - 1)); in TM16_NEON() local 1576 const int16x8_t r0_lo = vaddq_s16(L0, d_lo); // L[r] + A[c] - A[-1] in TM16_NEON() [all …]
|
D | dec_msa.c | 694 const v8i16 L0 = (v8i16)__msa_fill_h(ptemp[1 * BPS]); in TM4() local 702 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4() 806 const v8i16 L0 = (v8i16)__msa_fill_h(dst[-1 + 0 * BPS]); in TM16() local 810 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TM16() 811 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TM16() 829 const v16u8 L0 = (v16u8)__msa_fill_b(dst[-1 + 0 * BPS]); in HE16() local 833 ST_UB4(L0, L1, L2, L3, dst, BPS); in HE16() 927 const v16u8 L0 = (v16u8)__msa_fill_b(dst[-1 + 0 * BPS]); in HE8uv() local 931 const uint64_t out0 = __msa_copy_s_d((v2i64)L0, 0); in HE8uv()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_hevc.c | 354 for (i = 0; i < 15 && i < sh->nb_refs[L0]; i++) { in fill_pred_weight_table() 438 .num_ref_idx_l0_active_minus1 = sh->nb_refs[L0] ? sh->nb_refs[L0] - 1 : 0, in vaapi_hevc_decode_slice() 449 .collocated_from_l0_flag = sh->collocated_list == L0 ? 1 : 0, in vaapi_hevc_decode_slice()
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
D | prettify.css | 1 …ding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li…
|
/third_party/node/deps/npm/node_modules/unique-filename/coverage/ |
D | prettify.css | 1 …ding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li…
|
/third_party/python/Lib/test/ |
D | test_genericalias.py | 191 L0 = list[str] 192 self.assertEqual(L0.__args__, (str,)) 193 self.assertEqual(L0.__parameters__, ())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 143 def L0 : Ri<16, "L0">, DwarfRegNum<[16]>; 292 def L0_L1 : Rdi<16, "L0", [L0, L1]>;
|