/third_party/node/deps/brotli/c/enc/ |
D | cluster_inc.h | 15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1, 20 p.idx1 = p.idx2 = 0; 22 if (idx1 == idx2) { 25 if (idx2 < idx1) { 27 idx2 = idx1; 28 idx1 = t; 30 p.idx1 = idx1; 32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]); 33 p.cost_diff -= out[idx1].bit_cost_; 36 if (out[idx1].total_count_ == 0) { [all …]
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | cluster_inc.h | 15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1, 20 p.idx1 = p.idx2 = 0; 22 if (idx1 == idx2) { 25 if (idx2 < idx1) { 27 idx2 = idx1; 28 idx1 = t; 30 p.idx1 = idx1; 32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]); 33 p.cost_diff -= out[idx1].bit_cost_; 36 if (out[idx1].total_count_ == 0) { [all …]
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/ |
D | prefix.h | 177 const uint32_t idx1 = (ii * RS_WORKGROUP_SUBGROUPS) + gl_SubgroupID; in rs_prefix() 183 RS_PREFIX_SWEEP1(idx1) = subgroupBroadcast(h0_inc, RS_SUBGROUP_SIZE - 1); in rs_prefix() 223 const uint32_t idx1 = (ii * RS_WORKGROUP_SUBGROUPS) + gl_SubgroupID; in rs_prefix() 229 RS_PREFIX_SWEEP1(idx1) = subgroupBroadcast(h0_inc, RS_SUBGROUP_SIZE - 1); in rs_prefix() 252 const uint32_t idx1 = (ii * RS_WORKGROUP_SIZE) + gl_LocalInvocationID.x; in rs_prefix() 255 const uint32_t h1_red = RS_PREFIX_SWEEP1(idx1); in rs_prefix() 258 RS_PREFIX_SWEEP1(idx1) = h1_inc - h1_red; in rs_prefix() 310 const uint32_t idx1 = idx0 / RS_SUBGROUP_SIZE; in rs_prefix() 314 h_exc[ii] + RS_PREFIX_SWEEP0(idx0) + RS_PREFIX_SWEEP1(idx1); in rs_prefix() 319 h_exc + RS_PREFIX_SWEEP0(idx0) + RS_PREFIX_SWEEP1(idx1); in rs_prefix() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | indexerWithTuple.js | 9 var idx1 = 1; variable 14 var ele14 = strNumTuple[idx1]; // string | number 25 var eleUnion14 = unionTuple1[idx1]; // string | number 33 var eleUnion24 = unionTuple2[idx1]; // string | number | boolean 49 var idx1 = 1; 54 var ele14 = strNumTuple[idx1]; // string | number 64 var eleUnion14 = unionTuple1[idx1]; // string | number 71 var eleUnion24 = unionTuple2[idx1]; // string | number | boolean
|
D | indexerWithTuple.types | 33 var idx1 = 1; 34 >idx1 : number 61 var ele14 = strNumTuple[idx1]; // string | number 63 >strNumTuple[idx1] : string | number 65 >idx1 : number 122 var eleUnion14 = unionTuple1[idx1]; // string | number 124 >unionTuple1[idx1] : string | number 126 >idx1 : number 164 var eleUnion24 = unionTuple2[idx1]; // string | number | boolean 166 >unionTuple2[idx1] : string | number | boolean [all …]
|
D | indexerWithTuple.symbols | 18 var idx1 = 1; 19 >idx1 : Symbol(idx1, Decl(indexerWithTuple.ts, 7, 3)) 40 var ele14 = strNumTuple[idx1]; // string | number 43 >idx1 : Symbol(idx1, Decl(indexerWithTuple.ts, 7, 3)) 87 var eleUnion14 = unionTuple1[idx1]; // string | number 90 >idx1 : Symbol(idx1, Decl(indexerWithTuple.ts, 7, 3)) 121 var eleUnion24 = unionTuple2[idx1]; // string | number | boolean 124 >idx1 : Symbol(idx1, Decl(indexerWithTuple.ts, 7, 3))
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9dsp_init_mips.c | 86 #define init_fpel(idx1, idx2, sz, type) \ in vp9dsp_mc_init_msa() argument 87 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = ff_##type##sz##_msa; \ in vp9dsp_mc_init_msa() 88 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = ff_##type##sz##_msa; \ in vp9dsp_mc_init_msa() 89 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = ff_##type##sz##_msa; \ in vp9dsp_mc_init_msa() 90 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_##type##sz##_msa in vp9dsp_mc_init_msa() 109 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_msa() argument 110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][idxh][idxv] = \ in vp9dsp_mc_init_msa() 112 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][idxh][idxv] = \ in vp9dsp_mc_init_msa() 114 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][idxh][idxv] = \ in vp9dsp_mc_init_msa() 116 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][idxh][idxv] = \ in vp9dsp_mc_init_msa() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | histogram_enc.c | 732 int idx1; member 803 VP8LHistogram** const histograms, int idx1, in HistoQueuePush() argument 812 if (idx1 > idx2) { in HistoQueuePush() 814 idx2 = idx1; in HistoQueuePush() 815 idx1 = tmp; in HistoQueuePush() 817 pair.idx1 = idx1; in HistoQueuePush() 819 h1 = histograms[idx1]; in HistoQueuePush() 867 const int idx1 = histo_queue.queue[0].idx1; in HistogramCombineGreedy() local 869 HistogramAdd(histograms[idx2], histograms[idx1], histograms[idx1]); in HistogramCombineGreedy() 870 histograms[idx1]->bit_cost_ = histo_queue.queue[0].cost_combo; in HistogramCombineGreedy() [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9dsp_init_16bpp_arm_template.c | 106 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_arm() argument 107 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = \ in vp9dsp_mc_init_arm() 108 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = \ in vp9dsp_mc_init_arm() 109 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = \ in vp9dsp_mc_init_arm() 110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix##_neon in vp9dsp_mc_init_arm() 116 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_arm() argument 117 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_##bpp##_neon in vp9dsp_mc_init_arm() 215 #define init_lpf_func_8(idx1, idx2, dir, wd, bpp) \ in vp9dsp_loopfilter_init_arm() argument 216 dsp->loop_filter_8[idx1][idx2] = ff_vp9_loop_filter_##dir##_##wd##_8_##bpp##_neon in vp9dsp_loopfilter_init_arm() 221 #define init_lpf_func_mix2(idx1, idx2, idx3, dir, wd, bpp) \ in vp9dsp_loopfilter_init_arm() argument [all …]
|
D | vp9dsp_init_arm.c | 105 #define init_fpel(idx1, idx2, sz, type) \ in vp9dsp_mc_init_arm() argument 106 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = \ in vp9dsp_mc_init_arm() 107 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = \ in vp9dsp_mc_init_arm() 108 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = \ in vp9dsp_mc_init_arm() 109 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##_neon in vp9dsp_mc_init_arm() 115 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_arm() argument 116 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_neon in vp9dsp_mc_init_arm()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | vp9dsp_init_loongarch.c | 27 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ argument 28 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][idxh][idxv] = \ 30 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][idxh][idxv] = \ 32 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][idxh][idxv] = \ 47 #define init_fpel(idx1, idx2, sz, type) \ argument 48 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = ff_##type##sz##_lsx; \ 49 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = ff_##type##sz##_lsx; \ 50 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = ff_##type##sz##_lsx; \ 51 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_##type##sz##_lsx;
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9dsp_init_16bpp_aarch64_template.c | 108 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() argument 109 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 110 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 111 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 112 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64() 131 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_aarch64() argument 132 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_##bpp##_neon in vp9dsp_mc_init_aarch64() 231 #define init_lpf_func_8(idx1, idx2, dir, wd, bpp) \ in vp9dsp_loopfilter_init_aarch64() argument 232 dsp->loop_filter_8[idx1][idx2] = ff_vp9_loop_filter_##dir##_##wd##_8_##bpp##_neon in vp9dsp_loopfilter_init_aarch64() 237 #define init_lpf_func_mix2(idx1, idx2, idx3, dir, wd, bpp) \ in vp9dsp_loopfilter_init_aarch64() argument [all …]
|
D | vp9dsp_init_aarch64.c | 106 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() argument 107 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 108 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 109 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = \ in vp9dsp_mc_init_aarch64() 110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64() 128 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_aarch64() argument 129 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_neon in vp9dsp_mc_init_aarch64()
|
D | vp9mc_neon.S | 222 .macro do_8tap_h type, size, idx1, idx2 223 function \type\()_8tap_\size\()h_\idx1\idx2 277 extmla v1, v2, v24, v25, v4, v5, v6, v16, v17, v18, \idx1, \size 433 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1,… 440 .if \idx1 == 3 484 .macro do_8tap_8v type, idx1, idx2 485 function \type\()_8tap_8v_\idx1\idx2 500 convolve v1, v2, v17, v18, v19, v20, v21, v22, v23, v24, v25, \idx1, \idx2, v5, v6 501 convolve v3, v4, v19, v20, v21, v22, v23, v24, v25, v26, v27, \idx1, \idx2, v5, v6 508 convolve v1, v2, v21, v22, v23, v24, v25, v26, v27, v16, v17, \idx1, \idx2, v5, v6 [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-3665.js | 15 var idx1 = 32.6; variable 17 var obj = { [idx1] : { [idx2] : {}}}; 18 ([obj[idx1][idx2]] = [5.7]); 20 assert (obj[idx1][idx2] === 5.7);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9dsp_init.h | 143 #define init_fpel_func(idx1, idx2, sz, type, bpp, opt) \ argument 144 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = \ 145 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = \ 146 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = \ 147 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##bpp##_##opt 149 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type, bpp, opt) \ argument 150 dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][idxh][idxv] = \ 152 dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][idxh][idxv] = \ 154 dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][idxh][idxv] = \ 157 #define init_subpel2(idx1, idx2, sz, type, bpp, opt) \ argument [all …]
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | indexerWithTuple.ts | 8 var idx1 = 1; variable 13 var ele14 = strNumTuple[idx1]; // string | number variable 24 var eleUnion14 = unionTuple1[idx1]; // string | number variable 32 var eleUnion24 = unionTuple2[idx1]; // string | number | boolean variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 4 i32 1, label %idx1 11 idx1: 29 i32 1, label %idx1 37 idx1: 58 i32 1, label %idx1 70 idx1: 107 i32 1, label %idx1 127 idx1: 196 i32 1, label %idx1 203 idx1: [all …]
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | wgsl_mutator.cc | 175 void SwapIntervals(size_t idx1, in SwapIntervals() argument 180 std::string region_1 = wgsl_code.substr(idx1 + 1, reg1_len - 1); in SwapIntervals() 187 wgsl_code.replace(idx1 + 1, region_1.size(), region_2); in SwapIntervals() 190 void DeleteInterval(size_t idx1, size_t reg_len, std::string& wgsl_code) { in DeleteInterval() argument 191 wgsl_code.erase(idx1 + 1, reg_len - 1); in DeleteInterval() 194 void DuplicateInterval(size_t idx1, in DuplicateInterval() argument 198 std::string region = wgsl_code.substr(idx1 + 1, reg1_len - 1); in DuplicateInterval() 202 void ReplaceRegion(size_t idx1, in ReplaceRegion() argument 207 std::string region_1 = wgsl_code.substr(idx1, id1_len); in ReplaceRegion()
|
D | wgsl_mutator.h | 78 void SwapIntervals(size_t idx1, 89 void DeleteInterval(size_t idx1, size_t reg_len, std::string& wgsl_code); 97 void DuplicateInterval(size_t idx1, 110 void ReplaceRegion(size_t idx1,
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | sbcs-codec.js | 62 var idx1 = 0, idx2 = 0; 64 idx1 = buf[i]*2; idx2 = i*2; 65 newBuf[idx2] = decodeBuf[idx1]; 66 newBuf[idx2+1] = decodeBuf[idx1+1];
|
/third_party/ffmpeg/libavfilter/ |
D | colorspacedsp.c | 131 #define init_yuv2yuv_fn(idx1, bit1, bit2) \ in ff_colorspacedsp_init() argument 132 dsp->yuv2yuv[idx1][BPP_##bit2][SS_444] = yuv2yuv_444p##bit1##to##bit2##_c; \ in ff_colorspacedsp_init() 133 dsp->yuv2yuv[idx1][BPP_##bit2][SS_422] = yuv2yuv_422p##bit1##to##bit2##_c; \ in ff_colorspacedsp_init() 134 dsp->yuv2yuv[idx1][BPP_##bit2][SS_420] = yuv2yuv_420p##bit1##to##bit2##_c in ff_colorspacedsp_init()
|
/third_party/protobuf/objectivec/ |
D | GPBArray.h | 208 - (void)exchangeValueAtIndex:(NSUInteger)idx1 380 - (void)exchangeValueAtIndex:(NSUInteger)idx1 552 - (void)exchangeValueAtIndex:(NSUInteger)idx1 724 - (void)exchangeValueAtIndex:(NSUInteger)idx1 896 - (void)exchangeValueAtIndex:(NSUInteger)idx1 1068 - (void)exchangeValueAtIndex:(NSUInteger)idx1 1240 - (void)exchangeValueAtIndex:(NSUInteger)idx1 1534 - (void)exchangeValueAtIndex:(NSUInteger)idx1
|
/third_party/node/deps/v8/src/diagnostics/ |
D | system-jit-metadata-win.h | 51 template <std::size_t count1, std::size_t count2, std::size_t... idx1, 53 constexpr str_bytes(const str_bytes<count1>& s1, std::index_sequence<idx1...>, in str_bytes() 55 : bytes{s1.bytes[idx1]..., s2.bytes[idx2]...}, size(count) {} in str_bytes() 79 auto idx1 = std::make_index_sequence<size1>(); 81 return str_bytes<size1 + size2>{str1, idx1, str2, idx2};
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ra.cpp | 41 void ComponentInterference::add(size_t idx1, size_t idx2) in add() argument 43 assert(idx1 > idx2); in add() 44 assert(m_rows.size() > idx1); in add() 45 m_rows[idx1].push_back(idx2); in add() 46 m_rows[idx2].push_back(idx1); in add()
|