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

/openjdk7/hotspot/src/share/vm/utilities/
H A DquickSort.cpp46 bool a_is_odd = (a % 2) == 1; local
48 if (a_is_odd == b_is_odd) {
51 if (a_is_odd) {

Completed in 40 milliseconds