HomeSort by relevance Sort by last modified time
    Searched refs: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/tcpdump/
print-forces.c 389 #define GET_TOP_TLV(fhdr) ((struct forces_tlv *)((fhdr) + sizeof (struct forcesh)))
1679 const struct forcesh *fhdr; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 413 dump_xcoff32_file_header (bfd *abfd, struct external_filehdr *fhdr,
416 unsigned int timdat = bfd_h_get_32 (abfd, fhdr->f_timdat);
417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags);
1636 struct external_filehdr fhdr; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-rs6000.c 1822 struct xcoff_ar_file_hdr_big *fhdr; local
2074 struct xcoff_ar_file_hdr fhdr; local
2279 struct xcoff_ar_file_hdr_big fhdr; local
    [all...]
coff-alpha.c     [all...]
  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 579 IplImage fhdr; local
603 cvInitImageHeader(&fhdr, cvSize(fc->size[0], fc->size[1]), 8, nch);
604 cvSetData(&fhdr, fc->image, fc->size[0]*nch);
608 cvConvertImage(&fhdr,&fhdr,CV_CVTIMG_SWAP_RB);
630 cvRemap(&fhdr, img[i], maps[i][0], maps[i][1]);
633 cvCopy(&fhdr, img[i]);
    [all...]

Completed in 210 milliseconds