Home
last modified time | relevance | path

Searched refs:table_count (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.cc529 * @table_count: (inout): Input = the maximum number of table tags to return;
531 * @table_tags: (out) (array length=table_count): The array of table tags found
543 unsigned int *table_count, /* IN/OUT */ in hb_face_get_table_tags()
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()
541 hb_face_get_table_tags(const hb_face_t *face, unsigned int start_offset, unsigned int *table_count, hb_tag_t *table_tags ) hb_face_get_table_tags() argument
H A 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()
H A Dhb-face.h140 unsigned int *table_count, /* IN/OUT */
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A 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()
135 for ( i = 0; i < table_count; i++ ) in gxv_validate()
/third_party/node/deps/v8/src/wasm/
H A 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()
H A Dfunction-body-decoder.cc290 os << " entries=" << imm.table_count; in PrintRawWasmCode()
H A 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()
H A 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)) { in Validate()
1370 imm.table_count); in Validate()
1373 return checkAvailable(imm.table_count); in Validate()
H A 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/backends/backend/
H A Davision.h791 uint8_t table_count; member
H A Dhp3900_types.c395 SANE_Int table_count; /* +0 f9f8 */ member
H A Dhp3900_rts8822.c9345 calbuffers->table_count = 2; in Calibrate_Malloc()
9347 calbuffers->table_count = 4; in Calibrate_Malloc()
9350 calbuffers->table_count = 4; in Calibrate_Malloc()
9377 for (pos = 0; pos < calbuffers->table_count; pos++) in Calibrate_Malloc()
9416 05FEF984 04F01502 |calbuffers->table_count = 04F01502 in fn3560()
9466 if (usetable == calbuffers->table_count) in fn3560()
9473 if (calbuffers->table_count > 0) in fn3560()
9546 05EEF984 00221502 |calbuffers->table_count = 00221502 in fn3330()
9550 SANE_Int table_count = calbuffers->table_count; /*f96 in fn3330() local
[all...]
H A Davision.c6052 info->table_count = result[17]; in get_acceleration_info()
6073 if (accel_info.table_count == 0) { in send_acceleration_table()
6203 } while (table < accel_info.table_count); in send_acceleration_table()
/third_party/ffmpeg/libavformat/
H A Dmov.c3419 int *table_count;
3432 table_count = &sc->rap_group_count;
3435 table_count = &sc->sync_group_count;
3459 *table_count = i;
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2717 if (imm.table_count > 0) {
2719 __ LoadConstant(tmp, WasmValue(uint32_t{imm.table_count}));
2724 GenerateBrTable(decoder, tmp, value, 0, imm.table_count, &table_iterator,
/third_party/glfw/deps/
H A Dnuklear.h5428 unsigned int table_count; member
15462 win->table_count = 1; in nk_push_table()
15470 win->table_count++; in nk_push_table()

Completed in 100 milliseconds