Home
last modified time | relevance | path

Searched refs:memeq (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Ddecompress_unxz.c183 #ifndef memeq
184 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
/linux/arch/powerpc/boot/
H A Dxz_config.h47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/linux/lib/xz/
H A Dxz_private.h48 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
H A Dxz_dec_stream.c388 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header()
423 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer()
695 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()