Searched refs:round_down (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/disk_systems/gpt/
H A DUtility.h13 round_down(off_t a, uint32 b) function
22 return round_down(a + b - 1, b);
H A DGPTDiskAddOn.cpp141 round_down(partition->Size(), partition->BlockSize()));
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DUtility.h43 round_down(const IntType& value, const RoundType& to) function
H A DBlockAllocator.cpp891 bestLength = round_down(bestLength, minimum);

Completed in 43 milliseconds