Searched refs:first (Results 276 - 279 of 279) sorted by relevance

<<1112

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp788 bool first = true; local
792 if (first) {
794 first = false;
2152 // prepend to first iovec and adjust offset
2563 // Get the first free pages of the (in)active queue
2617 // required to lock the cache first, which would fail.
3032 // Don't wait after the first full scan, but rather immediately
3034 // re-run with increased despair level. The first scan is
3123 \param firstPage Offset (in page size units) of the first page in the range.
3314 TRACE(("first phy
[all...]
/haiku/src/kits/tracker/
H A DPoseView.cpp1834 // the extent into the view for the first time:
2015 // if this is the first item then we set extent here
3841 // and returns either the index of the first pose at a given y location or
3858 // compare turned out equal, find first pose
3993 BPose* first = fSelectionList->FirstItem(); local
3995 if (first != NULL && fMultipleSelection
4000 int32 firstIndex = poseList->IndexOf(first);
5489 // couldn't find pose, first check if the node might be
5495 // first one will get caught by the first FindPos
6691 BPose* first = FirstVisiblePose(&index); local
[all...]
H A DFindPanel.cpp2057 AddOneRecentItem(&recentQueries.ItemAt(index)->first, &params);
2622 // mark first items initially
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1132 // first bevel
1611 int32 first, int32 last)
1616 bool isFirst = index == first;
1637 // only draw if first tab is unselected
1681 // only draw if first tab is unselected
1726 // only draw if first tab is unselected
1770 // only draw if first tab is unselected
1608 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32 index, int32 selected, int32 first, int32 last) argument

Completed in 84 milliseconds

<<1112