NetBSD/share/man/man3
dyoung 8cd106d3d2 Per discussion on tech-kern and tech-userlevel, move the bit-twiddling
macros, __BIT, __BITS, SHIFTIN, SHIFTOUT, and __arraycount() from
lib/libkern/libkern.h to sys/cdefs.h.  Add a __-prefix to SHIFTIN
and SHIFTOUT, and add a manual page for the bit-twiddling macros,
bits(3).

Make the __BIT and __BITS macros "widthless," as best I can, by
changing their type to uintmax_t from uint32_t.  XXX The manual
page lags this change by a bit.

Define __PRIxBIT and __PRIxBITS printf(3) format strings.
2006-08-31 19:24:37 +00:00
..
_DIAGASSERT.3
assert.3
bits.3 Per discussion on tech-kern and tech-userlevel, move the bit-twiddling 2006-08-31 19:24:37 +00:00
bitstring.3
dlfcn.3
end.3
intro.3
Makefile Per discussion on tech-kern and tech-userlevel, move the bit-twiddling 2006-08-31 19:24:37 +00:00
queue.3 document CIRCLEQ_LOOP 2006-03-07 18:13:43 +00:00
stdarg.3
sysexits.3 Use Dv instead of Sy for macros. 2005-10-03 19:16:35 +00:00
tree.3
varargs.3