Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Dpackage.c38 #define MIN_VALUES 100 macro
80 i = max(phandle->data_size[INIT_DATA], MIN_VALUES); in create_ihandle()
85 i = max(phandle->data_size[UINIT_DATA], MIN_VALUES); in create_ihandle()
101 phandle->init_data = MALLOC(sizeof (fstack_t) * MIN_VALUES); in create_phandle()