OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_compare
(Results
1 - 1
of
1
) sorted by null
/external/skia/bench/
SortBench.cpp
75
static int
int_compare
(const void* a, const void* b) {
function
83
qsort(array, N, sizeof(int),
int_compare
);
Completed in 545 milliseconds