Searched refs:hashpointer (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ltable.c | 64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) macro 114 return hashpointer(t, pvalue(key)); in mainposition() 116 return hashpointer(t, fvalue(key)); in mainposition() 118 return hashpointer(t, gcvalue(key)); in mainposition()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ltable.c | 72 #define hashpointer(t,p) hashmod(t, point2uint(p)) macro 130 return hashpointer(t, pvalue(key)); in mainposition() 132 return hashpointer(t, fvalue(key)); in mainposition() 135 return hashpointer(t, gcvalue(key)); in mainposition()
|