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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h235 #define NCHASHMASK 0x7fffffff macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1322 unsigned int hashval = (cnp->cn_hash & NCHASHMASK);
1405 hashval = (cnp->cn_hash & NCHASHMASK);

Completed in 60 milliseconds