/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
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | fastmem.h | 67 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
|
/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
|
/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
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unxz.c | 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 | 179 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_config_parser.cpp | 100 static bool memeq(const char *s1, const char *s2, size_t n1, size_t n2) in memeq() function
|
H A D | SkFontMgr_android_parser.cpp | 120 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 112 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() function [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 112 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() function [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 326 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() function [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|