Home
last modified time | relevance | path

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

/include/crypto/
A Dmodes.h47 # define BSWAP4(x) ({ u32 ret_=(x); \ macro
55 # define BSWAP4(x) ({ u32 ret_=(x); \ macro
64 # define BSWAP4(x) ({ u32 ret_; \ macro
73 # define BSWAP4(x) ({ u32 ret_; \ macro
81 # define BSWAP4(x) ({ u32 ret_=(x); \ macro
90 # define BSWAP4(x) _byteswap_ulong((u32)(x)) macro
95 # define BSWAP4(x) _bswap4(x) macro
99 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
100 # define GETU32(p) BSWAP4(*(const u32 *)(p))
101 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)

Completed in 5 milliseconds