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

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dltable.c53 #define hashboolean(t,p) hashpow2(t, p) macro
111 return hashboolean(t, bvalue(key));
/freebsd-current/contrib/lua/src/
H A Dltable.c85 #define hashboolean(t,p) hashpow2(t, p) macro
170 return hashboolean(t, 0);
172 return hashboolean(t, 1);

Completed in 57 milliseconds