HomeSort by relevance Sort by last modified time
    Searched defs:fhdr (Results 1 - 6 of 6) sorted by null

  /external/vboot_reference/utility/
image_types.c 60 const FontArrayHeader *fhdr = buf; local
61 if (0 == memcmp(&fhdr->signature, FONT_SIGNATURE, FONT_SIGNATURE_SIZE) &&
62 fhdr->num_entries > 0) {
  /external/python/cpython2/PC/bdist_wininst/
archive.h 47 struct fhdr { struct
  /external/python/cpython3/PC/bdist_wininst/
archive.h 46 struct fhdr { struct
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 588 EFI_FFS_FILE_HEADER *fhdr = NULL; local
612 fhdr = (EFI_FFS_FILE_HEADER*) ((UINT8*)hdr + offset);
616 fhdr->State,
623 fsize = FvBufGetFfsFileSize (fhdr);
634 (((UINT8*)fhdr)[clearLoop] ==
656 CommonLibBinderCopyMem (fhdr, File, newSize);
962 EFI_FFS_FILE_HEADER *fhdr = NULL; local
986 (*Key + sizeof (*fhdr)) < fvSize;
990 fhdr = (EFI_FFS_FILE_HEADER*) ((UINT8*)hdr + *Key);
991 fsize = FvBufGetFfsFileSize (fhdr);
    [all...]
  /external/u-boot/include/
imximage.h 121 flash_header_v1_t fhdr; member in struct:__anon47747
172 flash_header_v2_t fhdr; member in struct:__anon47754
  /external/tcpdump/
print-forces.c 389 #define GET_TOP_TLV(fhdr) ((const struct forces_tlv *)((fhdr) + sizeof (struct forcesh)))
1679 const struct forcesh *fhdr; local
    [all...]

Completed in 214 milliseconds