Searched refs:ISO_SECTOR_BITS (Results 1 – 2 of 2) sorted by relevance
31 #define ISO_SECTOR_BITS (11) macro32 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS)
83 : "Ic"((int8_t)(ISO_SECTOR_BITS - sector_size_lg2)), in iso9660_devread()425 sector = filepos >> ISO_SECTOR_BITS; in iso9660_read()
Completed in 581 milliseconds