Searched refs:hashpointer (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | ltable.c | 63 #define hashpointer(t,p) hashmod(t, IntPoint(p)) macro 113 return hashpointer(t, pvalue(key)); in mainposition() 115 return hashpointer(t, fvalue(key)); in mainposition() 117 return hashpointer(t, gcvalue(key)); in mainposition()
|
/freebsd-src/contrib/lua/src/ |
H A D | ltable.c | 88 #define hashpointer(t,p) hashmod(t, point2uint(p)) macro 175 return hashpointer(t, p); in mainpositionTV() 179 return hashpointer(t, f); in mainpositionTV() 183 return hashpointer(t, o); in mainpositionTV()
|