Searched refs:get_le32 (Results 1 - 2 of 2) sorted by relevance

/lib/xz/
H A Dxz_private.h43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro
H A Dxz_dec_stream.c393 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2))
427 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
435 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4))
459 != get_le32(s->temp.buf + s->temp.size))

Completed in 31 milliseconds