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

  /external/grub/stage2/
iso9660.h 32 #define ISO_SECTOR_BITS (11)
33 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS)
start_eltorito.S 102 shr $ISO_SECTOR_BITS, %eax /* dwords->sectors */
158 shl $(ISO_SECTOR_BITS-4), %ax /* 2048-byte sectors -> segment */
320 .word (STAGE2_SIZE + ISO_SECTOR_SIZE - 1) >> ISO_SECTOR_BITS
fsys_iso9660.c 88 : "Ic"((int8_t)(ISO_SECTOR_BITS - sector_size_lg2)),
417 sector = filepos >> ISO_SECTOR_BITS;

Completed in 565 milliseconds