Home
last modified time | relevance | path

Searched refs:hashpointer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dltable.c64 #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 Dltable.c85 #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()