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

  /external/llvm/include/llvm/ADT/
StringRef.h 52 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) {
120 compareMemory(Data, RHS.Data, RHS.Length) == 0);
132 if (int Res = compareMemory(Data, RHS.Data, min(Length, RHS.Length)))
199 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
205 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
  /external/llvm/lib/Support/
StringRef.cpp 63 if (int Res = compareMemory(Data + I, RHS.Data + I, J - I))

Completed in 208 milliseconds