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

  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 39 LCHAR* bestValue = NULL;
60 if (bestValue==NULL || LSTRLEN(value) > LSTRLEN(bestValue))
64 bestValue = value;
77 LSTRCPY(path, path + LSTRLEN(bestValue));
  /external/srec/portable/src/
PANSIFileSystemImpl.c 217 LCHAR* bestValue = NULL;
233 bestValue = value;
245 if (LSTRLEN(bestValue) + 1 > *len)
247 *len = LSTRLEN(bestValue) + 1;
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
263 CHKLOG(rc, lstrinsert(bestValue, path, 0, len));
PFileSystem.c 280 PFileSystem* bestValue = NULL;
294 bestValue = value;
305 *fileSystem = bestValue;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 143 double bestValue = 0.0;
159 if (dvalue > bestValue) {
173 bestValue = dvalue;
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 133 int32_t bestValue = -1;
139 bestValue = fBackwardsTrie->getValue();
145 //if(debug2) u_printf("rev<?/%C/?end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
146 bestValue = fBackwardsTrie->getValue();
148 //if(debug2) u_printf("rev<+/%C/+end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
152 //if(debug2) u_printf("rev< /%C/ end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
155 //int32_t bestValue = fBackwardsTrie->getValue()
    [all...]

Completed in 128 milliseconds