Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.cpp356 NamedFunction* fn_table = NULL;
361 … fn_table = reinterpret_cast<NamedFunction*>(realloc(fn_table, fn_size * sizeof(NamedFunction))); in RegisterFunction()
369 const char* na = ((const NamedFunction*)a)->name; in fn_entry_compare()
370 const char* nb = ((const NamedFunction*)b)->name; in fn_entry_compare()
375 qsort(fn_table, fn_entries, sizeof(NamedFunction), fn_entry_compare); in FinishRegistration()
379 NamedFunction key; in FindFunction()
381 NamedFunction* nf = reinterpret_cast<NamedFunction*>(bsearch(&key, fn_table, fn_entries, in FindFunction()
382 sizeof(NamedFunction), fn_entry_compare)); in FindFunction()
Dexpr.h123 } NamedFunction; typedef