Home
last modified time | relevance | path

Searched refs:table_count (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-face.cc543 unsigned int *table_count, /* IN/OUT */ in hb_face_get_table_tags() argument
548 if (table_count) in hb_face_get_table_tags()
549 *table_count = 0; in hb_face_get_table_tags()
558 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()
672 unsigned int table_count = data->tables.get_population (); in _hb_face_builder_data_reference_blob() local
673 unsigned int face_length = table_count * 16 + 12; in _hb_face_builder_data_reference_blob()
Dhb-open-file.hh88 unsigned int *table_count, /* IN/OUT */ in get_table_tags()
91 if (table_count) in get_table_tags()
93 + tables.sub_array (start_offset, table_count) in get_table_tags()
95 | hb_sink (hb_array (table_tags, *table_count)) in get_table_tags()
Dhb-face.h140 unsigned int *table_count, /* IN/OUT */
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvmod.c81 if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \
106 if ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) \
114 FT_UInt table_count ) in gxv_validate() argument
135 for ( i = 0; i < table_count; i++ ) in gxv_validate()
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc606 int table_count = static_cast<int>(module_->tables.size()); in Build() local
608 for (int i = 0; i < table_count; i++) { in Build()
619 Handle<FixedArray> tables = isolate_->factory()->NewFixedArray(table_count); in Build()
620 for (int i = module_->num_imported_tables; i < table_count; i++) { in Build()
634 Handle<FixedArray> tables = isolate_->factory()->NewFixedArray(table_count); in Build()
635 for (int i = 0; i < table_count; ++i) { in Build()
753 if (table_count > 0) { in Build()
Dfunction-body-decoder.cc290 os << " entries=" << imm.table_count; in PrintRawWasmCode()
Dgraph-builder-interface.cc556 if (imm.table_count == 0) { in BrTable()
565 TFNode* sw = builder_->Switch(imm.table_count + 1, key.node); in BrTable()
574 builder_->SetControl(i == imm.table_count ? builder_->IfDefault(sw) in BrTable()
Dfunction-body-decoder-impl.h603 uint32_t table_count; member
609 table_count = decoder->read_u32v<validate>(pc, &len, "table count"); in BranchTableImmediate()
642 table_count_(imm.table_count) {} in BranchTableIterator()
1368 if (!VALIDATE(imm.table_count <= kV8MaxWasmFunctionBrTableSize)) {
1370 imm.table_count);
1373 return checkAvailable(imm.table_count);
Dmodule-decoder.cc907 uint32_t table_count = consume_count("table count", kV8MaxWasmTables); in DecodeTableSection() local
909 for (uint32_t i = 0; ok() && i < table_count; i++) { in DecodeTableSection()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2717 if (imm.table_count > 0) { in BrTable()
2719 __ LoadConstant(tmp, WasmValue(uint32_t{imm.table_count})); in BrTable()
2724 GenerateBrTable(decoder, tmp, value, 0, imm.table_count, &table_iterator, in BrTable()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h66119 int table_count; member