OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmpRes
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/depool/
dePoolHeap.h
113
int
cmpRes
= CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, minChildNdx)); \
114
if (
cmpRes
== 1) \
133
int
cmpRes
= CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, parentNdx)); \
134
if (
cmpRes
== -1) \
/external/icu/icu4c/source/common/
ustrcase.cpp
487
int32_t
cmpRes
= 0;
612
cmpRes
=0; /* c1==c2==-1 indicating end of strings */
657
cmpRes
=-1; /* string 1 ends before string 2 */
660
cmpRes
=1; /* string 2 ends before string 1 */
835
cmpRes
=c1-c2;
843
return
cmpRes
;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp
123
bool
cmpRes
= true;
126
cmpRes
= strcmp(valstr, oldstr) != 0;
130
cmpRes
= true;
134
if(
cmpRes
)
161
bool
cmpRes
= true;
164
cmpRes
= strcmp(valstr, oldstr) != 0;
168
cmpRes
= true;
172
if(
cmpRes
)
[
all
...]
Completed in 76 milliseconds