HomeSort by relevance Sort by last modified time
    Searched refs:memcmp (Results 1 - 25 of 984) 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) {
  /external/compiler-rt/lib/arm/
aeabi_memcmp.S 1 //===-- aeabi_memcmp.S - EABI memcmp implementation -----------------------===//
12 // void __aeabi_memcmp(void *dest, void *src, size_t n) { memcmp(dest, src, n); }
16 b memcmp
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 22 int memcmp(const void *, const void *, size_t);
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 22 int memcmp(const void *, const void *, size_t);
  /external/compiler-rt/lib/asan/output_tests/
memcmp_test.cc 6 // Check-Common: {{#0.*memcmp}}
8 int res = memcmp(a1, a2, 4 + argc); // BOOM
  /frameworks/wilhelm/tools/hashgen/
part8.c 6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
40 if (memcmp(SL_IID_BASSBOOST, &om->mBassBoost.mBassBoostDescriptor.type,
45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
50 if (memcmp(SL_IID_ENVIRONMENTALREVERB,
56 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...]
  /external/elfutils/tests/
sha1-tst.c 45 if (memcmp (buf, expected1, SHA1_DIGEST_SIZE) != 0)
58 if (memcmp (buf, expected2, SHA1_DIGEST_SIZE) != 0)
72 if (memcmp (buf, expected3, SHA1_DIGEST_SIZE) != 0)
  /external/valgrind/main/memcheck/tests/
memcmptest.stderr.exp 2 at 0x........: memcmp (mc_replace_strmem.c:...)
memcmptest.c 5 // An issue here is that in glibc memcmp() and bcmp() are aliases. Valgrind
7 // message, even though memcmp() was called. This is hard to avoid.
13 if (memcmp(s1, s2, 8) != 0)
  /external/valgrind/tsan/
ts_valgrind_libc.cc 53 extern "C" int memcmp(const void *a, const void *b, unsigned long c) { function
54 return VG_(memcmp)(a,b,c);
  /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
  /external/clang/test/Analysis/
bstring.c 11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
321 // memcmp()
329 #define memcmp bcmp macro
333 #define memcmp BUILTIN(memcmp) macro
334 int memcmp(const void *s1, const void *s2, size_t n);
343 memcmp(a, b, 4); // no-warning
350 memcmp(a, b, 5); // expected-warning{{out-of-bound}}
357 memcmp(a, b, 4); // expected-warning{{out-of-bound}}
363 if (memcmp(a, a, 4)
    [all...]
  /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_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) {
  /bionic/libc/string/
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n) function
  /frameworks/av/media/libstagefright/codecs/aacdec/
aac_mem_funcs.h 46 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_mem_funcs.h 63 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
mp3_mem_funcs.h 69 #define pv_memcmp(p, q, n) memcmp(p, q, n)
  /system/security/keystore/
keyblob_utils.cpp 58 return !memcmp(key_blob, SOFT_KEY_MAGIC, sizeof(SOFT_KEY_MAGIC));

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>