Home
last modified time | relevance | path

Searched refs:tindex (Results 1 – 25 of 25) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-startcom-wosign-whitelist.js46 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);
Dtest-tls-cnnic-whitelist.js37 function runTest(tindex) { argument
38 const tcase = testCases[tindex];
50 runTest(tindex + 1);
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc252 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/
Dhb-ot-shape-complex-hangul.cc258 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/
Dhb-ot-shape-complex-hangul.cc258 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/
Dwmaenc.c308 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()
Dwmadec.c591 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()
Dsga.c145 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()
Dmpegaudiodec_template.c1387 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()
Dwavpackenc.c682 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/
Dlibffi.texi298 @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 …]
Dtexinfo.tex5384 % @tindex whatever
5473 \def\tindex {\tpindex}
/third_party/gettext/gettext-runtime/libasprintf/
Dautosprintf.texi21 @c tp = type @tindex
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2714 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/
Ddlmalloc.c2706 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/
Ddlmalloc_2_8_6.c3299 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/
Dlibtextstyle.texi20 @c tp = type @tindex
/third_party/harfbuzz/perf/texts/
Den-words.txt10926 tindex
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10926 tindex
/third_party/e2fsprogs/lib/et/
Dtexinfo.tex3546 % @tindex whatever
3631 \def\tindex {\tpindex}
/third_party/e2fsprogs/doc/
Dtexinfo.tex3546 % @tindex whatever
3631 \def\tindex {\tpindex}
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl14272 s << "\tindex = " << value.index << '\n';
14283 s << "\tindex = " << value.index << '\n';
14320 s << "\tindex = " << value.index << '\n';
/third_party/gettext/build-aux/
Dtexinfo.tex4862 % @tindex whatever
4951 \def\tindex {\tpindex}
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex4785 % @tindex whatever
4874 \def\tindex {\tpindex}
/third_party/gettext/gettext-tools/doc/
Dgettext.texi30 @c tp = type @tindex