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

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strncasecmp.c 63 int CompareVal;
70 CompareVal = tolower(*s1) - tolower(*s2);
71 if (CompareVal != 0) {
72 return (CompareVal);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 781 milliseconds