Home
last modified time | relevance | path

Searched defs:swab32 (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/src/include/
Dswab.h32 #define swab32(x) \ macro
51 #define swab32(x) ((uint32_t)__builtin_bswap32(x)) macro
/external/zstd/contrib/linux-kernel/test/include/linux/
Dswab.h13 #define swab32(x) __builtin_bswap32((x)) macro
/external/coreboot/util/vgabios/include/
Dswab.h28 #define swab32(x) \ macro
/external/pciutils/lib/
Dsysdep.h119 static inline u32 swab32(u32 w) in swab32() function