Home
last modified time | relevance | path

Searched refs:num_hints (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py37 num_hints, bs = read_varuintN(fin)
38 print("Custom section compilationHints with ", num_hints, "hints:")
39 for i in range(num_hints):
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.c53 table->num_hints = 0; in ps_hint_table_done()
90 count = table->num_hints; in ps_hint_table_alloc()
105 table->num_hints = count; in ps_hint_table_alloc()
551 dimension->hints.num_hints = 0; in ps_dimension_init()
675 FT_UInt max = dim->hints.num_hints; in ps_dimension_add_t1stem()
997 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask()
998 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2mask()
1042 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter()
1043 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2counter()
H A Dpshalgo.c71 table->num_hints = 0; in psh_hint_table_done()
117 FT_UInt count = table->num_hints; in psh_hint_table_record()
134 if ( table->num_hints < table->max_hints ) in psh_hint_table_record()
135 table->sort_global[table->num_hints++] = hint; in psh_hint_table_record()
182 count = hints->num_hints; in psh_hint_table_init()
192 table->num_hints = 0; in psh_hint_table_init()
225 if ( table->num_hints != table->max_hints ) in psh_hint_table_init()
303 table->num_hints = count; in psh_hint_table_activate_mask()
1416 FT_UInt num_hints = table->num_hints; in psh_hint_table_find_strong_points() local
[all...]
H A Dpshrec.h85 FT_UInt num_hints; member
H A Dpshalgo.h80 FT_UInt num_hints; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c519 decoder->num_hints = 0; in FT_LOCAL_DEF()
980 decoder->num_hints += num_args / 2; in FT_LOCAL_DEF()
1001 decoder->num_hints += num_args / 2; in FT_LOCAL_DEF()
1007 /* `num_hints' bits. */ in FT_LOCAL_DEF()
1009 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit ) in FT_LOCAL_DEF()
1017 (FT_UInt)decoder->num_hints, in FT_LOCAL_DEF()
1021 (FT_UInt)decoder->num_hints, in FT_LOCAL_DEF()
1033 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 ); in FT_LOCAL_DEF()
1040 ip += ( decoder->num_hints + 7 ) >> 3; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h650 FT_Int num_hints; member
1186 FT_Int num_hints; member
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1380 uint32_t num_hints = inner.consume_u32v("number of hints"); in DecodeBranchHintsSection() local
1386 for (uint32_t j = 0; j < num_hints; ++j) { in DecodeBranchHintsSection()

Completed in 20 milliseconds