Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dltable.c74 #define hashboolean(t,p) hashpow2(t, p) macro
147 return hashboolean(t, 0); in mainposition()
149 return hashboolean(t, 1); in mainposition()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dltable.c54 #define hashboolean(t,p) hashpow2(t, p) macro
112 return hashboolean(t, bvalue(key)); in mainposition()