Searched refs:RF_DAG_PARAMCACHESIZE (Results 1 – 2 of 2) sorted by relevance
86 #define RF_DAG_PARAMCACHESIZE 12 macro133 RF_DagParam_t dag_params[RF_DAG_PARAMCACHESIZE]; /* cache for performance */
157 if (nParam <= RF_DAG_PARAMCACHESIZE) { in rf_InitNode()