/external/skia/src/ports/ |
SkFontMgr_android_parser.cpp | 118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { function 121 #define MEMEQ(c, s, n) memeq(c, s, sizeof(c) - 1, n) 166 if (MEMEQ("tag", name, nameLen)) { 184 } else if (MEMEQ("stylevalue", name, nameLen)) { 215 if (MEMEQ("weight", name, nameLen)) { 219 } else if (MEMEQ("style", name, nameLen)) { 221 if (MEMEQ("normal", value, valueLen)) { 223 } else if (MEMEQ("italic", value, valueLen)) { 226 } else if (MEMEQ("index", name, nameLen)) [all...] |
/external/skqp/src/ports/ |
SkFontMgr_android_parser.cpp | 118 static bool memeq(const char* s1, const char* s2, size_t n1, size_t n2) { function 121 #define MEMEQ(c, s, n) memeq(c, s, sizeof(c) - 1, n) 166 if (MEMEQ("tag", name, nameLen)) { 184 } else if (MEMEQ("stylevalue", name, nameLen)) { 215 if (MEMEQ("weight", name, nameLen)) { 219 } else if (MEMEQ("style", name, nameLen)) { 221 if (MEMEQ("normal", value, valueLen)) { 223 } else if (MEMEQ("italic", value, valueLen)) { 226 } else if (MEMEQ("index", name, nameLen)) [all...] |
/external/xz-embedded/userspace/ |
xz_config.h | 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
/external/protobuf/src/google/protobuf/stubs/ |
fastmem.h | 34 // strings::memeq(a, b, n) replaces memcmp(a, b, n) == 0 65 inline bool memeq(const char* a, const char* b, size_t n) { function in namespace:google::protobuf::internal
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
fastmem.h | 34 // strings::memeq(a, b, n) replaces memcmp(a, b, n) == 0 65 inline bool memeq(const char* a, const char* b, size_t n) { function in namespace:google::protobuf::internal
|
/external/xz-embedded/linux/lib/ |
decompress_unxz.c | 142 * This will get the basic headers so that memeq() and others 167 * memeq and memzero are not used much and any remotely sane implementation 176 #ifndef memeq 177 static bool memeq(const void *a, const void *b, size_t size) function
|
/external/xz-embedded/linux/lib/xz/ |
xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
|
xz_dec_stream.c | 409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) 445 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) 722 if (!memeq(&s->block.hash, &s->index.hash,
|
/prebuilts/go/darwin-x86/src/strings/ |
compare_test.go | 29 // test runtime·memeq's chunked implementation
|
/prebuilts/go/linux-x86/src/strings/ |
compare_test.go | 29 // test runtime·memeq's chunked implementation
|
/prebuilts/go/darwin-x86/src/bytes/ |
compare_test.go | 28 // test runtime·memeq's chunked implementation
|
/prebuilts/go/linux-x86/src/bytes/ |
compare_test.go | 28 // test runtime·memeq's chunked implementation
|
/external/toybox/toys/pending/ |
xzcat.c | 320 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
Enquire.c | 904 memeq( function [all...] |