Searched defs:memeq (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/powerpc/boot/ | 
| D | xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0)  macro
 | 
| /Linux-v5.4/lib/xz/ | 
| D | xz_private.h | 40 #		define memeq(a, b, size) (memcmp(a, b, size) == 0)  macro
 | 
| /Linux-v5.4/lib/ | 
| D | decompress_unxz.c | 177 static bool memeq(const void *a, const void *b, size_t size)  in memeq()  function
 |