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

  /external/syslinux/lzo/
prepcore.c 109 static inline uint32_t get_32(const uint32_t * p) function
244 start = get_32(&prefix->pfx_start);
245 offset = get_32(&prefix->pfx_compressed);
324 soff = get_32(&prefix->pfx_cdatalen);
327 soff = get_32(&prefix->pfx_checksum);
335 csum += get_32((uint32_t *) (infile + ptr));
337 csum += get_32((uint32_t *) (out + ptr));
344 if (offset+outfile_len > get_32(&prefix->pfx_maxlma))
347 (unsigned long)get_32(&prefix->pfx_maxlma));
  /external/syslinux/libinstaller/
syslxint.h 56 static inline uint32_t get_32(const uint32_t * p) function
74 return get_32(&pp[0]) + ((uint64_t)get_32(&pp[1]) << 32);
150 return get_32((const uint32_t _force *)p);

Completed in 69 milliseconds