HomeSort by relevance Sort by last modified time
    Searched refs:memeq (Results 1 - 11 of 11) sorted by null

  /external/dynamic_depth/internal/strings/
util.h 36 ::dynamic_depth::strings::memeq(&str[0], &prefix[0], prefix.length());
42 ::dynamic_depth::strings::memeq(
fastmem.h 4 // strings::memeq(a, b, n) replaces memcmp(a, b, n) == 0
34 inline bool memeq(const char* a, const char* b, size_t n) { function in namespace:dynamic_depth::strings
  /external/xz-embedded/userspace/
xz_config.h 47 #define memeq(a, b, size) (memcmp(a, b, size) == 0) macro
  /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,
  /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
  /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)
164 if (MEMEQ("tag", name, nameLen)) {
182 } else if (MEMEQ("stylevalue", name, nameLen)) {
214 if (MEMEQ("weight", name, nameLen)) {
218 } else if (MEMEQ("style", name, nameLen)) {
220 if (MEMEQ("normal", value, valueLen)) {
222 } else if (MEMEQ("italic", value, valueLen)) {
225 } 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)
164 if (MEMEQ("tag", name, nameLen)) {
182 } else if (MEMEQ("stylevalue", name, nameLen)) {
214 if (MEMEQ("weight", name, nameLen)) {
218 } else if (MEMEQ("style", name, nameLen)) {
220 if (MEMEQ("normal", value, valueLen)) {
222 } else if (MEMEQ("italic", value, valueLen)) {
225 } else if (MEMEQ("index", name, nameLen))
    [all...]
  /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...]

Completed in 479 milliseconds