Home
last modified time | relevance | path

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

/external/minijail/
Dlibminijail_unittest.cc298 uint64_t exabyte = gigabyte * 1024 * 1024 * 1024; in TEST() local
300 ASSERT_EQ(9U, size / exabyte); in TEST()
301 ASSERT_EQ(0U, size % exabyte); in TEST()
304 ASSERT_EQ(15U, size / exabyte); in TEST()
305 ASSERT_EQ(0U, size % exabyte); in TEST()
308 ASSERT_EQ(15U, size / exabyte); in TEST()
309 ASSERT_EQ(exabyte - 2, size % exabyte); in TEST()