Lines Matching refs:memcmp
6964 extern int memcmp (const void *__s1, const void *__s2, size_t __n)7233 using ::memcmp;46057 return !memcmp(one, two, len * sizeof(T));52322 return memcmp(aStr1, aStr2, aN);72124 memcmp(mString, aString, mLength * sizeof(char16_t)) == 0;