Home
last modified time | relevance | path

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

/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.h65 inline bool memeq(const char* a, const char* b, size_t n) { 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
121 #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
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()