Searched refs:table_entry_t (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/common/ |
D | image.c | 73 static const table_entry_t uimage_arch[] = { 103 static const table_entry_t uimage_os[] = { 144 static const table_entry_t uimage_type[] = { 187 static const table_entry_t uimage_comp[] = { 200 const table_entry_t *table; 703 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry() 736 const table_entry_t *entry; in genimg_get_cat_name() 760 const table_entry_t *entry; in genimg_get_cat_short_name() 796 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name() 824 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 | 591 struct table_entry_t struct 604 hb_vector_t<table_entry_t> tables; 674 hb_face_builder_data_t::table_entry_t *entry = data->tables.lsearch (tag); in _hb_face_builder_reference_table() 719 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 | 24 static table_entry_t imximage_cmds[] = { 42 static table_entry_t imximage_boot_offset[] = { 57 static table_entry_t imximage_boot_loadsize[] = { 71 static table_entry_t imximage_versions[] = {
|
D | imx8mimage.c | 72 static table_entry_t imx8mimage_cmds[] = { 83 static table_entry_t imx8mimage_ivt_offset[] = {
|
D | imx8image.c | 41 static table_entry_t imx8image_cmds[] = { 57 static table_entry_t imx8image_core_entries[] = { 67 static table_entry_t imx8image_sector_size[] = {
|
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/prebuilt-intermediates/ |
D | image.h | 448 } table_entry_t; typedef 455 int get_table_entry_id(const table_entry_t *table, 462 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);
|
/external/u-boot/include/ |
D | image.h | 448 } table_entry_t; typedef 455 int get_table_entry_id(const table_entry_t *table, 462 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);
|