Searched refs:fEnd (Results 1 - 13 of 13) sorted by last modified time

/haiku/src/servers/index/
H A DCatchUpManager.cpp31 fEnd(end),
67 && settings.watchingStart / kSecond <= fEnd)
76 STRACE("_CatchUp start %i, end %i\n", (int)fStart, (int)fEnd);
86 query.PushInt32(fEnd);
111 _WriteSyncSatus(fEnd * kSecond);
H A DCatchUpManager.h43 time_t fEnd; member in class:CatchUpAnalyser
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp518 fEnd(0)
569 if (fEnd < upperBound)
570 fEnd = upperBound;
H A DExtentAllocator.h160 uint64 fEnd; member in class:ExtentAllocator
/haiku/src/kits/storage/sniffer/
H A DRange.cpp19 , fEnd(-1)
38 sprintf(end_str, "%" B_PRId32, fEnd);
50 return fEnd;
56 fEnd = end;
/haiku/headers/private/storage/sniffer/
H A DRange.h34 int32 fEnd; member in class:BPrivate::Storage::Sniffer::Range
/haiku/src/apps/diskprobe/
H A DDataView.cpp108 fStart = fEnd = 0;
194 if (start <= fEnd && end >= fStart) {
197 update.AddInt64("end", fEnd);
313 size_t length = fEnd + 1 - fStart;
546 int32 end = fEnd;
556 end = fEnd % kBlockSize;
557 int32 last = (fEnd / kBlockSize) * kBlockSize;
687 DrawSelectionBlock(which, fStart, fEnd);
726 if (fStart == start && fEnd == end) {
761 if (end < fEnd) {
[all...]
H A DDataView.h112 int32 fEnd; member in class:DataView
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp37 fTextView->GetSelection(&fStart, &fEnd);
38 fTextLength = fEnd - fStart;
44 fRunArray = fTextView->RunArray(fStart, fEnd, &fRunArrayLength);
108 fTextView->Delete(fStart, fEnd);
155 fTextView->Select(fStart, fEnd);
163 fTextView->Delete(fStart, fEnd);
187 fTextView->Delete(fStart, fEnd);
211 if (fInternalDrop && fDropLocation >= fEnd)
232 fTextView->Select(fStart, fEnd);
241 fTextView->Delete(fStart, fEnd);
[all...]
H A DUndoBuffer.h33 int32 fEnd; member in class:BTextView::UndoBuffer
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp107 fEnd(start + size - 1)
114 return info->dsoHandle == NULL && address >= fStart && address <= fEnd;
122 addr_t fEnd; member in struct:AddressRangePredicate
/haiku/src/apps/terminal/
H A DTermViewHighlight.h30 fEnd(-1, -1)
51 return fEnd;
56 return fStart == fEnd;
61 return pos >= fStart && pos < fEnd;
67 fEnd = end;
73 fEnd.y -= byLines;
79 TermPos fEnd; member in class:TermViewHighlight
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp44 fEnd = size + 1;
115 if (nextNext < fEnd)
126 || address >= fBase + fEnd) {
154 if (next < fEnd && fBase[next].free) {
160 if (nextNext < fEnd)
220 uint32 fEnd; member in struct:DebugAllocPool

Completed in 101 milliseconds