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

/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c64 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1)) macro
455 slot = WRAPINCR(slot, dh->dh_hlen);
608 i = WRAPINCR(i, dh->dh_hlen))
623 slot = WRAPINCR(slot, dh->dh_hlen)) {
827 slot = WRAPINCR(slot, dh->dh_hlen);
1104 slot = WRAPINCR(slot, dh->dh_hlen);
1128 i = WRAPINCR(i, dh->dh_hlen);

Completed in 164 milliseconds