Searched refs:hashpointer (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/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-13.1/contrib/lua/src/ |
| H A D | ltable.c | 85 #define hashpointer(t,p) hashmod(t, point2uint(p)) macro 151 return hashpointer(t, pvalueraw(*kvl)); in mainposition() 153 return hashpointer(t, fvalueraw(*kvl)); in mainposition() 155 return hashpointer(t, gcvalueraw(*kvl)); in mainposition()
|