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

  /external/syslinux/com32/elflink/ldlinux/
loadhigh.c 51 uint32_t sector_mask; local
62 sector_mask = SECTOR_SIZE(fs) - 1;
81 if (chunk > (((char *)limit - buf) & ~sector_mask))
82 chunk = ((char *)limit - buf) & ~sector_mask;
84 sectors = (chunk + sector_mask) >> SECTOR_SHIFT(fs);
  /external/syslinux/core/fs/fat/
fat.c 37 uint32_t sector_mask = SECTOR_SIZE(fs) - 1; local
44 offset &= sector_mask;
46 if (offset == sector_mask) {
69 offset &= sector_mask;
77 offset &= sector_mask;

Completed in 77 milliseconds