Searched refs:get_16 (Results 1 – 2 of 2) sorted by relevance
61 sectorsize = get_16(§buf->bsBytesPerSec); in check_fat_bootsect()67 sectors = get_16(§buf->bsSectors); in check_fat_bootsect()70 dsectors = sectors - get_16(§buf->bsResSectors); in check_fat_bootsect()72 fatsectors = get_16(§buf->bsFATsecs); in check_fat_bootsect()77 rootdirents = get_16(§buf->bsRootDirEnts); in check_fat_bootsect()85 fatsectors = get_16(§buf->bsFATsecs); in check_fat_bootsect()94 if (!get_16(§buf->bsFATsecs)) in check_fat_bootsect()160 sectorsize = get_16(§buf->bsBytesPerSec); in syslinux_check_bootsect()
45 static inline uint16_t get_16(const uint16_t * p) in get_16() function63 return get_16(&pp[0]) + ((uint32_t)get_16(&pp[1]) << 16); in get_32()146 return get_16((const uint16_t _force *)p); in get_16_sl()