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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.c50 #define NBUCKETS(ht) (1 << (PL_HASH_BITS - (ht)->shift)) macro
165 n = NBUCKETS(ht);
254 n = NBUCKETS(ht);
336 n = NBUCKETS(ht);
428 nbuckets = NBUCKETS(ht);
472 nbuckets = NBUCKETS(ht);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c618 * The number of buckets in the hashtable (NBUCKETS) must be a power of 2.
621 #define NBUCKETS (1 << NBUCKETS_LOG2) macro
622 #define PID_HASH_MASK ((pid_t) (NBUCKETS - 1))
995 pr_wp.pidTable = (pr_PidRecord**)PR_CALLOC(NBUCKETS * sizeof(pr_PidRecord *));

Completed in 1549 milliseconds