Home
last modified time | relevance | path

Searched refs:mymemcmp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-oop57-cpp.cpp10 int mymemcmp(const void *, const void *, decltype(sizeof(int)));
88 mymemcmp(&Data, &Other, sizeof(Data)); in baz()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c4726 int mymemcmp(unsigned char *bf1, unsigned char *bf2, int len) in mymemcmp() function
4749 int diff = mymemcmp(cmpbuf, (unsigned char *)buf, len); in do_checksum()