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

  /external/syslinux/libinstaller/
setadv.c 51 csum -= get_32((uint32_t *) (advbuf + i));
141 if (get_32((uint32_t *) p) != ADV_MAGIC1 ||
142 get_32((uint32_t *) (p + ADV_SIZE - 4)) != ADV_MAGIC3)
147 csum += get_32((uint32_t *) (p + i));
fs.c 68 sectors = sectors ? sectors : get_32(&sectbuf->bsHugeSectors);
73 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32);
86 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32);
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);
  /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));
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c 139 static unsigned get_32(const unsigned char *s, int e) function
199 c = get_32((void *)*in, type);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c 139 static unsigned get_32(const unsigned char *s, int e) function
199 c = get_32((void *)*in, type);

Completed in 192 milliseconds