Searched refs:LongDiv (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hptmv/ | ||
H A D | global.h | 132 #define LongDiv(x, y) (x / (UINT)(y)) macro |
H A D | entry.c | 1025 LBA_T capacity = LongDiv(pArray->VDeviceCapacity, pArray->u.array.bArnMember-1); in GetSpareDisk() |