Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dfastmem.h65 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
/external/dynamic_depth/internal/strings/
Dfastmem.h34 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
/external/xz-embedded/userspace/
Dxz_config.h47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/external/xz-embedded/linux/lib/xz/
Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c177 static bool memeq(const void *a, const void *b, size_t size) in memeq() function
/external/skqp/src/ports/
DSkFontMgr_android_parser.cpp118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
/external/toybox/toys/pending/
Dxzcat.c320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro