Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 25 of 1859) sorted by last modified time

12345678910>>...75

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-file/
H A Dread-dialect.c100 unsigned int table_index, unsigned int section_num) in section_add() argument
114 (dialect_section_tag){ .name = token, .index = table_index }; in section_add()
257 unsigned int table_index = in dialect_read_from_str() local
260 section_add(di, token, &section_set_size, table_index, section_num); in dialect_read_from_str()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-common/
H A Ddialect.c79 unsigned int table_index, float *cost_table) in apply_component() argument
83 string_id_lookup(di->table[table_index].name, dt->set); in apply_component()
88 di->table[table_index].name); in apply_component()
91 cost_table[cost_index] = di->table[table_index].cost; in apply_component()
106 unsigned int table_index, Dialect *to, in apply_table_entry() argument
112 for (unsigned int i = table_index + skip; i < from->num_table_tags; i++) in apply_table_entry()
138 to->table[i].name, to->table[table_index].name); in apply_table_entry()
151 bool apply_dialect(Dictionary dict, Dialect *from, unsigned int table_index, in apply_dialect() argument
166 if (!apply_table_entry(dict, from, table_index, to, dinfo, loopdet)) in apply_dialect()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A De2image.c1102 __u32 table_index; in update_refcount() local
1106 table_index = offset >> (2 * img->cluster_bits - 1); in update_refcount()
1112 if (table_index != ref->refcount_table_index) { in update_refcount()
1124 ref->refcount_table_index = table_index; in update_refcount()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A De2image.c1102 __u32 table_index; in update_refcount() local
1106 table_index = offset >> (2 * img->cluster_bits - 1); in update_refcount()
1112 if (table_index != ref->refcount_table_index) { in update_refcount()
1124 ref->refcount_table_index = table_index; in update_refcount()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A De2image.c1102 __u32 table_index; in update_refcount() local
1106 table_index = offset >> (2 * img->cluster_bits - 1); in update_refcount()
1112 if (table_index != ref->refcount_table_index) { in update_refcount()
1124 ref->refcount_table_index = table_index; in update_refcount()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/ulong_extras/
H A Dcbrt_chebyshev_approximation.c63 mp_limb_t ret, expo, table_index; in n_cbrt_chebyshev_approx() local
96 table_index = alias.uword_val & table_mask; in n_cbrt_chebyshev_approx()
97 table_index >>= (mantissa_bits - 4); in n_cbrt_chebyshev_approx()
113 root = (coeff[table_index][0] + coeff[table_index][1] * dec); in n_cbrt_chebyshev_approx()
114 root += (coeff[table_index][2] * dec2); in n_cbrt_chebyshev_approx()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/
H A Dutils.py45 for table_tag, table, table_index, table_offset, table_checksum in get_tables(raw):
47 return table, table_index, table_offset, table_checksum
265 for table_tag, table, table_index, table_offset, table_checksum in get_tables(raw):
300 table, table_index, table_offset, table_checksum = get_table(f.getvalue(), name)
303 f.seek(table_index + 4)
312 table, table_index, table_offset = get_table(raw, 'os/2')[:3]
338 table, table_index, table_offset = get_table(raw, 'os/2')[:3]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dcontainer.py52 for table_tag, table, table_index, table_offset, table_checksum in get_tables(raw):
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Ddict_compiler.cc172 for (int table_index = 1; table_index < tables_.size(); ++table_index) { in Compile() local
173 const auto& pack_name = packs_[table_index - 1]; in Compile()
193 if (!BuildTable(table_index, in Compile()
213 bool DictCompiler::BuildTable(int table_index, in BuildTable() argument
218 auto& table = tables_[table_index]; in BuildTable()
268 if (table_index == 0 && in BuildTable()
H A Ddict_compiler.h41 bool BuildTable(int table_index,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/src/environ/
H A Dspec.rs374 table_index: TableIndex, in translate_call_indirect()
490 table_index: TableIndex, in translate_table_grow()
500 table_index: TableIndex, in translate_table_get()
509 table_index: TableIndex, in translate_table_set()
533 table_index: TableIndex, in translate_table_fill()
545 table_index: TableIndex, in translate_table_init()
878 fn declare_table_export(&mut self, table_index: TableIndex, name: &'data str) in declare_table_export()
938 table_index: TableIndex, in declare_table_elements()
H A Ddummy.rs811 table_index: TableIndex, in declare_table_export()
814 self.info.tables[table_index] in declare_table_export()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/
H A Dprimitives.rs385 table_index: u32,
392 table_index: u32,
H A Dvalidator.rs1415 table_index, in element_section()
1418 let table = me.get_table(table_index)?; in element_section()
H A Doperators_validator.rs506 table_index: u32, in check_call_indirect()
509 match resources.table_at(table_index) { in check_call_indirect()
766 Operator::CallIndirect { index, table_index } => { in process_operator()
767 self.check_call_indirect(index, table_index, resources)? in process_operator()
769 Operator::ReturnCallIndirect { index, table_index } => { in process_operator()
775 self.check_call_indirect(index, table_index, resources)?; in process_operator()
H A Dbinary_reader.rs1130 table_index: self.read_var_u32()?, in read_operator()
1137 table_index: self.read_var_u32()?, in read_operator()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs33 table_index: u32,
206 let table_index = if flags & 0b010 == 0 { in read() localVariable
218 table_index, in read()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs598 Operator::CallIndirect { index, table_index } => { in translate_operator()
602 let table = state.get_or_create_table(builder.func, *table_index, environ)?; in translate_operator()
615 TableIndex::from_u32(*table_index), in translate_operator()
1349 let table_index = TableIndex::from_u32(*index); in translate_operator() localVariable
1355 table_index, in translate_operator()
1362 let table_index = TableIndex::from_u32(*index); in translate_operator() localVariable
1368 let table_index = TableIndex::from_u32(*index); in translate_operator() localVariable
1372 environ.translate_table_set(builder, table_index, table, value, index)?; in translate_operator()
1395 let table_index = TableIndex::from_u32(*table); in translate_operator() localVariable
1403 table: table_index, in translate_operator()
[all …]
H A Dsections_translator.rs375 table_index, in parse_element_section()
392 TableIndex::from_u32(table_index), in parse_element_section()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/builder/
H A Dmodule.rs227 let table_index = (entries.len() - 1) as u32; in push_table() localVariable
230 .push(elements::ElementSegment::new(table_index, Some(entry.offset), entry.values)) in push_table()
232 table_index in push_table()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/freetype/src/
H A Dfreetype.rs2345 pub fn FT_Sfnt_Table_Info(face: FT_Face, table_index: FT_UInt, in FT_Sfnt_Table_Info()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/include/freetype/
H A Dtttables.h799 FT_UInt table_index,
/dports/mail/thunderbird/thunderbird-91.8.0/modules/woff2/src/
H A Dwoff2_dec.cc1226 for (auto table_index : ttc_font.table_indices) { in WriteHeaders() local
1227 sorted_index_by_tag[hdr->tables[table_index].tag] = table_index; in WriteHeaders()
1272 for (const auto table_index : ttc_font.table_indices) { in WriteHeaders() local
1273 uint32_t tag = hdr->tables[table_index].tag; in WriteHeaders()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/gxvalid/
H A Dgxvmorx5.c113 gxv_morx_subtable_type5_InsertList_validate( FT_UShort table_index, in gxv_morx_subtable_type5_InsertList_validate() argument
119 FT_Bytes p = table + table_index * 2; in gxv_morx_subtable_type5_InsertList_validate()
125 while ( p < table + count * 2 + table_index * 2 ) in gxv_morx_subtable_type5_InsertList_validate()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/
H A DChangeLog.236570 (gxv_morx_subtable_type5_InsertList_validate): s/index/table_index/.

12345678910>>...75