Home
last modified time | relevance | path

Searched refs:typedesc_t (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/util/cbfstool/
Dcbfs.h19 struct typedesc_t { struct
24 static const struct typedesc_t types_cbfs_compression[] = { argument
31 static struct typedesc_t filetypes[] unused = {
Dcbfscomptool.c47 const struct typedesc_t *algo; in benchmark()
85 const struct typedesc_t *algo = &types_cbfs_compression[0]; in compress()
Dcbfs_image.c37 static const char *lookup_name_by_type(const struct typedesc_t *desc, uint32_t type, in lookup_name_by_type()
47 static int lookup_type_by_name(const struct typedesc_t *desc, const char *name) in lookup_type_by_name()