Searched refs:hashpow2 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) macro 53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) 54 #define hashboolean(t,p) hashpow2(t, p)
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.c | 50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) macro 52 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) 53 #define hashboolean(t,p) hashpow2(t, p)
|