Searched refs:endPos (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp392 uint32 endPos = 0; local
394 while (endPos < fNumBits) {
396 endPos = startPos;
399 FindNextMarked(endPos);
401 uint32 newLength = endPos - startPos;
411 startPos = endPos;
418 if (endPos >= fNumBits)
423 index = (endPos >> 5) + 1;
H A DDataStream.cpp482 uint32 endPos = end / elementWidth; local
485 B_PRIu32 "\n", elementPos, endPos);
489 if (elementPos == endPos) {
505 while (elementPos < endPos) {
691 uint32 endPos = end / elementWidth; local
695 if (elementPos == endPos) {
712 while (elementPos < endPos) {
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1234 float endPos = parent->LeftBottomCrossing()->HorizontalTab()->Position(); local
1247 if (pos1 < endPos && pos2 > startPos)
1250 if (pos2 > endPos)
1260 float endPos = parent->RightTopCrossing()->VerticalTab()->Position(); local
1273 if (pos1 < endPos && pos2 > startPos)
1276 if (pos2 > endPos)
1286 float endPos = parent->RightBottomCrossing()->HorizontalTab()->Position(); local
1299 if (pos1 < endPos && pos2 > startPos)
1302 if (pos2 > endPos)
1313 float endPos local
[all...]

Completed in 37 milliseconds