Searched refs:table_info (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/arch/x86/lib/ |
D | sfi.c | 24 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/ |
D | dump.py | 51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
|
/external/python/cpython3/Lib/sqlite3/ |
D | dump.py | 51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
|
/external/u-boot/common/ |
D | image.c | 181 struct table_info { struct 187 static const struct table_info table_info[IH_COUNT] = { argument 596 strncat(msg, table_info[category].desc, in unknown_msg() 616 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_name() 640 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_short_name() 652 return table_info[category].count; in genimg_get_cat_count() 657 return table_info[category].desc; in genimg_get_cat_desc()
|
/external/libxaac/decoder/ |
D | ixheaacd_huff_code_reorder.c | 97 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 …]
|
D | ixheaacd_channelinfo.h | 261 ia_huff_code_reorder_tbl_struct table_info; member
|
/external/freetype/include/freetype/internal/services/ |
D | svsfnt.h | 69 FT_SFNT_TableInfoFunc table_info; in FT_DEFINE_SERVICE() local
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 669 VarInfo* table_info = GetVarInfo(Consume()); in ValidateFunctionTable() local 670 if (table_info->kind == VarKind::kTable) { in ValidateFunctionTable() 671 if (table_info->function_defined) { in ValidateFunctionTable() 674 table_info->function_defined = true; in ValidateFunctionTable() 675 } else if (table_info->kind != VarKind::kUnused) { in ValidateFunctionTable() 691 if (table_info->kind == VarKind::kTable) { in ValidateFunctionTable() 692 if (count >= static_cast<uint64_t>(table_info->mask) + 1) { in ValidateFunctionTable() 695 if (!info->type->IsA(table_info->type)) { in ValidateFunctionTable() 699 static_cast<uint32_t>(table_info->index + count), info->index); in ValidateFunctionTable() 710 if (table_info->kind == VarKind::kTable && in ValidateFunctionTable() [all …]
|
/external/freetype/src/base/ |
D | ftobjs.c | 4187 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()
|
/external/freetype/ |
D | ChangeLog.23 | 2003 ftpatent: Fix a bug by wrong usage of service->table_info(). 2012 service->table_info(). 2014 service->table_info().
|