Searched refs:not_enough (Results 1 – 2 of 2) sorted by relevance
2631 int not_enough = 0; in find_next_free_block() local2638 not_enough = 1; in find_next_free_block()2661 if (vblocks == 0 && not_enough) { in find_next_free_block()
5228 const int not_enough[] = {1, 2}; in TEST() local5231 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()5356 const int not_enough[] = {1, 2}; in TEST() local5359 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()