Searched defs:compare_arrays (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/utilities/ |
| H A D | quickSort.cpp | 79 bool QuickSort::compare_arrays(int* actual, int* expected, int length) { function in class:QuickSort 93 return compare_arrays(arrayToSort, expectedResult, length); 209 assert(compare_arrays(test_array, expected_array, length), "Sorting identical arrays rendered different results"); 211 assert(compare_arrays(test_array, expected_array, length), "Sorting already sorted array changed order of elements - not idempotent");
|
Completed in 30 milliseconds