Home
last modified time | relevance | path

Searched defs:NBITS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_unit.c199 #define NBITS (NBBY * sizeof(((struct unrb *)NULL)->map)) macro
/freebsd/contrib/lua/src/
H A Dlvm.c770 #define NBITS cast_int(sizeof(lua_Integer) * CHAR_BIT) macro