OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IH_MAGIC
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
uboot_image.h
135
#define
IH_MAGIC
0x27051956 /* Image Magic Number */
143
uint32_t
ih_magic
; /* Image Header Magic Number */
member in struct:uboot_image_header
loader.c
360
bswap32s(&hdr->
ih_magic
);
476
if (hdr->
ih_magic
!=
IH_MAGIC
)
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
86
private static final int
IH_MAGIC
= 0;
201
if (readInt(buf,
IH_MAGIC
) != MAGIC_INDEX_FILE) {
304
writeInt(buf,
IH_MAGIC
, MAGIC_INDEX_FILE);
Completed in 6131 milliseconds