Searched refs:memeq (Results 1 – 7 of 7) sorted by relevance
/external/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 176 #ifndef memeq 177 static bool memeq(const void *a, const void *b, size_t size) 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
|
D | xz_dec_stream.c | 409 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/ |
D | fastmem.h | 65 inline bool memeq(const char* a, const char* b, size_t n) { 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 121 #define MEMEQ(c, s, n) memeq(c, s, sizeof(c) - 1, n)
|
/external/toybox/toys/pending/ |
D | xzcat.c | 320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro 2718 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header() 2749 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer() 3012 if (!memeq(&s->block.hash, &s->index.hash, in dec_main()
|