/external/harfbuzz_ng/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 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 …]
|
D | hb-ot-shape.hh | 44 for (unsigned int table_index = 0; table_index < 2; table_index++) in init() local 129 unsigned int table_index; in collect_lookups() local
|
D | hb-ot-map.hh | 103 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
|
D | hb-ot-layout.cc | 1891 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
|
D | hb-open-file.hh | 114 unsigned int table_index; in get_table_by_tag() local
|
/external/rust/android-crates-io/crates/crc/src/ |
D | crc32.rs | 57 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
|
D | crc16.rs | 55 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
|
D | crc64.rs | 56 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
|
D | crc128.rs | 55 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/ |
D | resampler_private_IIR_FIR.c | 45 opus_int32 table_index; in silk_resampler_private_IIR_FIR_INTERPOL() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_msaa.c | 74 int table_index = sample_index; in update_sample_locations() local
|
/external/pigweed/pw_grpc/ |
D | hpack.cc | 96 int table_index = 0; in HpackHuffmanDecode() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_scatter_utils.cc | 103 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/ |
D | genHtmlEnt.py | 96 table_index = len(table) variable
|
/external/freetype/src/gxvalid/ |
D | gxvmorx5.c | 113 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/ |
D | reservation_offset_table.h | 145 size_t table_index = offset_in_pool >> kSuperPageShift; in ReservationOffsetPointer() local
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | reservation_offset_table.h | 145 size_t table_index = offset_in_pool >> kSuperPageShift; in ReservationOffsetPointer() local
|
/external/perfetto/src/trace_processor/perfetto_sql/engine/ |
D | table_pointer_module.cc | 208 uint32_t table_index = c->bound_col_to_table_index[N]; in Column() local
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_nir_lower_sysvals.c | 332 unsigned table_index, unsigned uniform) in lay_out_table()
|
/external/mesa3d/src/panfrost/compiler/ |
D | bifrost_compile.c | 380 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/ |
D | e2image.c | 1102 __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/ |
D | backtrack.rs | 1821 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/ |
D | backtrack.rs | 1821 let table_index = sid.as_usize() * self.stride + at; in insert() localVariable
|
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 2039 FT_UShort table_index; in woff2_open_font() local
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 327 unsigned char table_index : 4; member
|