Lines Matching refs:RF_RowCol_t
44 RF_RowCol_t **
47 RF_RowCol_t **retval, i;
59 rf_free_2d_array(RF_RowCol_t **a, int b, int k)
61 RF_RowCol_t i;
64 RF_Free(a[i], k * sizeof(RF_RowCol_t));
65 RF_Free(a, b * sizeof(RF_RowCol_t));
70 RF_RowCol_t *
73 RF_RowCol_t *retval;
80 rf_free_1d_array(RF_RowCol_t *a, int n)
82 RF_Free(a, n * sizeof(RF_RowCol_t));