OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare_keys
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/posix/
sort.c
237
static int
compare_keys
(const void *xarg, const void *yarg)
function
290
if (TT.lines &&
compare_keys
((void *)&TT.lines, &line)>j)
374
qsort(TT.lines, TT.linecount, sizeof(char *),
compare_keys
);
381
if (!
compare_keys
(&TT.lines[jdx], &TT.lines[idx]))
/frameworks/native/libs/vr/libdvr/tests/
dvr_display_manager-test.cpp
550
auto
compare_keys
= [](const auto& attributes, const auto& expected_keys) {
local
561
actual_keys =
compare_keys
(attributes, expected_keys);
593
actual_keys =
compare_keys
(attributes, expected_keys);
614
actual_keys =
compare_keys
(attributes, expected_keys);
634
actual_keys =
compare_keys
(attributes, expected_keys);
656
actual_keys =
compare_keys
(attributes, expected_keys);
Completed in 270 milliseconds