Searched defs:memeq (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | fastmem.h | 65 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
|
/external/dynamic_depth/internal/strings/ |
D | fastmem.h | 34 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
|
/external/xz-embedded/userspace/ |
D | xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
/external/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
|
/external/skqp/src/ports/ |
D | SkFontMgr_android_parser.cpp | 118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
|
/external/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
|
/external/toybox/toys/pending/ |
D | xzcat.c | 320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|