Home | History | Annotate | Download | only in unit

Lines Matching refs:psz

11 		for (size_t psz = i * PAGE + 1; psz <= (i + 1) * PAGE; psz++) {
12 pszind_t ind = sz_psz2ind(psz);
14 ind, i, "Got %u as sz_psz2ind of %zu", ind, psz);
42 for (size_t psz = base_psz; psz <= 64 * 1024 * 1024; psz += PAGE / 3) {
43 pszind_t ind = sz_psz2ind(psz);
45 expect_zu_gt(psz,
48 "Got %u as sz_psz2ind of %zu", ind, psz);
50 expect_zu_le(psz,
53 "Got %u as sz_psz2ind of %zu", ind, psz);