Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder.h97 #define cpu_to_be32 __cpu_to_be32
137 #define ___htonl(x) __cpu_to_be32(x)
H A Dbyteorder_little_endian.h40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) macro