Searched refs:memeq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unxz.c | 142 * 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 D | decompress_unxz.c | 144 * 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 D | xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
/kernel/linux/linux-5.10/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 | 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()
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_private.h | 43 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
H A 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()
|
Completed in 4 milliseconds