Searched refs:nextPB (Results 1 – 2 of 2) sorted by relevance
3908 immutable nextPB = (j + pageSize) & ~(pageSize-1); in addValue() local3909 immutable n = nextPB - j;// can fill right in this page in addValue()
3898 immutable nextPB = (j + pageSize) & ~(pageSize-1);3899 immutable n = nextPB - j;// can fill right in this page