PHASH 121 st.c #define PHASH_SET(table, i, v) (PHASH((table), (i)) = (v)) PHASH 373 st.c (PHASH(table, i) != hash_val || !EQUAL(table, key, &PACKED_ENT(table, i)))) { PHASH 901 st.c hash = PHASH(table, i); PHASH 916 st.c if (PHASH(table, i) == 0 && PKEY(table, i) == never) { PHASH 989 st.c hash = PHASH(table, i); PHASH 1144 st.c hash = PHASH(table, i); PHASH 1159 st.c if (PHASH(table, i) == 0 && PKEY(table, i) == never) { PHASH 1233 st.c hash = PHASH(table, i);