Searched defs:bestValue (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/src/UNIX/
H A DPANSIFileSystemUNIXImpl.c39 LCHAR* bestValue = NULL; local
60 if (bestValue==NULL || LSTRLEN(value) > LSTRLEN(bestValue))
64 bestValue = value;
77 LSTRCPY(path, path + LSTRLEN(bestValue));
/external/srec/portable/src/
H A DPANSIFileSystemImpl.c217 LCHAR* bestValue = NULL; local
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));
H A DPFileSystem.c280 PFileSystem* bestValue = NULL; local
294 bestValue = value;
305 *fileSystem = bestValue;
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp141 double bestValue = 0.0; local
157 if (value > bestValue) {
159 bestValue = value;

Completed in 305 milliseconds