Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c85 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
92 #define hashpointer(t,p) hashmod(t, point2uint(p))
115 return hashmod(t, cast_int(ui)); in hashint()
117 return hashmod(t, ui); in hashint()
166 return hashmod(t, l_hashfloat(n)); in mainpositionTV()