OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compare_int
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
SortTest.cpp
14
static int
compare_int
(const void* a, const void* b) {
function
52
qsort(sortedArray, count, sizeof(sortedArray[0]),
compare_int
);
Completed in 65 milliseconds