HomeSort by: relevance | last modified time | path
    Searched refs: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 73 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1))
252 slot = WRAPINCR(slot, dh->dh_hlen);
405 i = WRAPINCR(i, dh->dh_hlen))
420 slot = WRAPINCR(slot, dh->dh_hlen)) {
664 slot = WRAPINCR(slot, dh->dh_hlen);
977 slot = WRAPINCR(slot, dh->dh_hlen);
1001 i = WRAPINCR(i, dh->dh_hlen);

Completed in 27 milliseconds