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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/netinet/
in6.h 98 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/netinet/
in6.h 98 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/netinet/
in6.h 98 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
  /system/media/wilhelm/src/autogen/
IID_to_MPH.c 256 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /external/bluetooth/bluez/test/
uuidtest.c 74 if (memcmp(&u.value.u128, &i, 16) != 0) {
79 if (memcmp(&ub.value.u128, &i, 16) != 0) {
84 if (memcmp(&ub.value.u128, &u.value.u128, 16) != 0) {
  /external/bluetooth/hcidump/parser/
ppp.c 52 if (!memcmp(data + i, ppp_magic1, sizeof(ppp_magic1))) {
58 if (!memcmp(data + i, ppp_magic2, sizeof(ppp_magic2))) {
64 if (!memcmp(data + i, ppp_magic3, sizeof(ppp_magic3))) {
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 7 int memcmp(const void *, const void *, size_t);
54 memcmp(Data, Prefix.Data, Prefix.Length) == 0;
58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
222 // CHECK-tokens: Keyword: "int" [7:3 - 7:6] FunctionDecl=memcmp:7:7
223 // CHECK-tokens: Identifier: "memcmp" [7:7 - 7:13] FunctionDecl=memcmp:7:7
224 // CHECK-tokens: Punctuation: "(" [7:13 - 7:14] FunctionDecl=memcmp:7:7
225 // CHECK-tokens: Keyword: "const" [7:14 - 7:19] FunctionDecl=memcmp:7:7
229 // CHECK-tokens: Keyword: "const" [7:28 - 7:33] FunctionDecl=memcmp:7:7
    [all...]
  /external/jhead/
jhead.c 232 if (memcmp(Line, KnownTags[a], l) == 0){
240 if (!memcmp(Line, RemComment, l)){
248 if (!memcmp(Line, AddComment, l+1)){
508 if (!memcmp(finddata.name, ".",2)) goto next_file;
509 if (!memcmp(finddata.name, "..",3)) goto next_file;
    [all...]
  /external/openssl/crypto/dsa/
dsatest.c 186 if ((i != j) || (memcmp(buf,out_q,i) != 0))
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
202 if ((i != j) || (memcmp(buf,out_g,i) != 0))
  /external/openssl/crypto/x509/
x509_cmp.c 122 return memcmp(a->sha1_hash, b->sha1_hash, 20);
181 return memcmp(a->sha1_hash, b->sha1_hash, SHA_DIGEST_LENGTH);
211 return memcmp(a->canon_enc, b->canon_enc, a->canon_enclen);
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 344 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||
345 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 ||
346 memcmp(GIF89_STAMP, buf, GIF_STAMP_LEN) == 0) {
  /frameworks/base/libs/utils/
CallStack.cpp 239 return !mCount || (memcmp(mStack, rhs.mStack, mCount*sizeof(void*)) == 0);
249 return memcmp(mStack, rhs.mStack, mCount*sizeof(void*)) < 0;
259 return memcmp(mStack, rhs.mStack, mCount*sizeof(void*)) > 0;
  /external/llvm/lib/Archive/
ArchiveReader.cpp 134 (0 == memcmp(Hdr->name, ARFILE_LLVM_SYMTAB_NAME, 16))) {
147 if (0 == memcmp(Hdr->name, ARFILE_STRTAB_NAME, 16)) {
156 if (0 == memcmp(Hdr->name, ARFILE_SVR4_SYMTAB_NAME, 16)) {
194 (0 == memcmp(Hdr->name, ARFILE_BSD4_SYMTAB_NAME, 16))) {
241 if (mapfile->getBufferSize() < 8 || memcmp(base, ARFILE_MAGIC, 8)) {
  /external/webkit/Source/WebCore/platform/network/
MIMESniffing.cpp 80 if (typeSize >= xmlSuffixSize && !memcmp(type + typeSize - xmlSuffixSize, xmlSuffix, xmlSuffixSize))
282 result = dataSize >= info.size && !memcmp(data, info.pattern, info.size);
302 if (dataSize >= types[i].size && !memcmp(data, types[i].pattern, types[i].size))
382 if (dataSize - pos < textSize || memcmp(data + pos, text, textSize))
433 if (dataSize >= 3 && !memcmp(data, "\xEF\xBB\xBF", 3))
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 322 if (memcmp(cmpbuf, data, YAFFS_BYTES_PER_CHUNK))
324 if (memcmp(cmpbuf, spare, 16))
382 if (memcmp(d0, d1, YAFFS_BYTES_PER_CHUNK) != 0 ||
463 (memcmp(&spareFF, &spare, sizeof(spareFF)) !=
526 else if (memcmp(&spareFF, &spare0, sizeof(spareFF)) == 0)
  /external/openssl/crypto/x509v3/
v3_addr.c 349 if ((r = memcmp(addr_a, addr_b, length)) != 0)
534 !memcmp(f->addressFamily->data, key, keylen))
712 int cmp = memcmp(a->data, b->data, len);
780 if (memcmp(a_min, b_min, length) >= 0 ||
781 memcmp(a_min, a_max, length) > 0 ||
782 memcmp(b_min, b_max, length) > 0)
791 if (memcmp(a_max, b_min, length) >= 0)
850 if (memcmp(a_max, b_min, length) >= 0)
859 if (memcmp(a_max, b_min, length) == 0) {
1112 if (memcmp(p_max, c_max, length) < 0
    [all...]
  /external/qemu/telephony/
android_modem.c 1156 assert( !memcmp( "+CCSS", cmd, 5 ) );
1179 assert( !memcmp( "+WRMP", cmd, 5 ) );
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 272 if (memcmp(sha_so_far, parsed_sha, SHA_DIGEST_SIZE) == 0) {
480 memcmp(patch_sha1, sha1, SHA_DIGEST_SIZE) == 0) {
641 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
838 memcmp(header, "BSDIFF40", 8) == 0) {
842 memcmp(header, "IMGDIFF2", 8) == 0) {
872 if (memcmp(current_target_sha1, target_sha1, SHA_DIGEST_SIZE) != 0) {
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 66 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
67 memcmp( signature, fmtSignTiffMM, 4 ) == 0;
124 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
125 memcmp( signature, fmtSignTiffMM, 4 ) == 0;
271 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
272 memcmp( signature, fmtSignTiffMM, 4 ) == 0;
  /external/chromium/net/base/
gzip_filter_unittest.cc 211 EXPECT_EQ(memcmp(source, decode_buffer, source_len), 0);
273 EXPECT_EQ(memcmp(source_buffer(), deflate_decode_buffer, source_len()), 0);
290 EXPECT_EQ(memcmp(source_buffer(), gzip_decode_buffer, source_len()), 0);
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 138 if (memcmp (buf[0], buf[1], x)) {
158 if (memcmp (buf[0], buf[2], x)) {
179 if (memcmp (buf[0], buf[2], x)) {
  /external/fsck_msdos/
boot.c 116 if (memcmp(fsinfo, "RRaA", 4)
117 || memcmp(fsinfo + 0x1e4, "rrAa", 4)
163 if (memcmp(block + 11, backup + 11, 79)) {
  /external/openssl/crypto/aes/
aes_wrap.c 133 if (memcmp(A, iv, 8))
161 if (eout && memcmp(eout, otmp, keylen))
168 if (memcmp(key, ptmp, keylen))
  /external/openssl/crypto/evp/
evp_test.c 191 if(memcmp(out,ciphertext,cn))
230 if(memcmp(out,plaintext,pn))
305 if(memcmp(md,ciphertext,cn))
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 205 if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
319 if (memcmp(md, cid->issuerNameHash->data, mdlen))
322 if (memcmp(md, cid->issuerKeyHash->data, mdlen))

Completed in 2492 milliseconds

1 2 3 4 5 6 7 8 91011>>