Home
last modified time | relevance | path

Searched refs:fn_entry_compare (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/
Dexpr.cpp368 static int fn_entry_compare(const void* a, const void* b) { in fn_entry_compare() function
375 qsort(fn_table, fn_entries, sizeof(NamedFunction), fn_entry_compare); in FinishRegistration()
382 sizeof(NamedFunction), fn_entry_compare)); in FindFunction()