Searched refs:mymemcmp (Results 1 – 2 of 2) sorted by relevance
10 int mymemcmp(const void *, const void *, decltype(sizeof(int)));88 mymemcmp(&Data, &Other, sizeof(Data)); in baz()
4726 int mymemcmp(unsigned char *bf1, unsigned char *bf2, int len) in mymemcmp() function4749 int diff = mymemcmp(cmpbuf, (unsigned char *)buf, len); in do_checksum()