Searched refs:CELL_BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
69 CELL_BLOCK_MASK = CELL_BLOCK_SIZE - 1, enumerator
89 if ((numCells_ & CELL_BLOCK_MASK) == 0) { in AddCurrentCell()