HomeSort by relevance Sort by last modified time
    Searched full:get_le32 (Results 1 - 7 of 7) sorted by null

  /external/xz-embedded/userspace/
xz_config.h 117 * little endian systems, #define get_le32(ptr) (*(const uint32_t *)(ptr))
120 #ifndef get_le32
121 # define get_le32 get_unaligned_le32 macro
  /external/syslinux/com32/include/
byteswap.h 113 static inline uint32_t get_le32(const uint32_t *p) function
  /external/xz-embedded/linux/lib/xz/
xz_private.h 43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro
xz_dec_stream.c 413 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2))
448 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
456 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4))
480 != get_le32(s->temp.buf + s->temp.size))
  /external/toybox/toys/pending/
xzcat.c 365 * little endian systems, #define get_le32(ptr) (*(const uint32_t *)(ptr))
368 #ifndef get_le32
369 # define get_le32 get_unaligned_le32 macro
    [all...]
  /external/syslinux/core/fs/iso9660/
susp_rr.c 105 return get_le32(buf);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 48 static uint32_t get_le32(const uint8_t *pos) function
    [all...]

Completed in 191 milliseconds