Searched refs:hashmod (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
64 #define hashpointer(t,p) hashmod(t, IntPoint(p))
88 return hashmod(t, i);
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c82 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
85 #define hashpointer(t,p) hashmod(t, point2uint(p))
141 return hashmod(t, l_hashfloat(fltvalueraw(*kvl)));

Completed in 60 milliseconds