Home
last modified time | relevance | path

Searched refs:memeq (Results 1 – 10 of 10) sorted by relevance

/external/dynamic_depth/internal/strings/
Dutil.h36 ::dynamic_depth::strings::memeq(&str[0], &prefix[0], prefix.length()); in HasPrefixString()
42 ::dynamic_depth::strings::memeq( in HasSuffixString()
Dfastmem.h34 inline bool memeq(const char* a, const char* b, size_t n) { in memeq() function
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c176 #ifndef memeq
177 static bool memeq(const void *a, const void *b, size_t size) 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
Dxz_dec_stream.c409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header()
445 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer()
722 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()
/external/protobuf/src/google/protobuf/stubs/
Dfastmem.h67 inline bool memeq(const char* a, const char* b, size_t n) { 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
121 #define MEMEQ(c, s, n) memeq(c, s, sizeof(c) - 1, n)
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp120 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { in memeq() function
123 #define MEMEQ(c, s, n) memeq(c, s, sizeof(c) - 1, n)
/external/toybox/toys/pending/
Dxzcat.c320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
2719 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header()
2750 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer()
3013 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()