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

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c52 #define PHASH(a) (((int)((a * 31415) >> 3)) & (NPHASH - 1)) macro
479 for (ph = Phash[PHASH(kpa)]; ph; ph = ph->next) {
702 h = PHASH(kp);
/macosx-10.10/ruby-106/ruby/
H A Dst.c116 #define PHASH(table, i) PACKED_ENT((table), (i)).hash macro
119 #define PHASH_SET(table, i, v) (PHASH((table), (i)) = (v))
400 (PHASH(table, i) != hash_val || !EQUAL(table, key, PKEY(table, i)))) {
921 hash = PHASH(table, i);
934 if (PHASH(table, i) == 0 && PKEY(table, i) == never) {
1011 hash = PHASH(table, i);

Completed in 310 milliseconds