Home
last modified time | relevance | path

Searched refs:memcmp (Results 1 – 10 of 10) sorted by relevance

/lib/raid6/test/
Dtest.c67 erra = memcmp(data[i], recovi, PAGE_SIZE); in test_disks()
68 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks()
/lib/
Dstring.c767 #undef memcmp
768 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp() function
778 EXPORT_SYMBOL(memcmp);
822 if (!memcmp(s1, s2, l2)) in strstr()
847 if (!memcmp(s1, s2, l2)) in strnstr()
Ddecompress.c68 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
Dearlycpio.c127 !memcmp(p, path, mypathsize)) { in find_cpio_data()
Dnlattr.c300 d = memcmp(nla_data(nla), data, size); in nla_memcmp()
323 d = memcmp(nla_data(nla), str, len); in nla_strcmp()
Ddigsig.c165 if (!m || len != hlen || memcmp(m, h, hlen)) in digsig_verify_rsa()
Dtest-string_helpers.c19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
Drhashtable.c468 if (memcmp(rht_obj(ht, he) + ht->p.key_offset, key, in rhashtable_lookup()
/lib/xz/
Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0)
/lib/zlib_deflate/
Ddeflate.c705 if (memcmp((char *)s->window + match, in check_match()