Searched refs:bvalue (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlobject.h162 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
167 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
H A Dltable.c111 return hashboolean(t, bvalue(key));
H A Dlvm.c266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1289 int bvalue; local
1292 name, &bvalue) == CTF_ERR || value != bvalue);

Completed in 70 milliseconds