/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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-hangul.cc | 252 unsigned int tindex = 0; in preprocess_text_hangul() local 257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 267 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul() 309 unsigned int tindex = nindex % TCount; in preprocess_text_hangul() local 311 if (!tindex && in preprocess_text_hangul() 334 (!tindex && in preprocess_text_hangul() 340 TBase + tindex}; in preprocess_text_hangul() 343 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul() 345 unsigned int s_len = tindex ? 3 : 2; in preprocess_text_hangul() 351 if (has_glyph && !tindex) in preprocess_text_hangul() [all …]
|
/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/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 | 308 int run, tindex; in encode_block() local 310 tindex = (ch == 1 && s->ms_stereo); in encode_block() 320 if (abs_level <= s->coef_vlcs[tindex]->max_level) in encode_block() 321 if (run < s->coef_vlcs[tindex]->levels[abs_level - 1]) in encode_block() 322 code = run + s->int_table[tindex][abs_level - 1]; in encode_block() 324 av_assert2(code < s->coef_vlcs[tindex]->n); in encode_block() 325 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], in encode_block() 326 s->coef_vlcs[tindex]->huffcodes[code]); in encode_block() 342 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], in encode_block() 343 s->coef_vlcs[tindex]->huffcodes[1]); in encode_block()
|
D | wmadec.c | 591 int tindex; in wma_decode_block() local 597 tindex = (ch == 1 && s->ms_stereo); in wma_decode_block() 599 ret = ff_wma_run_level_decode(s->avctx, &s->gb, &s->coef_vlc[tindex], in wma_decode_block() 600 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 | 1387 int tindex, tindex2, slen[4], sl, sf; in mp_decode_layer3() local 1391 tindex = g->switch_point ? 2 : 1; in mp_decode_layer3() 1393 tindex = 0; in mp_decode_layer3() 1426 n = ff_lsf_nsf_table[tindex2][tindex][k]; in mp_decode_layer3()
|
D | wavpackenc.c | 682 int tindex) in decorr_mono_buffer() argument 684 struct Decorr dp, *dppi = dpp + tindex; in decorr_mono_buffer() 700 if (tindex == 0) in decorr_mono_buffer() 1498 int nb_samples, int tindex) in decorr_stereo_buffer() argument 1500 struct Decorr dp = {0}, *dppi = info->dps + tindex; in decorr_stereo_buffer() 1517 if (tindex == 0) { in decorr_stereo_buffer()
|
/third_party/libffi/doc/ |
D | libffi.texi | 298 @tindex ffi_type_void 303 @tindex ffi_type_uint8 307 @tindex ffi_type_sint8 311 @tindex ffi_type_uint16 315 @tindex ffi_type_sint16 319 @tindex ffi_type_uint32 323 @tindex ffi_type_sint32 327 @tindex ffi_type_uint64 331 @tindex ffi_type_sint64 335 @tindex ffi_type_float [all …]
|
D | texinfo.tex | 5384 % @tindex whatever 5473 \def\tindex {\tpindex}
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | autosprintf.texi | 21 @c tp = type @tindex
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 2714 bindex_t tindex = t->index; in do_check_tree() local 2718 assert(tindex == idx); in do_check_tree() 2726 assert(u->index == tindex); in do_check_tree()
|
/third_party/libffi/src/ |
D | dlmalloc.c | 2706 bindex_t tindex = t->index; in do_check_tree() local 2710 assert(tindex == idx); in do_check_tree() 2717 assert(u->index == tindex); in do_check_tree()
|
/third_party/boost/libs/container/src/ |
D | dlmalloc_2_8_6.c | 3299 bindex_t tindex = t->index; in do_check_tree() local 3303 assert(tindex == idx); in do_check_tree() 3310 assert(u->index == tindex); in do_check_tree()
|
/third_party/gettext/libtextstyle/doc/ |
D | libtextstyle.texi | 20 @c tp = type @tindex
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 10926 tindex
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10926 tindex
|
/third_party/e2fsprogs/lib/et/ |
D | texinfo.tex | 3546 % @tindex whatever 3631 \def\tindex {\tpindex}
|
/third_party/e2fsprogs/doc/ |
D | texinfo.tex | 3546 % @tindex whatever 3631 \def\tindex {\tpindex}
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 14272 s << "\tindex = " << value.index << '\n'; 14283 s << "\tindex = " << value.index << '\n'; 14320 s << "\tindex = " << value.index << '\n';
|
/third_party/gettext/build-aux/ |
D | texinfo.tex | 4862 % @tindex whatever 4951 \def\tindex {\tpindex}
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 4785 % @tindex whatever 4874 \def\tindex {\tpindex}
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 30 @c tp = type @tindex
|