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

  /external/toybox/toys/pending/
tar.c 69 struct file_header file_hdr; member in struct:archive_handler
310 struct file_header *file_hdr = &tar->file_hdr; local
312 copy_in_out(tar->src_fd, 0, file_hdr->size);
313 tar->offset += file_hdr->size;
320 struct file_header *file_hdr = &tar->file_hdr; local
323 if (!S_ISREG(file_hdr->mode)) return; //only regular files are supported.
332 sprintf(buf, "%0o", file_hdr->mode);
334 sprintf(buf, "%ld", (long)file_hdr->size)
366 struct file_header *file_hdr = &tar->file_hdr; local
571 struct file_header *file_hdr; local
    [all...]
  /external/libvpx/libvpx/test/
ivf_video_source.h 60 uint8_t file_hdr[kIvfFileHdrSize]; local
61 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
64 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' && file_hdr[2] == 'I'
65 && file_hdr[3] == 'F') << "Input is not an IVF file.";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
ivf_video_source.h 60 uint8_t file_hdr[kIvfFileHdrSize]; local
61 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
64 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' && file_hdr[2] == 'I'
65 && file_hdr[3] == 'F') << "Input is not an IVF file.";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 199 unsigned char file_hdr[IVF_FILE_HDR_SZ]; local
237 if(!(fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile) == IVF_FILE_HDR_SZ
238 && file_hdr[0]=='D' && file_hdr[1]=='K' && file_hdr[2]=='I'
239 && file_hdr[3]=='F'))
  /toolchain/binutils/binutils-2.25/bfd/
som.h 115 struct som_header *file_hdr; member in struct:somdata
192 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2383 struct som_header file_hdr; local
2541 struct som_header *file_hdr; local
    [all...]

Completed in 214 milliseconds