Searched refs:kErrorCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp157 static const int32 kErrorCount = sizeof(kErrors) / sizeof(status_t); variable
165 for (int32 i = 0; result == -1 && i < kErrorCount; i++) {
184 result = index1 * kErrorCount + index2 + 1;
198 int32 index1 = (fuzzyError - 1) / kErrorCount;
199 int32 index2 = (fuzzyError - 1) % kErrorCount;
200 if (index1 >= kErrorCount)

Completed in 39 milliseconds