Searched defs:__be32_to_cpus (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/byteorder/ ! | ||
D | big_endian.h | 102 #define __be32_to_cpus(x) do { (void)(x); } while (0) macro |
D | little_endian.h | 102 #define __be32_to_cpus(x) __swab32s((x)) macro |