Searched refs:memcmp (Results 1 – 10 of 10) sorted by relevance
/lib/raid6/test/ |
D | test.c | 67 erra = memcmp(data[i], recovi, PAGE_SIZE); in test_disks() 68 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks()
|
/lib/ |
D | string.c | 767 #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()
|
D | decompress.c | 68 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
|
D | earlycpio.c | 127 !memcmp(p, path, mypathsize)) { in find_cpio_data()
|
D | nlattr.c | 300 d = memcmp(nla_data(nla), data, size); in nla_memcmp() 323 d = memcmp(nla_data(nla), str, len); in nla_strcmp()
|
D | digsig.c | 165 if (!m || len != hlen || memcmp(m, h, hlen)) in digsig_verify_rsa()
|
D | test-string_helpers.c | 19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
|
D | rhashtable.c | 468 if (memcmp(rht_obj(ht, he) + ht->p.key_offset, key, in rhashtable_lookup()
|
/lib/xz/ |
D | xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0)
|
/lib/zlib_deflate/ |
D | deflate.c | 705 if (memcmp((char *)s->window + match, in check_match()
|