Searched refs:memeq (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | decompress_unxz.c | 176 #ifndef memeq 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
|
/lib/xz/ |
D | xz_private.h | 43 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
D | xz_dec_stream.c | 389 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header() 424 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer() 696 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()
|