Searched refs:__swab32 (Results 1 – 10 of 10) sorted by relevance
108 #define __swab32(x) \ macro166 return __swab32(*p); in __swab32p()283 # define swab32 __swab32
83 #define __swab32(x) __fswab32(x) macro96 #define swab32 __swab32
31 #define __cpu_to_le32(x) __swab32((x))32 #define __le32_to_cpu(x) __swab32((x))
37 #define __cpu_to_be32(x) __swab32((x))38 #define __be32_to_cpu(x) __swab32((x))
311 tmp |= __swab32(~0UL >> (32-offset)); in find_next_zero_bit_le()334 return result + ffz(__swab32(tmp) | (~0UL << size)); in find_next_zero_bit_le()336 return result + ffz(__swab32(tmp)); in find_next_zero_bit_le()
52 #define cpu_to_be32(val) ((__force __be32)__swab32((__u32)(val)))55 #define be32_to_cpu(val) (__swab32((__force __u32)(__be32)(val)))
32 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))33 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
38 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
183 return (unsigned long) __swab32((u32) y); in ext2_swab()
2495 *(u32 *) (ctx->header + i) = __swab32(*(u32 *) (p + 4)); in copy_iso_headers()2497 *(u32 *) (ctx->header + i + 4) = __swab32(*(u32 *) p); in copy_iso_headers()