Searched refs:kValidLength (Results 1 – 2 of 2) sorted by relevance
60 constexpr size_t kValidLength = kBytesToRead - kSparseLength; in test_sparse() local62 if (kValidLength > 0) { in test_sparse()63 for (size_t i = 0; i < kValidLength; i++) { in test_sparse()
66 constexpr size_t kValidLength = kBytesToRead - kSparseLength; in test_sparse() local68 if (kValidLength > 0) { in test_sparse()69 for (size_t i = 0; i < kValidLength; i++) { in test_sparse()
Completed in 4 milliseconds