Searched defs:memeq (Results 1 - 7 of 7) sorted by relevance
/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
|
/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
|
Completed in 12 milliseconds