Searched refs:do_mult (Results 1 – 2 of 2) sorted by relevance
93 auto do_mult = [&](std::uintmax_t val) { in TEST_CASE() local100 const std::uintmax_t expect_capacity = do_mult(expect.f_blocks); in TEST_CASE()101 const std::uintmax_t expect_free = do_mult(expect.f_bfree); in TEST_CASE()102 const std::uintmax_t expect_avail = do_mult(expect.f_bavail); in TEST_CASE()
772 auto do_mult = [&](std::uintmax_t& out, std::uintmax_t other) { in __space() local777 do_mult(si.capacity, m_svfs.f_blocks); in __space()778 do_mult(si.free, m_svfs.f_bfree); in __space()779 do_mult(si.available, m_svfs.f_bavail); in __space()