Searched refs:a_is_odd (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/test/native/utilities/
H A Dtest_quicksort.cpp57 bool a_is_odd = ((a % 2) == 1); local
59 if (a_is_odd == b_is_odd) {
62 if (a_is_odd) {

Completed in 32 milliseconds