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

  /external/flac/libFLAC/
metadata_iterators.c 353 off_t first_offset; /* this is the offset to the STREAMINFO block */ member in struct:FLAC__Metadata_SimpleIterator
389 iterator->first_offset = iterator->offset[0] = -1;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
561 this_offset = iterator->first_offset;
907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/qemu/
qemu-io.c 895 int64_t offset, first_offset = 0; local
955 first_offset = offset;
993 print_report("wrote", &t2, first_offset, total, total, cnt, Cflag);
    [all...]

Completed in 41 milliseconds