Searched refs:fPhysicalSize (Results 1 - 2 of 2) sorted by path

/haiku/headers/os/support/
H A DList.h71 int32 fPhysicalSize; member in class:BList
/haiku/src/kits/support/
H A DList.cpp35 fPhysicalSize(0),
49 fPhysicalSize(0),
111 if (fItemCount + 1 > fPhysicalSize)
126 if (fPhysicalSize > fItemCount) {
145 if (fItemCount + count > fPhysicalSize)
167 if (fItemCount + count > fPhysicalSize)
481 int32 newSize = fPhysicalSize > 0 ? fPhysicalSize : fBlockSize;
486 if (targetSize > fPhysicalSize) {
493 if (newSize != fPhysicalSize) {
[all...]

Completed in 49 milliseconds