| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-map.cc | 38 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const in collect_lookups() 51 for (unsigned int table_index = 0; table_index < 2; table_index++) in hb_ot_map_builder_t() local 72 for (unsigned int table_index = 0; table_index < 2; table_index++) in hb_ot_map_builder_t() local 93 for (unsigned int table_index = 0; table_index < 2; table_index++) in ~hb_ot_map_builder_t() local 114 unsigned int table_index, in add_lookups() 155 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) in add_pause() 181 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local 244 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local 258 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local 299 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local
|
| D | hb-ot-shape.hh | 44 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local 128 unsigned int table_index; in collect_lookups() local
|
| D | hb-ot-map.hh | 91 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local 100 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
|
| D | hb-ot-layout.cc | 1797 static constexpr unsigned table_index = 0u; member 1811 static constexpr unsigned table_index = 1u; member 1909 const unsigned int table_index = proxy.table_index; in apply() local
|
| D | hb-open-file.hh | 114 unsigned int table_index; in get_table_by_tag() local
|
| /third_party/lame/libmp3lame/ |
| D | tables.c | 539 lame_get_bitrate(int mpeg_version, int table_index) in lame_get_bitrate() 550 lame_get_samplerate(int mpeg_version, int table_index) in lame_get_samplerate()
|
| D | lame.c | 206 int table_index; in optimum_bandwidth() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_msaa.c | 74 int table_index = sample_index; in update_sample_locations() local
|
| /third_party/node/deps/v8/src/builtins/ |
| D | generate-bytecodes-builtins-list.cc | 19 int table_index) { in WriteBytecode()
|
| /third_party/ffmpeg/libavcodec/ |
| D | intrax8.c | 102 int table_index; in x8_select_ac_table() local 118 int table_index = get_bits(w->gb, 1 + (w->quant < 13)); in x8_get_orient_vlc() local 259 int table_index = get_bits(w->gb, 3); in x8_get_dc_rlf() local
|
| D | vc1_pred.c | 41 int table_index = dir ^ v->second_field; in scaleforsame_x() local 74 int table_index = dir ^ v->second_field; in scaleforsame_y() local
|
| D | vlc.c | 140 int table_size, table_index; in build_table() local
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-wasm.cc | 415 uint32_t table_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local 439 uint32_t table_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local 466 uint32_t table_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local 510 uint32_t table_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local 528 uint32_t table_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/wasm/ |
| D | module-instantiate.cc | 715 for (int table_index = 0; in Build() local 1219 Handle<WasmInstanceObject> instance, int table_index, int import_index, in InitializeImportedIndirectFunctionTable() 1268 int import_index, int table_index, in ProcessImportedTable() 1661 uint32_t table_index = import.index; in ProcessImports() local 1968 for (int table_index = 0; in InitializeNonDefaultableTables() local 2007 uint32_t table_index, uint32_t segment_index, in LoadElemSegmentImpl() 2055 uint32_t table_index = elem_segment.table_index; in LoadTableSegments() local 2090 uint32_t table_index, uint32_t segment_index, uint32_t dst, in LoadElemSegment()
|
| D | wasm-objects.cc | 237 int table_index) { in AddDispatchTable() 299 int table_index = in Grow() local 502 int table_index = in UpdateDispatchTables() local 538 int table_index = in UpdateDispatchTables() local 577 int table_index = in UpdateDispatchTables() local 621 int table_index = in ClearDispatchTables() local 1144 Handle<WasmInstanceObject> instance, int table_index, in EnsureIndirectFunctionTableWithMinimumSize() 1301 Isolate* isolate, uint32_t table_index) { in GetIndirectFunctionTable() 1359 uint32_t table_index, in InitTableEntries() 1447 Isolate* isolate, Handle<WasmInstanceObject> instance, int table_index, in ImportWasmJSFunctionIntoTable()
|
| D | wasm-module-builder.h | 273 WasmElemSegment(Zone* zone, ValueType type, uint32_t table_index, in WasmElemSegment() 296 uint32_t table_index; variable
|
| D | wasm-module-builder.cc | 343 uint32_t WasmModuleBuilder::IncreaseTableMinSize(uint32_t table_index, in IncreaseTableMinSize() 378 uint32_t table_index, uint32_t index_in_table, in SetIndirectFunction()
|
| D | graph-builder-interface.cc | 1636 static CallInfo CallIndirect(const Value& index_value, uint32_t table_index, in CallIndirect() 1669 uint32_t table_index() { in table_index() function in v8::internal::wasm::__anonb30777c60111::WasmGraphBuildingInterface::CallInfo 1676 const Value* index_or_callee_value, uint32_t table_index, in CallInfo()
|
| D | wasm-module.h | 250 uint32_t table_index; member
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvmorx5.c | 113 gxv_morx_subtable_type5_InsertList_validate( FT_UShort table_index, in gxv_morx_subtable_type5_InsertList_validate()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 3136 Node* WasmGraphBuilder::CallIndirect(uint32_t table_index, uint32_t sig_index, in CallIndirect() 3145 void WasmGraphBuilder::LoadIndirectFunctionTable(uint32_t table_index, in LoadIndirectFunctionTable() 3195 uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, in BuildIndirectCall() 3397 Node* WasmGraphBuilder::ReturnCallIndirect(uint32_t table_index, in ReturnCallIndirect() 3753 Node* WasmGraphBuilder::TableGet(uint32_t table_index, Node* index, in TableGet() 3760 void WasmGraphBuilder::TableSet(uint32_t table_index, Node* index, Node* val, in TableSet() 5531 void WasmGraphBuilder::TableInit(uint32_t table_index, in TableInit() 5562 Node* WasmGraphBuilder::TableGrow(uint32_t table_index, Node* value, in TableGrow() 5570 Node* WasmGraphBuilder::TableSize(uint32_t table_index) { in TableSize() 5583 void WasmGraphBuilder::TableFill(uint32_t table_index, Node* start, Node* value, in TableFill()
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_apsyclip.c | 131 int table_index = 0; in generate_spread_table() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | sfwoff2.c | 2002 FT_UShort table_index; in woff2_open_font() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | ETC_Decoder.cpp | 328 unsigned char table_index : 4; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | ETC_Decoder.cpp | 327 unsigned char table_index : 4; member
|