Home
last modified time | relevance | path

Searched refs:nextPB (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3908 immutable nextPB = (j + pageSize) & ~(pageSize-1); in addValue() local
3909 immutable n = nextPB - j;// can fill right in this page in addValue()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d3898 immutable nextPB = (j + pageSize) & ~(pageSize-1);
3899 immutable n = nextPB - j;// can fill right in this page