Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.c350 static int fn_size = 0; variable
354 if (fn_entries >= fn_size) { in RegisterFunction()
355 fn_size = fn_size*2 + 1; in RegisterFunction()
356 fn_table = realloc(fn_table, fn_size * sizeof(NamedFunction)); in RegisterFunction()