Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.cpp355 static int fn_size = 0; variable
359 if (fn_entries >= fn_size) { in RegisterFunction()
360 fn_size = fn_size*2 + 1; in RegisterFunction()
361 … fn_table = reinterpret_cast<NamedFunction*>(realloc(fn_table, fn_size * sizeof(NamedFunction))); in RegisterFunction()