Searched refs:cmagic (Results 1 – 1 of 1) sorted by relevance
430 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type() local435 for (; cmagic->comp_id > 0; cmagic++) { in image_decomp_type()436 if (!memcmp(buf, cmagic->magic, 2)) in image_decomp_type()440 return cmagic->comp_id; in image_decomp_type()
Completed in 6 milliseconds