Searched refs:cp_npools_sz2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h222 int cp_npools_sz2; member in struct:__anon1616
223 int *cp_pools_max2; /* [cp_npools_sz2] max cstr in each pool */
224 int *cp_pools_sz2; /* [cp_npools_sz2] size for each pool */
225 int **cp_pools2; /* [cp_npools_sz2] of int arrays of idxs */
226 char **cp_names2; /* [cp_npools_sz2] of cutpool names */
H A Deplex.c5612 int sz = lpd->cp_npools_sz2 += CUTPOOL_INCR; \
5647 if (lpd->cp_npools_sz2 == 0)
5664 else if ((n = lpd->cp_npools2++) >= lpd->cp_npools_sz2)

Completed in 42 milliseconds