/third_party/node/test/parallel/ |
D | test-tls-startcom-wosign-whitelist.js | 46 function runNextTest(server, tindex) { argument 49 runTest(tindex + 1); 54 function runTest(tindex) { argument 55 const tcase = testCases[tindex]; 66 runNextTest(server, tindex); 74 runNextTest(server, tindex);
|
D | test-tls-cnnic-whitelist.js | 37 function runTest(tindex) { argument 38 const tcase = testCases[tindex]; 50 runTest(tindex + 1);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-hangul.cc | 258 unsigned int tindex = 0; in preprocess_text_hangul() local 263 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 273 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul() 315 unsigned int tindex = nindex % TCount; in preprocess_text_hangul() local 317 if (!tindex && in preprocess_text_hangul() 338 (!tindex && in preprocess_text_hangul() 344 TBase + tindex}; in preprocess_text_hangul() 347 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul() 349 unsigned int s_len = tindex ? 3 : 2; in preprocess_text_hangul() 355 if (has_glyph && !tindex) in preprocess_text_hangul() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | wmaenc.c | 316 int run, tindex; in encode_block() local 318 tindex = (ch == 1 && s->ms_stereo); in encode_block() 328 if (abs_level <= s->coef_vlcs[tindex]->max_level) in encode_block() 329 if (run < s->coef_vlcs[tindex]->levels[abs_level - 1]) in encode_block() 330 code = run + s->int_table[tindex][abs_level - 1]; in encode_block() 332 av_assert2(code < s->coef_vlcs[tindex]->n); in encode_block() 333 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], in encode_block() 334 s->coef_vlcs[tindex]->huffcodes[code]); in encode_block() 350 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], in encode_block() 351 s->coef_vlcs[tindex]->huffcodes[1]); in encode_block()
|
D | wmadec.c | 608 int tindex; in wma_decode_block() local 614 tindex = (ch == 1 && s->ms_stereo); in wma_decode_block() 616 ret = ff_wma_run_level_decode(s->avctx, &s->gb, &s->coef_vlc[tindex], in wma_decode_block() 617 s->level_table[tindex], s->run_table[tindex], in wma_decode_block()
|
D | sga.c | 145 int tindex = av_clip((tilemap & 511) - 1, 0, s->nb_tiles - 1); in decode_index_tilemap() local 146 const uint8_t *tt = s->tileindex_data + tindex * 64; in decode_index_tilemap()
|
D | mpegaudiodec_template.c | 1389 int tindex, tindex2, slen[4], sl, sf; in mp_decode_layer3() local 1393 tindex = g->switch_point ? 2 : 1; in mp_decode_layer3() 1395 tindex = 0; in mp_decode_layer3() 1428 n = ff_lsf_nsf_table[tindex2][tindex][k]; in mp_decode_layer3()
|
D | wavpackenc.c | 685 int tindex) in decorr_mono_buffer() argument 687 struct Decorr dp, *dppi = dpp + tindex; in decorr_mono_buffer() 703 if (tindex == 0) in decorr_mono_buffer() 1501 int nb_samples, int tindex) in decorr_stereo_buffer() argument 1503 struct Decorr dp = {0}, *dppi = info->dps + tindex; in decorr_stereo_buffer() 1520 if (tindex == 0) { in decorr_stereo_buffer()
|
/third_party/node/deps/v8/src/compiler/ |
D | loop-analysis.cc | 177 int tindex = to->id() * width_; in PropagateForwardMarks() local 179 uint32_t marks = backward_[tindex + i] & forward_[findex + i]; in PropagateForwardMarks() 180 uint32_t prev = forward_[tindex + i]; in PropagateForwardMarks() 182 forward_[tindex + i] = next; in PropagateForwardMarks()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10926 tindex
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 4785 % @tindex whatever 4874 \def\tindex {\tpindex}
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 14892 s << "\tindex = " << value.index << '\n'; 14903 s << "\tindex = " << value.index << '\n'; 14914 s << "\tindex = " << value.index << '\n';
|