HomeSort by: relevance | last modified time | path
    Searched defs:WRAPINCR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_dirhash.c 72 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1))
254 slot = WRAPINCR(slot, dh->dh_hlen);
409 i = WRAPINCR(i, dh->dh_hlen))
424 slot = WRAPINCR(slot, dh->dh_hlen)) {
669 slot = WRAPINCR(slot, dh->dh_hlen);
987 slot = WRAPINCR(slot, dh->dh_hlen);
1011 i = WRAPINCR(i, dh->dh_hlen);
  /src/sys/ufs/ufs/
ufs_dirhash.c 71 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1))
250 slot = WRAPINCR(slot, dh->dh_hlen);
403 i = WRAPINCR(i, dh->dh_hlen))
418 slot = WRAPINCR(slot, dh->dh_hlen)) {
662 slot = WRAPINCR(slot, dh->dh_hlen);
975 slot = WRAPINCR(slot, dh->dh_hlen);
999 i = WRAPINCR(i, dh->dh_hlen);

Completed in 28 milliseconds