Home
last modified time | relevance | path

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 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-12.1/contrib/lua/src/
H A Dltable.c72 #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()