Searched refs:table_entry_t (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/common/ |
D | image.c | 62 static const table_entry_t uimage_arch[] = { 92 static const table_entry_t uimage_os[] = { 132 static const table_entry_t uimage_type[] = { 171 static const table_entry_t uimage_comp[] = { 184 const table_entry_t *table; 581 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry() 614 const table_entry_t *entry; in genimg_get_cat_name() 638 const table_entry_t *entry; in genimg_get_cat_short_name() 674 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name() 702 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-face.cc | 589 struct table_entry_t struct 602 hb_vector_t<table_entry_t, 32> tables; 672 hb_face_builder_data_t::table_entry_t *entry = data->tables.lsearch (tag); in _hb_face_builder_reference_table() 717 hb_face_builder_data_t::table_entry_t *entry = data->tables.push (); in hb_face_builder_add_table()
|
/external/u-boot/tools/ |
D | ublimage.c | 22 static table_entry_t ublimage_cmds[] = { 40 static table_entry_t ublimage_bootops[] = {
|
D | imximage.c | 20 static table_entry_t imximage_cmds[] = { 38 static table_entry_t imximage_boot_offset[] = { 53 static table_entry_t imximage_boot_loadsize[] = { 67 static table_entry_t imximage_versions[] = {
|
D | aisimage.c | 21 static table_entry_t aisimage_cmds[] = {
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 2160 } table_entry_t; typedef 2162 static const table_entry_t k_table_af [] = 2237 table_index_name (const table_entry_t table [], int size, const char * str); 2240 table_index_value (const table_entry_t table [], int size, int n); 2677 table_index_name (const table_entry_t table [], int size, const char * str) in table_index_name() 2711 table_index_value (const table_entry_t table [], int size, int n) in table_index_value()
|
/external/u-boot/include/ |
D | image.h | 438 } table_entry_t; typedef 445 int get_table_entry_id(const table_entry_t *table, 452 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);
|