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

  /external/syslinux/libinstaller/
fs.c 63 clustersize = get_8(&sectbuf->bsSecPerClust);
74 fatsectors *= get_8(&sectbuf->bsFATs);
87 fatsectors *= get_8(&sectbuf->bsFATs);
97 if (get_8(&sectbuf->bs16.BootSignature) == 0x29) {
120 if (get_8(&sectbuf->bs32.BootSignature) != 0x29 ||
155 media_sig = get_8(&sectbuf->bsMedia);
syslxint.h 40 static inline uint8_t get_8(const uint8_t * p) function
142 return get_8((const uint8_t _force *)p);

Completed in 190 milliseconds