Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in memeq() function
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unxz.c144 * This will get the basic headers so that memeq() and others
169 * memeq and memzero are not used much and any remotely sane implementation
178 #ifndef memeq
179 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dxz_config.h47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dxz_config.h47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
H A Dxz_dec_stream.c389 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()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_private.h43 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
H A Dxz_dec_stream.c389 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()

Completed in 4 milliseconds