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

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

Completed in 59 milliseconds