mike b8cc0d1207 o Don't require long long support in bswap64() functions.
o In i386's <machine/endian.h>, macros have some advantages over
  inlines, so change some inlines to macros.
o In i386's <machine/endian.h>, ungarbage collect word_swap_int()
  (previously __uint16_swap_uint32), it has some uses on i386's with
  PDP endianness.

Submitted by:	bde

o Move a comment up in <machine/endian.h> that was accidentially moved
  down a few revisions ago.
o Reenable userland's use of optimized inline-asm versions of
  byteorder(3) functions.
o Fix ordering of prototypes vs. redefinition of byteorder(3)
  functions, so that the non-GCC (libc asm) case has proper
  prototypes.
o Add proper prototypes for byteorder(3) functions in <sys/param.h>.
o Prevent redundant duplicate prototypes by making use of the
  _BYTEORDER_PROTOTYPED define.
o Move the bswap16(), bswap32(), bswap64() C functions into MD space
  for platforms in which asm versions don't exist.  This significantly
  reduces the complexity of some things at the cost of duplicate code.

Reviewed by:	bde
2002-03-09 21:02:16 +00:00
..
2000-10-09 12:34:51 +00:00
2001-09-05 01:36:46 +00:00
2001-06-09 05:22:31 +00:00
1999-08-27 23:45:13 +00:00
2001-06-13 14:59:57 +00:00
2002-01-06 19:04:12 +00:00
1999-08-27 23:45:13 +00:00
2001-12-12 15:41:08 +00:00
2001-09-05 01:36:46 +00:00
2001-12-12 15:41:08 +00:00
2000-12-29 20:25:01 +00:00
1999-06-21 17:07:20 +00:00
2001-03-27 09:43:09 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
2002-02-14 01:59:47 +00:00
2002-03-08 20:52:52 +00:00
2000-07-07 16:52:24 +00:00
2002-02-14 01:59:47 +00:00
1999-08-28 05:11:36 +00:00
1999-08-27 23:45:13 +00:00
2001-02-06 01:15:32 +00:00
2001-07-10 17:50:46 +00:00
2001-07-10 17:50:46 +00:00