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

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp36 fArrayCount = 1;
39 fArrayCount++;
43 size_t size = fArrayCount * sizeof(uint8 *);
47 size = fArrayCount * sizeof(size_t);
54 for (int32 i = 0; i < fArrayCount; i++) {
102 for (int32 i = 0; i < fArrayCount; i++)
152 if (size == 0 || size > fBlockSize[fArrayCount - 1]) {
159 for (int32 i = 0; i < fArrayCount; i++) {
193 for (int32 j = arrayToUse + 1; j < fArrayCount; j++) {
245 if (size == 0 || size > fBlockSize[fArrayCount
[all...]
H A DPhysicalMemoryAllocator.h56 int32 fArrayCount; member in class:PhysicalMemoryAllocator

Completed in 81 milliseconds