OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/Frontend/
InitHeaderSearch.cpp
295
double
bestValue
= 0.0;
311
if (value >
bestValue
) {
313
bestValue
= value;
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
Completed in 42 milliseconds