OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compfn
(Results
1 - 5
of
5
) sorted by null
/system/extras/librank/
librank.c
169
int (*
compfn
)(const void *a, const void *b);
187
compfn
= &sort_by_pss;
203
if (!strcmp(argv[i], "-v")) {
compfn
= &sort_by_vss; continue; }
204
if (!strcmp(argv[i], "-r")) {
compfn
= &sort_by_rss; continue; }
205
if (!strcmp(argv[i], "-p")) {
compfn
= &sort_by_pss; continue; }
206
if (!strcmp(argv[i], "-u")) {
compfn
= &sort_by_uss; continue; }
278
qsort(li->mappings, li->mappings_count, sizeof(li->mappings[0]),
compfn
);
338
#define create_sort(field,
compfn
) \
340
return order *
compfn
( \
/system/extras/procrank/
procrank.c
45
int (*
compfn
)(const void *a, const void *b);
variable
130
compfn
= &sort_by_pss;
135
if (!strcmp(argv[arg], "-v")) {
compfn
= &sort_by_vss; continue; }
136
if (!strcmp(argv[arg], "-r")) {
compfn
= &sort_by_rss; continue; }
137
if (!strcmp(argv[arg], "-p")) {
compfn
= &sort_by_pss; continue; }
138
if (!strcmp(argv[arg], "-u")) {
compfn
= &sort_by_uss; continue; }
214
qsort(procs, num_procs, sizeof(procs[0]),
compfn
);
357
#define create_sort(field,
compfn
) \
359
return order *
compfn
( \
/system/extras/procmem/
procmem.c
69
int (*
compfn
)(const void *a, const void *b);
83
compfn
= NULL;
88
if (!strcmp(argv[i], "-m")) {
compfn
= NULL; continue; }
89
if (!strcmp(argv[i], "-p")) {
compfn
= &comp_pss; continue; }
234
/* sort the array, if requested (
compfn
== NULL for original order) */
235
if (
compfn
)
236
qsort(mis, num_maps, sizeof(mis[0]),
compfn
);
/external/webkit/Source/WebCore/html/parser/
HTMLEntityNames.in
848
"
compfn
;","U+02218"
[
all
...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java
[
all
...]
Completed in 742 milliseconds