OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numcmp
(Results
1 - 4
of
4
) sorted by null
/system/extras/procrank/
procrank.c
36
static int
numcmp
(long long a, long long b);
413
static int
numcmp
(long long a, long long b) {
function
427
create_sort(vss,
numcmp
)
428
create_sort(rss,
numcmp
)
429
create_sort(pss,
numcmp
)
430
create_sort(uss,
numcmp
)
431
create_sort(swap,
numcmp
)
/system/extras/librank/
librank.c
52
static int
numcmp
(long long a, long long b);
456
static int
numcmp
(long long a, long long b) {
function
463
return order *
numcmp
(
477
create_sort(vss,
numcmp
)
478
create_sort(rss,
numcmp
)
479
create_sort(pss,
numcmp
)
480
create_sort(uss,
numcmp
)
481
create_sort(swap,
numcmp
)
/system/core/toolbox/
top.c
108
static int
numcmp
(long long a, long long b);
517
return -
numcmp
(pa->delta_time, pb->delta_time);
529
return -
numcmp
(pa->vss, pb->vss);
541
return -
numcmp
(pa->rss, pb->rss);
553
return -
numcmp
(pa->num_threads, pb->num_threads);
556
static int
numcmp
(long long a, long long b) {
function
/system/extras/latencytop/
latencytop.c
60
static int
numcmp
(const long long a, const long long b);
429
static int
numcmp
(const long long a, const long long b) {
function
441
return
numcmp
(pb->max, pa->max);
Completed in 496 milliseconds