Home
last modified time | relevance | path

Searched refs:swap32 (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cdrw/
H A Dbyteorder.h38 #define swap32(x) \ macro
52 #define CPU_TO_LE32(x) swap32(x)
59 #define CPU_TO_BE32(x) swap32(x)
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dbyteswap.h15 #define swap32(x) __bswap_32(x) macro
/titanic_41/usr/src/common/atomic/sparcv9/
H A Datomic.s839 ATOMIC_BACKOFF_BACKOFF(%o4, %o5, %g4, %g5, swap32, 0b)
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c7432 #define swap32(value) \ macro
7437 (((uint64_t)swap32((uint32_t)((value) & 0xffffffff)) \
7439 (uint64_t)swap32((uint32_t)((value) >> 32)))
7450 return (swap32(value)); in ddi_swap32()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4949 [GRUB] (swap32): Likewise.