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

1 2 3 45 6 7 8 91011>>

  /external/jhead/
iptc.c 65 if (memcmp(pos, IptcSig1, sizeof(IptcSig1)-1) != 0) goto badsig;
68 if (memcmp(pos, IptcSig2, sizeof(IptcSig2)-1) != 0) goto badsig;
71 if (memcmp(pos, IptcSig3, sizeof(IptcSig3)) != 0){
  /external/openssl/crypto/pqueue/
pqueue.c 126 * with memcmp:-) */
127 int cmp = memcmp(next->priority, item->priority,8);
178 if ( memcmp(next->priority, prio64be,8) == 0)
186 if ( memcmp(next->priority, prio64be,8) ==0)
  /external/openssl/ssl/
t1_reneg.c 178 if(memcmp(d, s->s3->previous_client_finished,
269 if(memcmp(d, s->s3->previous_client_finished,
278 if(memcmp(d, s->s3->previous_server_finished,
  /external/dropbear/
signkey.c 73 && memcmp(name, SSH_SIGNKEY_RSA, SSH_SIGNKEY_RSA_LEN) == 0) {
79 && memcmp(name, SSH_SIGNKEY_DSS, SSH_SIGNKEY_DSS_LEN) == 0) {
405 memcmp(ident, SSH_SIGNKEY_DSS, identlen) == 0) {
415 if (memcmp(ident, SSH_SIGNKEY_RSA, identlen) == 0) {
468 || memcmp( buf_getptr(decodekey, decodekey->len),
478 if (filealgolen != algolen || memcmp(filealgo, algoname, algolen) != 0) {
  /external/openssl/crypto/sha/
sha512t.c 94 if (memcmp(md,app_c1,sizeof(app_c1)))
106 if (memcmp(md,app_c2,sizeof(app_c2)))
130 if (memcmp(md,app_c3,sizeof(app_c3)))
143 if (memcmp(md,app_d1,sizeof(app_d1)))
155 if (memcmp(md,app_d2,sizeof(app_d2)))
172 if (memcmp(md,app_d3,sizeof(app_d3)))
  /external/skia/src/utils/
SkInterpolator.cpp 309 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
313 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
317 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
321 SkASSERT(memcmp(v, v2, sizeof(v)) == 0);
325 SkASSERT(memcmp(v, v2, sizeof(v)) == 0);
329 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
  /frameworks/base/media/libstagefright/
WAVExtractor.cpp 136 if (memcmp(header, "RIFF", 4) || memcmp(&header[8], "WAVE", 4)) {
159 if (!memcmp(chunkHeader, "fmt ", 4)) {
203 } else if (!memcmp(chunkHeader, "data", 4)) {
428 if (memcmp(header, "RIFF", 4) || memcmp(&header[8], "WAVE", 4)) {
  /external/bluetooth/glib/tests/
base64-test.c 75 if (memcmp (data, data2, length) != 0)
103 if (memcmp (data, data2, length) != 0)
  /external/chromium/net/base/
cert_verifier.h 131 memcmp(cert_fingerprint.data, other.cert_fingerprint.data,
142 int rv = memcmp(cert_fingerprint.data, other.cert_fingerprint.data,
  /external/chromium/sdch/open-vcdiff/
configure.ac 31 # Built-in memcmp can be inefficient when gcc compiles for x86 processors.
32 # In those cases, use an alternative function instead of memcmp.
37 Use custom compare function instead of memcmp)
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 27 Use custom compare function instead of memcmp)
configure.ac.v0.2 28 Use custom compare function instead of memcmp)
  /external/elfutils/libelf/
common.h 32 if (len >= SARMAG && memcmp (buf, ARMAG, SARMAG) == 0)
36 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0)
  /external/expat/tests/
chardata.c 104 if (memcmp(expected, storage->data, len) != 0) {
126 if (memcmp(expected, storage->data, len * sizeof(storage->data[0])) != 0) {
  /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); }

Completed in 2968 milliseconds

1 2 3 45 6 7 8 91011>>