Home
last modified time | relevance | path

Searched defs:table_index (Results 1 – 25 of 36) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-map.cc38 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 for (unsigned int table_index = 0; table_index < 2; table_index++) in has_feature() local
129 unsigned int table_index, in add_lookups()
174 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) in add_pause()
200 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local
243 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local
273 for (unsigned int table_index = 0; table_index < 2; table_index++) in compile() local
[all …]
Dhb-ot-shape.hh44 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
129 unsigned int table_index; in collect_lookups() local
Dhb-ot-map.hh103 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local
112 for (unsigned int table_index = 0; table_index < 2; table_index++) in fini() local
Dhb-ot-layout.cc1891 static constexpr unsigned table_index = 0u; member
1903 static constexpr unsigned table_index = 1u; member
2012 const unsigned int table_index = proxy.table_index; in apply() local
Dhb-open-file.hh114 unsigned int table_index; in get_table_by_tag() local
/external/rust/android-crates-io/crates/crc/src/
Dcrc32.rs57 let table_index = ((crc ^ bytes[i] as u32) & 0xFF) as usize; localVariable
63 let table_index = (((crc >> 24) ^ bytes[i] as u32) & 0xFF) as usize; localVariable
109 let table_index = ((crc ^ bytes[i] as u32) & 0xFF) as usize; localVariable
144 let table_index = (((crc >> 24) ^ bytes[i] as u32) & 0xFF) as usize; localVariable
Dcrc16.rs55 let table_index = ((crc ^ bytes[i] as u16) & 0xFF) as usize; localVariable
61 let table_index = (((crc >> 8) ^ bytes[i] as u16) & 0xFF) as usize; localVariable
103 let table_index = ((crc ^ bytes[i] as u16) & 0xFF) as usize; localVariable
133 let table_index = (((crc >> 8) ^ bytes[i] as u16) & 0xFF) as usize; localVariable
Dcrc64.rs56 let table_index = ((crc ^ bytes[i] as u64) & 0xFF) as usize; localVariable
62 let table_index = (((crc >> 56) ^ bytes[i] as u64) & 0xFF) as usize; localVariable
110 let table_index = ((crc ^ bytes[i] as u64) & 0xFF) as usize; localVariable
146 let table_index = (((crc >> 56) ^ bytes[i] as u64) & 0xFF) as usize; localVariable
Dcrc128.rs55 let table_index = ((crc ^ bytes[i] as u128) & 0xFF) as usize; localVariable
61 let table_index = (((crc >> 120) ^ bytes[i] as u128) & 0xFF) as usize; localVariable
117 let table_index = ((crc ^ bytes[i] as u128) & 0xFF) as usize; localVariable
161 let table_index = (((crc >> 120) ^ bytes[i] as u128) & 0xFF) as usize; localVariable
/external/libopus/silk/
Dresampler_private_IIR_FIR.c45 opus_int32 table_index; in silk_resampler_private_IIR_FIR_INTERPOL() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c74 int table_index = sample_index; in update_sample_locations() local
/external/pigweed/pw_grpc/
Dhpack.cc96 int table_index = 0; in HpackHuffmanDecode() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_scatter_utils.cc103 int64_t table_index = in IsPerIdOffsets() local
208 int64_t table_index = GetIndexForId(offset->operand(1), id, map_id); in IsPerIdOffset() local
/external/libxml2/tools/
DgenHtmlEnt.py96 table_index = len(table) variable
/external/freetype/src/gxvalid/
Dgxvmorx5.c113 gxv_morx_subtable_type5_InsertList_validate( FT_UShort table_index, in gxv_morx_subtable_type5_InsertList_validate()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h145 size_t table_index = offset_in_pool >> kSuperPageShift; in ReservationOffsetPointer() local
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h145 size_t table_index = offset_in_pool >> kSuperPageShift; in ReservationOffsetPointer() local
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dtable_pointer_module.cc208 uint32_t table_index = c->bound_col_to_table_index[N]; in Column() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_nir_lower_sysvals.c332 unsigned table_index, unsigned uniform) in lay_out_table()
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c380 unsigned table_index = pan_res_handle_get_table(idx.value); in va_is_valid_const_narrow_index() local
413 uint32_t table_index = pan_res_handle_get_table(res_handle); in bi_is_imm_desc_handle() local
1526 const unsigned table_index = pan_res_handle_get_table(raw_value); in bi_emit_image_load() local
1577 unsigned table_index = pan_res_handle_get_table(raw_value); in bi_emit_lea_image_to() local
/external/e2fsprogs/misc/
De2image.c1102 __u32 table_index; in update_refcount() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dbacktrack.rs1821 let table_index = sid.as_usize() * self.stride + at; in insert() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dbacktrack.rs1821 let table_index = sid.as_usize() * self.stride + at; in insert() localVariable
/external/freetype/src/sfnt/
Dsfwoff2.c2039 FT_UShort table_index; in woff2_open_font() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp327 unsigned char table_index : 4; member

12