Searched refs:mapSize (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/pairs/
H A DPairsView.cpp196 size_t mapSize = tmpIconMap.size(); local
197 if (mapSize < (size_t)fCardsCount) {
210 if (mapSize < (size_t)fCardsCount) {
214 std::advance(iter, rand() % mapSize);
242 mapSize -= tmpIconMap.erase(key);
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp542 off_t mapSize = 0; local
556 mapSize += extent->offset + extent->disk.length;
568 count, emptyCount, size, mapSize, extents);
570 extents / (count - emptyCount), mapSize / (count - emptyCount));
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp298 size_t mapSize = info.u.h0.base_register_sizes[0]; local
302 physicalAddress, mapSize, B_ANY_KERNEL_ADDRESS,
/haiku/headers/posix/arpa/
H A Dnameser.h580 int mapSize);
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp430 size_t mapSize = (fPCIInfo->u.h0.base_register_sizes[0] + offset local
439 physicalAddress, mapSize, B_ANY_KERNEL_BLOCK_ADDRESS,
H A Dxhci.cpp396 size_t mapSize = fPCIInfo->u.h0.base_register_sizes[0]; local
399 physicalAddress, mapSize);
402 physicalAddress, mapSize, B_ANY_KERNEL_BLOCK_ADDRESS,

Completed in 161 milliseconds