/external/valgrind/main/none/tests/s390x/ |
cgrj.c | 76 void compare_ge(int64_t value1, int64_t value2) function 178 compare_ge(-12, 42); 179 compare_ge(42, 42); 180 compare_ge(100, 42);
|
clgrj.c | 76 void compare_ge(uint64_t value1, uint64_t value2) function 178 compare_ge(12, 42); 179 compare_ge(42, 42); 180 compare_ge(100, 42);
|
clrj.c | 76 void compare_ge(uint32_t value1, uint32_t value2) function 178 compare_ge(12, 42); 179 compare_ge(42, 42); 180 compare_ge(100, 42);
|
crj.c | 76 void compare_ge(int32_t value1, int32_t value2) function 178 compare_ge(-12, 42); 179 compare_ge(42, 42); 180 compare_ge(100, 42);
|