Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c54 #define hashboolean(t,p) hashpow2(t, p) macro
112 return hashboolean(t, bvalue(key)); in mainposition()
/freebsd-12.1/contrib/lua/src/
H A Dltable.c61 #define hashboolean(t,p) hashpow2(t, p) macro
128 return hashboolean(t, bvalue(key)); in mainposition()