Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c54 #define hashboolean(t,p) hashpow2(t, p) macro
112 return hashboolean(t, bvalue(key)); in mainposition()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c53 #define hashboolean(t,p) hashpow2(t, p) macro
107 return hashboolean(t, bvalue(key)); in mainposition()