Searched refs:memeq (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 176 #ifndef memeq 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
|
| /f-stack/freebsd/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 61 #define memeq(a, b, size) (memcmp((a), (b), (size)) == 0) macro
|
| /f-stack/freebsd/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
| H A D | xz_dec_stream.c | 409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header() 445 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer() 710 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()
|