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

/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_dirhash.c64 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1)) macro
452 slot = WRAPINCR(slot, dh->dh_hlen);
605 i = WRAPINCR(i, dh->dh_hlen))
620 slot = WRAPINCR(slot, dh->dh_hlen)) {
824 slot = WRAPINCR(slot, dh->dh_hlen);
1101 slot = WRAPINCR(slot, dh->dh_hlen);
1125 i = WRAPINCR(i, dh->dh_hlen);

Completed in 103 milliseconds