NetBSD/sys/lib/libkern/arch/alpha
cgd bdbfa48c0b Add machine-independent assertion-checking support. macros are:
assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)
1996-08-27 00:44:20 +00:00
..
DEFS.h Alpha support from libc. 1995-02-13 21:49:11 +00:00
Makefile.inc Add machine-independent assertion-checking support. macros are: 1996-08-27 00:44:20 +00:00
SYS.h Alpha support from libc. 1995-02-13 21:49:11 +00:00
byte_swap_2.S files copied from libc 1996-04-17 22:46:34 +00:00
byte_swap_4.S files copied from libc 1996-04-17 22:46:34 +00:00
bzero.S copy from libkern 1995-10-20 01:16:02 +00:00
divrem.m4 update from libc 1995-10-20 00:53:28 +00:00
ffs.S frob the mask so that only the low set bit is set, to avoid lossage. 1996-07-15 05:20:19 +00:00
htonl.S files copied from libc 1996-04-17 22:46:34 +00:00
htons.S files copied from libc 1996-04-17 22:46:34 +00:00
ntohl.S files copied from libc 1996-04-17 22:46:34 +00:00
ntohs.S files copied from libc 1996-04-17 22:46:34 +00:00