Home
last modified time | relevance | path

Searched refs:table_info (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/arch/x86/lib/
Dsfi.c24 struct table_info { struct
32 static void *get_entry_start(struct table_info *tab) in get_entry_start() argument
43 static void finish_table(struct table_info *tab, const char *sig, void *entry) in finish_table()
60 static int sfi_write_system_header(struct table_info *tab) in sfi_write_system_header()
75 static int sfi_write_cpus(struct table_info *tab) in sfi_write_cpus()
103 static int sfi_write_apic(struct table_info *tab) in sfi_write_apic()
117 static int sfi_write_xsdt(struct table_info *tab) in sfi_write_xsdt()
135 struct table_info table; in write_sfi_table()
/external/python/cpython2/Lib/sqlite3/
Ddump.py51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
/external/python/cpython3/Lib/sqlite3/
Ddump.py51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c97 ptr_hcr_info->table_info.ptr_max_cw_len_tbl = ixheaacd_max_huff_cw_len_table; in ixheaacd_huff_code_reorder_tbl_init()
98 ptr_hcr_info->table_info.ptr_cb_dimension_tbl = ixheaacd_huff_cb_dim_table; in ixheaacd_huff_code_reorder_tbl_init()
99 ptr_hcr_info->table_info.ptr_cb_dim_shift_tbl = in ixheaacd_huff_code_reorder_tbl_init()
101 ptr_hcr_info->table_info.ptr_cb_sign_tbl = ixheaacd_huff_cb_sign_table; in ixheaacd_huff_code_reorder_tbl_init()
102 ptr_hcr_info->table_info.ptr_cb_priority = ixheaacd_huff_cb_priority_table; in ixheaacd_huff_code_reorder_tbl_init()
103 ptr_hcr_info->table_info.ptr_lav_tbl = ixheaacd_huff_reord_lav_table; in ixheaacd_huff_code_reorder_tbl_init()
160 ptr_hcr_info->table_info.ptr_cb_dimension_tbl; in ixheaacd_nonpcw_sideinfo_init()
417 ptr_hcr_info->table_info.ptr_cb_dim_shift_tbl; in ixheaacd_huff_calc_num_cwd()
450 const UWORD8 *ptr_cb_priority = ptr_hcr_info->table_info.ptr_cb_priority; in ixheaacd_huff_sort_sect_cb_cwd()
456 ptr_hcr_info->table_info.ptr_cb_dim_shift_tbl; in ixheaacd_huff_sort_sect_cb_cwd()
[all …]
Dixheaacd_channelinfo.h261 ia_huff_code_reorder_tbl_struct table_info; member
/external/u-boot/common/
Dimage.c197 struct table_info { struct
203 static const struct table_info table_info[IH_COUNT] = { argument
718 strncat(msg, table_info[category].desc, in unknown_msg()
738 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_name()
762 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_short_name()
774 return table_info[category].count; in genimg_get_cat_count()
779 return table_info[category].desc; in genimg_get_cat_desc()
/external/freetype/include/freetype/internal/services/
Dsvsfnt.h69 FT_SFNT_TableInfoFunc table_info; in FT_DEFINE_SERVICE() local
/external/v8/src/asmjs/
Dasm-parser.cc670 VarInfo* table_info = GetVarInfo(Consume()); in ValidateFunctionTable() local
671 if (table_info->kind == VarKind::kTable) { in ValidateFunctionTable()
672 if (table_info->function_defined) { in ValidateFunctionTable()
675 table_info->function_defined = true; in ValidateFunctionTable()
676 } else if (table_info->kind != VarKind::kUnused) { in ValidateFunctionTable()
692 if (table_info->kind == VarKind::kTable) { in ValidateFunctionTable()
693 if (count >= static_cast<uint64_t>(table_info->mask) + 1) { in ValidateFunctionTable()
696 if (!info->type->IsA(table_info->type)) { in ValidateFunctionTable()
700 static_cast<uint32_t>(table_info->index + count), info->index); in ValidateFunctionTable()
711 if (table_info->kind == VarKind::kTable && in ValidateFunctionTable()
[all …]
/external/oss-fuzz/projects/sqlite3/
Dsql.dict271 pragma_table_info@1=" table_info"
/external/freetype/src/base/
Dftobjs.c4218 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()
/external/freetype/
DChangeLog.232003 ftpatent: Fix a bug by wrong usage of service->table_info().
2012 service->table_info().
2014 service->table_info().