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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/string/
memcmp_wrapper.S 33 # define MEMCMP memcmp
38 # include "memcmp.S"
  /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) {
  /system/media/opensles/tools/hashgen/
part8.c 6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
frag3.c 16 if (!memcmp(x, xx, 16)) {
  /system/media/opensles/libopensles/
android_OutputMix.cpp 34 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
39 if (memcmp(SL_IID_BASSBOOST, &om->mBassBoost.mBassBoostDescriptor.type,
44 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
49 if (memcmp(SL_IID_ENVIRONMENTALREVERB,
55 if (memcmp(SL_IID_VIRTUALIZER, &om->mVirtualizer.mVirtualizerDescriptor.type,
  /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/chromium/net/http/
des_unittest.cc 29 EXPECT_EQ(0, memcmp(ciphertext, des_ecb_known_ciphertext, 8));
47 EXPECT_EQ(0, memcmp(ciphertext, known_ciphertext, 8));
  /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
  /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) {
  /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);

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>