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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp32 fMaxIndex(fNumBits >> 5)
270 if (bits == (marked ? 0 : mask) && index < fMaxIndex) {
274 } while (index < fMaxIndex && data[index] == (marked ? 0 : 0xFFFFFFFF));
279 if (index >= fMaxIndex) {
289 bits = B_LENDIAN_TO_HOST_INT32(data[fMaxIndex]);
387 B_PRIu32 "\n", wordSpan, fMaxIndex, startIndex, index, bits, start,
427 for (; index < fMaxIndex; ++index) {
H A DBitmapBlock.h54 uint32 fMaxIndex; member in class:BitmapBlock

Completed in 30 milliseconds