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

/inkscape/src/trace/
H A Dpool.h38 * cblock : the index of the next unallocated block (here 7).
63 cblock = 0;
73 for (int k = 0; k < cblock; k++) {
95 int cblock; member in class:pool
101 int i = cblock++;

Completed in 12 milliseconds