Searched refs:memeq (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/freebsd-11-stable/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h61 #define memeq(a, b, size) (memcmp((a), (b), (size)) == 0) macro
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c142 * This will get the basic headers so that memeq() and others
167 * memeq and memzero are not used much and any remotely sane implementation
176 #ifndef memeq
177 static bool memeq(const void *a, const void *b, size_t size) function
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
H A Dxz_dec_stream.c409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE))
445 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE))
710 if (!memeq(&s->block.hash, &s->index.hash,

Completed in 73 milliseconds