HomeSort by relevance Sort by last modified time
    Searched refs:memcmp (Results 101 - 125 of 846) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/tools/toolutil/
pkg_icu.cpp 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
134 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {
  /external/llvm/lib/Support/
Host.cpp 126 if (memcmp(text.c, "GenuineIntel", 12) == 0) {
266 } else if (memcmp(text.c, "AuthenticAMD", 12) == 0) {
  /external/qemu/block/
parallels.c 63 if (!memcmp(ph->magic, HEADER_MAGIC, 16) &&
81 if (memcmp(ph.magic, HEADER_MAGIC, 16) ||
  /external/skia/tests/
Writer32Test.cpp 34 REPORTER_ASSERT(reporter, !memcmp(data, buffer, sizeof(buffer)));
58 REPORTER_ASSERT(reporter, !memcmp(str, gStr, len));
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
  /frameworks/base/libs/hwui/
GradientCache.h 68 int result = memcmp(colors, rhs.colors, count * sizeof(uint32_t));
71 result = memcmp(positions, rhs.positions, count * sizeof(float));
  /external/e2fsprogs/lib/blkid/
probe.c 112 if (memcmp("\251+N\374", buf, 4) && memcmp("\374N+\251", buf, 4))
572 if (!vol_label || !memcmp(vol_label, no_name, 11))
615 if (!vol_label || !memcmp(vol_label, no_name, 11))
620 if (vol_label && memcmp(vol_label, no_name, 11)) {
675 if ((memcmp(ms->ms_magic, "JFS ", 8) == 0) ||
676 (memcmp(ms->ms_magic, "HPFS ", 8) == 0))
725 if (memcmp(buf_mft, "FILE", 4))
735 if (memcmp(buf_mft, "FILE", 4))
744 if (memcmp(buf_mft, "FILE", 4)
    [all...]
  /bionic/libc/include/
string.h 40 extern int memcmp(const void *, const void *, size_t);
  /development/ndk/platforms/android-3/include/
string.h 40 extern int memcmp(const void *, const void *, size_t);
  /development/tools/emulator/system/libqemu/
test_guest_1.c 90 if (memcmp(buff, buff2, len) != 0) {
  /external/astl/include/
char_traits.h 35 #include <cstring> // For memcmp, memchr, strlen
65 { return std::memcmp(lhs, rhs, n); }
  /external/expat/amiga/
stdlib.c 76 int memcmp (const void * a, const void * b, size_t len) function
  /external/freetype/include/freetype/config/
ftstdlib.h 79 #define ft_memcmp memcmp
  /external/kernel-headers/original/linux/
string.h 95 extern int memcmp(const void *,const void *,__kernel_size_t);
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 60 memcmp(In->getBufferStart(), Out->getBufferStart(),
  /external/openssl/crypto/rc4/
rc4test.c 128 if (memcmp(obuf,output[i],data_len[i]+1) != 0)
151 if ((memcmp(obuf,output[3],i) != 0) || (obuf[i] != 0))
179 if (memcmp(obuf,output[3],data_len[3]+1) != 0)
216 if (memcmp(md,expected,sizeof(md))) {
  /external/ppp/pppd/
chap-md5.c 78 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) {
  /external/qemu/slirp/
bootp.c 60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
81 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) {
95 if (!memcmp(macaddr, bootp_clients[i].macaddr, 6))
117 if (memcmp(p, rfc1533_cookie, 4) != 0)
  /external/qemu/slirp-android/
bootp.c 61 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
84 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) {
98 if (!memcmp(macaddr, bootp_clients[i].macaddr, 6))
122 if (memcmp(p, rfc1533_cookie, 4) != 0)
  /external/skia/gpu/include/
GrGLIRect.h 75 return 0 == memcmp(this, &glRect, sizeof(GrGLIRect));
  /external/skia/src/core/
SkMemory_stdlib.cpp 135 SkASSERT(memcmp(fHeader, kBlockHeaderTag, sizeof(kBlockHeaderTag)) == 0);
137 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
151 SkASSERT(memcmp(header->fHeader, kBlockHeaderTag, sizeof(kBlockHeaderTag)) == 0);
153 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
  /external/webkit/Source/WebKit/android/nav/
CachedColor.h 45 return memcmp(&o, this, sizeof(this)) == 0; }
  /external/wpa_supplicant/tests/
test_eap_sim_common.c 37 if (memcmp(w, buf, sizeof(w) != 0)) {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_eap_sim_common.c 37 if (memcmp(w, buf, sizeof(w) != 0)) {
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_eap_sim_common.c 37 if (memcmp(w, buf, sizeof(w) != 0)) {

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011>>