Searched refs:max_flash (Results 1 – 3 of 3) sorted by relevance
128 int64_t max_flash; variable
1176 std::vector<char> buf = RandomBuf(max_flash, rand_char); in TEST_P()1198 const std::vector<char> buf = RandomBuf(max_flash, rand_char); in TEST_P()1201 if (max_flash < part_size) { in TEST_P()1216 const std::vector<char> buf_zeros(max_flash, 0); in TEST_P()1217 const std::vector<char> buf_ones(max_flash, -1); // All bits are set to 1 in TEST_P()1267 std::vector<char> buf = RandomBuf(max_flash + 1); // One too large in TEST_P()1328 std::vector<char> buf = RandomBuf(max_flash); in TEST_P()1356 std::vector<char> buf(max_flash, -1); // All 1's in TEST_P()1384 std::vector<char> buf(max_flash, 0); // All 0's in TEST_P()1432 std::vector<char> buf = RandomBuf(max_flash / 2); in TEST_P()
339 max_flash = std::min(part_size, max_dl); in SetUp()