HomeSort by relevance Sort by last modified time
    Searched refs:memcmp (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/bootloader/legacy/libc/
memcmp.c 29 int memcmp(void *_a, void *_b, unsigned len) function
strstr.c 37 if (memcmp(s1, s2, l2) == 0) {
  /external/dropbear/libtomcrypt/demos/
multi.c 19 if (len != len2 || memcmp(buf[0], buf[1], len)) {
25 if (len != len2 || memcmp(buf[0], buf[1], len)) {
31 if (len != len2 || memcmp(buf[0], buf[1], len)) {
41 if (len != len2 || memcmp(buf[0], buf[1], len)) {
47 if (len != len2 || memcmp(buf[0], buf[1], len)) {
53 if (len != len2 || memcmp(buf[0], buf[1], len)) {
63 if (len != len2 || memcmp(buf[0], buf[1], len)) {
69 if (len != len2 || memcmp(buf[0], buf[1], len)) {
75 if (len != len2 || memcmp(buf[0], buf[1], len)) {
85 if (len != len2 || memcmp(buf[0], buf[1], len))
    [all...]
  /development/simulator/wrapsim/
DevVibrator.c 23 if (count == 2 && memcmp(buf, "0\n", 2) == 0) {
25 } else if (count == 3 && memcmp(buf, "-1\n", 3) == 0) {
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
string.c 41 * memcmp - Compare two areas of memory
46 int memcmp(const void * cs,const void * ct, unsigned int count) function
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
string.c 38 * memcmp - Compare two areas of memory
43 int memcmp(const void * cs,const void * ct, unsigned int count) function
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
string.c 41 * memcmp - Compare two areas of memory
46 int memcmp(const void * cs,const void * ct, unsigned int count) function
  /external/tcpdump/
print-cip.c 76 if (memcmp(rfcllc, p, sizeof(rfcllc))==0 && caplen < RFC1483LLC_LEN) {
84 if (memcmp(rfcllc, p, sizeof(rfcllc)) == 0) {
  /external/wpa_supplicant/tests/
test_md4.c 76 if (memcmp(hash, tests[i].hash, 16) != 0) {
88 if (memcmp(hash, tests[i].hash, 16) != 0) {
test_md5.c 76 if (memcmp(hash, tests[i].hash, 16) != 0) {
88 if (memcmp(hash, tests[i].hash, 16) != 0) {
test_ms_funcs.c 67 if (memcmp(challenge, buf, sizeof(challenge)) != 0) {
73 if (memcmp(password_hash, buf, sizeof(password_hash)) != 0) {
82 if (memcmp(nt_response, buf, sizeof(nt_response)) != 0) {
88 if (memcmp(password_hash_hash, buf, sizeof(password_hash_hash)) != 0) {
97 if (memcmp(authenticator_response, buf, sizeof(authenticator_response))
104 if (memcmp(master_key, buf, sizeof(master_key)) != 0) {
110 if (memcmp(send_start_key, buf, sizeof(send_start_key)) != 0) {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_md4.c 76 if (memcmp(hash, tests[i].hash, 16) != 0) {
88 if (memcmp(hash, tests[i].hash, 16) != 0) {
test_md5.c 76 if (memcmp(hash, tests[i].hash, 16) != 0) {
88 if (memcmp(hash, tests[i].hash, 16) != 0) {
test_ms_funcs.c 67 if (memcmp(challenge, buf, sizeof(challenge)) != 0) {
73 if (memcmp(password_hash, buf, sizeof(password_hash)) != 0) {
82 if (memcmp(nt_response, buf, sizeof(nt_response)) != 0) {
88 if (memcmp(password_hash_hash, buf, sizeof(password_hash_hash)) != 0) {
97 if (memcmp(authenticator_response, buf, sizeof(authenticator_response))
104 if (memcmp(master_key, buf, sizeof(master_key)) != 0) {
110 if (memcmp(send_start_key, buf, sizeof(send_start_key)) != 0) {
  /bionic/libc/string/
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n) function
memmem.c 54 if (!memcmp(x+2, y+j+2, m-2) && x[0] == y[j])
  /frameworks/base/media/libstagefright/codecs/aacdec/
aac_mem_funcs.h 46 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_mem_funcs.h 63 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
mp3_mem_funcs.h 69 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 45 if (l != 16 || memcmp(iv2, iv, 16)) {
55 if (memcmp(tmp, pt, 64) != 0) {
67 /* note we don't memcmp iv2/iv since cfb_start processes the IV for the first block */
78 if (memcmp(tmp, pt, 64) != 0) {
90 if (l != 16 || memcmp(iv2, iv, 16)) {
100 if (memcmp(tmp, pt, 64) != 0) {
base64_test.c 14 if (l2 != x || memcmp(tmp, in, x)) {
  /external/skia/src/animator/
SkOperandIterpolator.cpp 128 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
132 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
136 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
140 SkASSERT(memcmp(v, v2, sizeof(v)) == 0);
144 SkASSERT(memcmp(v, v2, sizeof(v)) == 0);
148 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
  /bionic/libc/kernel/common/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/e2fsprogs/lib/uuid/
compare.c 53 return memcmp(uuid1.node, uuid2.node, 6);
  /external/skia/tests/
StreamTest.cpp 40 memcmp(storage + bytesRead, storage2, ss) == 0);
63 REPORTER_ASSERT(reporter, memcmp(s, copy, sizeof(s)) == 0);
82 REPORTER_ASSERT(reporter, memcmp(&dst[i * 26], s, 26) == 0);
84 REPORTER_ASSERT(reporter, memcmp(dst, ds.getStream(), 100*26) == 0);

Completed in 1374 milliseconds

1 2 3 4 5 6 7 8 91011>>