Home
last modified time | relevance | path

Searched refs:get_32 (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/lzo/
Dprepcore.c109 static inline uint32_t get_32(const uint32_t * p) in get_32() function
244 start = get_32(&prefix->pfx_start); in main()
245 offset = get_32(&prefix->pfx_compressed); in main()
324 soff = get_32(&prefix->pfx_cdatalen); in main()
327 soff = get_32(&prefix->pfx_checksum); in main()
335 csum += get_32((uint32_t *) (infile + ptr)); in main()
337 csum += get_32((uint32_t *) (out + ptr)); in main()
/external/syslinux/libinstaller/
Dsetadv.c51 csum -= get_32((uint32_t *) (advbuf + i)); in cleanup_adv()
141 if (get_32((uint32_t *) p) != ADV_MAGIC1 || in adv_consistent()
142 get_32((uint32_t *) (p + ADV_SIZE - 4)) != ADV_MAGIC3) in adv_consistent()
147 csum += get_32((uint32_t *) (p + i)); in adv_consistent()
Dfs.c68 sectors = sectors ? sectors : get_32(&sectbuf->bsHugeSectors); in check_fat_bootsect()
73 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
86 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
Dsyslxint.h56 static inline uint32_t get_32(const uint32_t * p) in get_32() function
74 return get_32(&pp[0]) + ((uint64_t)get_32(&pp[1]) << 32); in get_64()
150 return get_32((const uint32_t _force *)p); in get_32_sl()