Searched refs:fArrayCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp38 fArrayCount = 1;
41 fArrayCount++;
45 size_t size = fArrayCount * sizeof(uint8 *);
49 size = fArrayCount * sizeof(size_t);
56 for (int32 i = 0; i < fArrayCount; i++) {
103 for (int32 i = 0; i < fArrayCount; i++)
144 if (size == 0 || size > fBlockSize[fArrayCount - 1]) {
151 for (int32 i = 0; i < fArrayCount; i++) {
187 for (int32 j = arrayToUse + 1; j < fArrayCount; j++) {
238 if (size == 0 || size > fBlockSize[fArrayCount
[all...]
H A DPhysicalMemoryAllocator.h53 int32 fArrayCount; member in class:PhysicalMemoryAllocator

Completed in 42 milliseconds