Home
last modified time | relevance | path

Searched defs:memeq (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dfastmem.h67 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp100 static bool memeq(const char *s1, const char *s2, size_t n1, size_t n2) in memeq() function
H A DSkFontMgr_android_parser.cpp120 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c112 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() function
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c112 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 Dnghttp3_qpack.c326 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() function
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro

Completed in 12 milliseconds