OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compare_value
(Results
1 - 4
of
4
) sorted by null
/external/libffi/testsuite/libffi.call/
struct3.c
27
int
compare_value
;
local
50
compare_value
= ts3_arg.si;
54
printf ("%d %d\n", ts3_result->si, -(
compare_value
*2));
56
CHECK(ts3_result->si == -(
compare_value
*2));
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c
27
int
compare_value
;
local
50
compare_value
= ts3_arg.si;
54
printf ("%d %d\n", ts3_result->si, -(
compare_value
*2));
56
CHECK(ts3_result->si == -(
compare_value
*2));
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c
27
int
compare_value
;
local
50
compare_value
= ts3_arg.si;
54
printf ("%d %d\n", ts3_result->si, -(
compare_value
*2));
56
CHECK(ts3_result->si == -(
compare_value
*2));
/external/v8/src/
small-pointer-list.h
51
list()->Sort(
compare_value
);
145
static int
compare_value
(T* const* a, T* const* b) {
function in class:v8::internal::SmallPointerList
Completed in 818 milliseconds