Home
last modified time | relevance | path

Searched refs:get_16 (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/libinstaller/
Dfs.c61 sectorsize = get_16(&sectbuf->bsBytesPerSec); in check_fat_bootsect()
67 sectors = get_16(&sectbuf->bsSectors); in check_fat_bootsect()
70 dsectors = sectors - get_16(&sectbuf->bsResSectors); in check_fat_bootsect()
72 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
77 rootdirents = get_16(&sectbuf->bsRootDirEnts); in check_fat_bootsect()
85 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
94 if (!get_16(&sectbuf->bsFATsecs)) in check_fat_bootsect()
160 sectorsize = get_16(&sectbuf->bsBytesPerSec); in syslinux_check_bootsect()
Dsyslxint.h45 static inline uint16_t get_16(const uint16_t * p) in get_16() function
63 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()