Home
last modified time | relevance | path

Searched refs:get_le32 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/boot/
H A Dxz_config.h22 #define get_le32(p) (*((uint32_t *) (p))) macro
29 #define get_le32(p) swab32p(p) macro
/linux/lib/xz/
H A Dxz_dec_stream.c393 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2)) in dec_stream_header()
427 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf)) in dec_stream_footer()
435 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4)) in dec_stream_footer()
459 != get_le32(s->temp.buf + s->temp.size)) in dec_block_header()
H A Dxz_private.h46 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro