HomeSort by relevance Sort by last modified time
    Searched refs:table_index (Results 1 - 25 of 35) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-map.cc 36 unsigned int table_index,
45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]);
51 table_tags[table_index],
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
90 for (unsigned int table_index = 0; table_index < 2; table_index++) {
91 hb_tag_t table_tag = table_tags[table_index];
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index])
    [all...]
hb-ot-map-private.hh 96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const {
98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX;
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const {
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage,
113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len
    [all...]
hb-open-file-private.hh 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const
90 if (table_index) *table_index = i;
94 if (table_index) *table_index = Index::NOT_FOUND_INDEX;
99 unsigned int table_index; local
100 find_table_index (tag, &table_index);
101 return get_table (table_index);
hb-ot-shape-private.hh 51 unsigned int table_index; local
53 case HB_OT_TAG_GSUB: table_index = 0; break;
54 case HB_OT_TAG_GPOS: table_index = 1; break;
57 map.collect_lookups (table_index, lookups);
hb-ot-layout.cc 805 static const unsigned int table_index = 0; member in struct:GSUBProxy
819 static const unsigned int table_index = 1; member in struct:GPOSProxy
858 if (Proxy::table_index == 0)
882 if (Proxy::table_index == 0)
907 const unsigned int table_index = proxy.table_index; local
909 OT::hb_apply_context_t c (table_index, font, buffer);
912 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) {
913 const stage_map_t *stage = &stages[table_index][stage_index];
916 unsigned int lookup_index = lookups[table_index][i].index
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 36 unsigned int table_index,
45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]);
51 table_tags[table_index],
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
90 for (unsigned int table_index = 0; table_index < 2; table_index++) {
91 hb_tag_t table_tag = table_tags[table_index];
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index])
    [all...]
hb-ot-map-private.hh 96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const {
98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX;
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const {
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage,
113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len
    [all...]
hb-open-file-private.hh 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const
90 if (table_index) *table_index = i;
94 if (table_index) *table_index = Index::NOT_FOUND_INDEX;
99 unsigned int table_index; local
100 find_table_index (tag, &table_index);
101 return get_table (table_index);
hb-ot-shape-private.hh 51 unsigned int table_index; local
53 case HB_OT_TAG_GSUB: table_index = 0; break;
54 case HB_OT_TAG_GPOS: table_index = 1; break;
57 map.collect_lookups (table_index, lookups);
hb-ot-layout.cc 785 static const unsigned int table_index = 0; member in struct:GSUBProxy
799 static const unsigned int table_index = 1; member in struct:GPOSProxy
838 if (Proxy::table_index == 0)
862 if (Proxy::table_index == 0)
887 const unsigned int table_index = proxy.table_index; local
889 OT::hb_apply_context_t c (table_index, font, buffer);
892 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) {
893 const stage_map_t *stage = &stages[table_index][stage_index];
896 unsigned int lookup_index = lookups[table_index][i].index
    [all...]
  /art/compiler/
gc_map_builder.h 49 size_t table_index = TableIndex(native_offset); local
50 while (in_use_[table_index]) {
51 table_index = (table_index + 1) % entries_;
53 in_use_[table_index] = true;
54 SetCodeOffset(table_index, native_offset);
55 DCHECK_EQ(native_offset, GetCodeOffset(table_index));
56 SetReferences(table_index, references);
64 uint32_t GetCodeOffset(size_t table_index) {
66 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t)
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
resampler_private_IIR_FIR.c 45 opus_int32 table_index; local
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
52 res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] );
57 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] );
58 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] );
59 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] )
    [all...]
  /external/libopus/silk/
resampler_private_IIR_FIR.c 45 opus_int32 table_index; local
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
52 res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] );
57 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] );
58 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] );
59 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] )
    [all...]
  /hardware/libhardware/modules/usbaudio/
format.c 89 int slot_index, bit_index, table_index; local
90 table_index = 0;
96 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
98 return table_index < table_size
99 ? format_value_map[table_index]
103 table_index++;
177 int slot_index, bit_index, table_index; local
178 table_index = 0;
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++)
    [all...]
alsa_device_profile.c 248 int slot_index, bit_index, table_index; local
249 table_index = 0;
251 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
255 bit_index < bits_per_slot && table_index < table_size;
258 enum pcm_format format = pcm_format_value_map[table_index];
269 table_index++;
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 75 table_index = table_parent.contents.index(table)
77 table_parent.insert(table_index + 1, new_table)
85 table_index = table_parent.contents.index(table)
86 table_parent.insert(table_index, tag)
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 74 table_index = table_parent.contents.index(table)
76 table_parent.insert(table_index + 1, new_table)
84 table_index = table_parent.contents.index(table)
85 table_parent.insert(table_index, tag)
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
doxy_cleanup.py 119 table_index = table_parent.contents.index(table)
121 table_parent.insert(table_index + 1, new_table)
129 table_index = table_parent.contents.index(table)
130 table_parent.insert(table_index, tag)
  /external/chromium_org/net/spdy/
hpack_huffman_table.cc 124 uint8 table_index = 0; local
126 const DecodeTable table = decode_tables_[table_index];
140 entry.next_table_index = table_index;
155 CHECK_NE(entry.next_table_index, table_index);
156 table_index = entry.next_table_index;
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 120 unsigned int table_index,
122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 153 unsigned int table_index,
155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 153 unsigned int table_index,
155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc 141 unsigned int table_index,
143 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h     [all...]
  /external/freetype/include/
tttables.h     [all...]

Completed in 920 milliseconds

1 2