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

/haiku/src/kits/support/
H A DList.cpp25 move_items(void** items, int32 offset, int32 count) function
115 move_items(fObjectList + index, 1, fItemCount - index - 1);
150 move_items(fObjectList + index, count, fItemCount - index - count);
198 move_items(fObjectList + index + 1, -1, fItemCount - index - 1);
215 move_items(fObjectList + index + count, -count,

Completed in 77 milliseconds