OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_comp
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
uboot_image.h
153
uint8_t
ih_comp
; /* Compression Type */
member in struct:uboot_image_header
loader.c
485
switch (hdr->
ih_comp
) {
492
hdr->
ih_comp
);
512
if (hdr->
ih_comp
== IH_COMP_GZIP) {
Completed in 2058 milliseconds