Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c63 #define hashpointer(t,p) hashmod(t, IntPoint(p)) macro
109 return hashpointer(t, pvalue(key)); in mainposition()
111 return hashpointer(t, gcvalue(key)); in mainposition()