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

  /external/flac/libFLAC/
metadata_iterators.c 619 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8; local
630 if(fread(id, 1, id_bytes, iterator->file) != id_bytes) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
2158 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8; local
2602 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 664 unsigned int id_bytes = SQUASHFS_ID_BYTES(id_count); local
668 TRACE("write_id_table: ids %d, id_bytes %d\n", id_count, id_bytes);
674 return generic_write_table(id_bytes, p, 0, NULL, noI);
    [all...]

Completed in 634 milliseconds