Home
last modified time | relevance | path

Searched defs:memeq (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/lib/xz/
Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/linux-2.6.39/lib/
Ddecompress_unxz.c177 static bool memeq(const void *a, const void *b, size_t size) in memeq() function