Home
last modified time | relevance | path

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

/f-stack/freebsd/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); in hashnum()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c60 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
63 #define hashpointer(t,p) hashmod(t, IntPoint(p))
91 return hashmod(t, a[0]); in hashnum()