HomeSort by relevance Sort by last modified time
    Searched defs:_strncmp (Results 1 - 2 of 2) sorted by null

  /external/honggfuzz/libhfuzz/
memorycmp.c 53 static inline int _strncmp(const char* s1, const char* s2, size_t n, uintptr_t addr) { function
102 if (_strncmp(&haystack[i], needle, needle_len, addr) == 0) {
174 return _strncmp(s1, s2, n, RET_CALL_CHAIN);
254 return _strncmp(s1, s2, (size_t)len, RET_CALL_CHAIN);
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 1943 function _strncmp(px, py, n) { function
    [all...]

Completed in 84 milliseconds