summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/endian.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace nit.imp2008-08-231-1/+1
|
* In __bswap16_var(), make sure the 16 upper bits are cleared; whilecognet2007-09-091-2/+4
| | | | | | | optimizing, gcc4 doesn't always do so. Reported by: Nathan Whitehorn Approved by: re (blanket)
* Use a + constraint modifier for a register arg in __bswap16_var().jhb2005-07-271-3/+2
| | | | Reviewed by: cognet
* Asm version of bswap16().cognet2005-05-241-5/+6
| | | | Obtained from: NetBSD
* Start to support the big endian case as well.cognet2005-01-181-0/+13
|
* Start all license statements with /*-imp2005-01-051-1/+1
|
* Use casts to enforce the return type of bswap16() and bswap32().cognet2004-11-041-6/+6
|
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
| | | | defined.
* *blush*cognet2004-08-021-2/+2
| | | | Fix htonl and htons.
* Add some endianess-related functions and macros.cognet2004-05-041-1/+60
|
* Style sync.obrien2003-08-031-1/+1
|
* StrongARM platform-specific definitions.obrien2001-01-041-0/+38
OpenPOWER on IntegriCloud