Lines Matching refs:huge1
312 size_t largemax, huge1, huge2, huge3, hugemax; in TEST_BEGIN() local
317 huge1 = get_huge_size(1); in TEST_BEGIN()
328 assert_zu_ge(xallocx(p, huge1, 0, flags), huge1, in TEST_BEGIN()
330 assert_zu_ge(xallocx(p, largemax, 0, flags), huge1, in TEST_BEGIN()
336 assert_zu_eq(xallocx(p, huge1, huge3 - huge1, flags), huge3, in TEST_BEGIN()
340 assert_zu_eq(xallocx(p, huge1, huge2 - huge1, flags), huge2, in TEST_BEGIN()
342 assert_zu_ge(xallocx(p, largemax, huge1 - largemax, flags), huge1, in TEST_BEGIN()
345 assert_zu_ge(xallocx(p, huge1, 0, flags), huge1, in TEST_BEGIN()
353 assert_zu_ge(xallocx(p, huge1, 0, flags), huge1, in TEST_BEGIN()
356 assert_zu_le(xallocx(p, huge1, SIZE_T_MAX - huge1, flags), hugemax, in TEST_BEGIN()
359 assert_zu_ge(xallocx(p, huge1, 0, flags), huge1, in TEST_BEGIN()
362 assert_zu_le(xallocx(p, huge1, huge3 - huge1, flags), huge3, in TEST_BEGIN()
472 size_t huge0, huge1; in TEST_BEGIN() local
476 huge1 = get_huge_size(1); in TEST_BEGIN()
478 test_zero(huge1, huge0 * 2); in TEST_BEGIN()