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

<<11121314151617181920>>

  /external/tcpdump/
print-tcp.c 332 if (memcmp(src, dst, sizeof ip6->ip6_dst) > 0)
350 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
370 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
387 if (memcmp((char *)&tha, (char *)&th->addr,
802 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
  /external/wpa_supplicant/tests/
test_sha256.c 266 if (memcmp(hash, tests[i].hash, 32) != 0) {
278 if (memcmp(hash, tests[i].hash, 32) != 0) {
293 if (memcmp(hash, t->hash, 32) != 0) {
302 if (memcmp(hash, t->hash, 32) != 0) {
315 if (memcmp(hash, t->hash, 32) != 0) {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha256.c 266 if (memcmp(hash, tests[i].hash, 32) != 0) {
278 if (memcmp(hash, tests[i].hash, 32) != 0) {
293 if (memcmp(hash, t->hash, 32) != 0) {
302 if (memcmp(hash, t->hash, 32) != 0) {
315 if (memcmp(hash, t->hash, 32) != 0) {
  /system/extras/tests/memtest/
memtest.cpp 77 " memcmp [perf | test]\n"
115 else if (!strcmp(argv[1], "memcmp")) err = memcmp_test(argc-1, argv+1);
243 if (memcmp(s,d,size)) {
372 #pragma mark memcmp
393 int b = memcmp(s, d, size);
397 printf("*** memcmp(%p,%p,%zd) failed %d should be %d\n",s,d,size,b,a);
419 printf("memcmp() performance test is running, please wait...\n");
453 c = memcmp(ddd, sss+offset, size);
454 //printf("size %d, memcmp -> %d\n", size, (int)c);
456 c = memcmp(ddd, sss+offset, size)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 484 EXPECT_EQ(memcmp(&full_hashes[0].hash,
488 EXPECT_EQ(memcmp(&full_hashes[1].hash,
492 EXPECT_EQ(memcmp(&full_hashes[2].hash,
510 EXPECT_EQ(memcmp(&full_hashes[0].hash,
514 EXPECT_EQ(memcmp(&full_hashes[1].hash,
518 EXPECT_EQ(memcmp(&full_hashes[2].hash,
557 EXPECT_EQ(memcmp(hash_result, &full_hashes[0].hash, sizeof(SBFullHash)), 0);
576 EXPECT_EQ(memcmp("12345678901234567890123456789012",
591 EXPECT_EQ(memcmp("12345678901234567890123456789012",
595 EXPECT_EQ(memcmp("abcdefghijklmnopqrstuvwxyz123457"
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/test/cintltst/
custrtrn.c     [all...]
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 89 if (len != sizeof(openssl_private_rsa) || memcmp(buf, openssl_private_rsa, len)) {
96 if (len != sizeof(openssl_public_rsa_stripped) || memcmp(buf, openssl_public_rsa_stripped, len)) {
106 if (len != sizeof(openssl_public_rsa_stripped) || memcmp(buf, openssl_public_rsa_stripped, len)) {
116 if (len != sizeof(openssl_public_rsa_stripped) || memcmp(buf, openssl_public_rsa_stripped, len)) {
209 if (len2 != rsa_msgsize || memcmp(tmp, in, rsa_msgsize)) {
254 if (len2 != rsa_msgsize || memcmp(tmp, in, rsa_msgsize)) {
272 if (len2 != rsa_msgsize || memcmp(tmp, in, rsa_msgsize)) {
  /external/ipsec-tools/src/racoon/
eaytest.c 634 if (memcmp(data->v, res2->v, data->l)) {
768 if (memcmp(res->v, mod.v, mod.l)) {
783 if (memcmp(res->v, mod.v, mod.l)) {
795 if (memcmp(res->v, mod.v, mod.l)) {
810 if (memcmp(res->v, mod.v, mod.l)) {
823 if (memcmp(res->v, mod.v, mod.l)) {
970 if (memcmp(gxy1->v, gxy2->v, gxy1->l)) {
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 128 if (size < 4 || memcmp("\x00\x00\x00\x01", data, 4)) {
136 if (!memcmp("\x00\x00\x00\x01", &ptr[i], 4)) {
161 if (size < 3 || memcmp("\x00\x00\x01", data, 3)) {
169 if (!memcmp("\x00\x00\x01", &ptr[i], 3)) {
682 if (memcmp(&data[offset], "\x00\x00\x01", 3)) {
786 if (memcmp(kStartCode, data, 3)) {
792 if (!memcmp(&data[offset], kStartCode, 3)) {
  /dalvik/libdex/
DexFile.cpp 309 if (memcmp(data, DEX_OPT_MAGIC, 4) == 0) {
311 if (memcmp(magic+4, DEX_OPT_MAGIC_VERS, 4) != 0) {
385 if (memcmp(sha1Digest, pHeader->signature, kSHA1DigestLen) != 0) {
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 279 (memcmp(bm1->bitmap, bm2->bitmap,
341 if (memcmp(mem, zero_buf, sizeof(zero_buf)))
348 return !memcmp(mem, zero_buf, len);
  /external/skia/src/images/
SkMovie_gif.cpp 440 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||
441 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 ||
442 memcmp(GIF89_STAMP, buf, GIF_STAMP_LEN) == 0) {
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 184 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
196 if (VG_(memcmp)(*cpp, dyld_cache, dyld_cache_len) == 0) {
233 if (0 == VG_(memcmp)(ret[i], v_launcher, v_launcher_len))
  /external/webp/src/dec/
webp.c 41 if (*data_size_ptr >= 10 + 20 && !memcmp(*data_ptr, "RIFF", 4)) {
42 if (memcmp(*data_ptr + 8, "WEBP", 4)) {
49 if (memcmp(*data_ptr + 12, "VP8 ", 4)) {
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 259 memcmp(pSession->topHeader, topHeaderTemplate, sizeof topHeaderTemplate) == 0) {
402 result = memcmp(pData->signature, pSession->dataSignature, SHA1_HASH_SIZE) == 0;
431 result = memcmp(signature, pSession->headerSignature, SHA1_HASH_SIZE) == 0;
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 226 memcmp("\x00\x00\x00\x01", &data[length - bytesLeft], 4)) {
285 if (memcmp("\x00\x00\x00\x01", data, 4)) {
312 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) {
  /bionic/libc/bionic/
system_properties.c 116 if(memcmp(name, pi->name, len)) continue;
  /bionic/libc/regex/
regexec.c 110 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
  /bootable/recovery/applypatch/
bspatch.c 139 if (memcmp(header, "BSDIFF40", 8) != 0) {
imgpatch.c 51 if (memcmp(header, "IMGDIFF2", 8) != 0) {
  /bootable/recovery/mtdutils/
flash_image.c 85 } else if (checklen == headerlen && !memcmp(header, check, headerlen)) {
  /external/bluetooth/bluez/audio/
gstsbcparse.c 93 if (parse->first_parsing || (memcmp(&parse->sbc,
  /external/bluetooth/bluez/common/
android_bluez.c 157 !memcmp((void *)&conn_info->bdaddr, (void *)bdaddr,

Completed in 765 milliseconds

<<11121314151617181920>>