Searched refs:hashmod (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | ltable.c | 81 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro 88 #define hashpointer(t,p) hashmod(t, point2uint(p)) 111 return hashmod(t, cast_int(ui)); in hashint() 113 return hashmod(t, ui); in hashint() 159 return hashmod(t, l_hashfloat(n)); in mainpositionTV()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 61 #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); in hashnum()
|