Searched refs:__bitwise (Results 1 – 2 of 2) sorted by relevance
133 #define __bitwise __bitwise__ macro135 #define __bitwise macro139 typedef __u16 __bitwise __le16;140 typedef __u16 __bitwise __be16;141 typedef __u32 __bitwise __le32;142 typedef __u32 __bitwise __be32;143 typedef __u64 __bitwise __le64;145 typedef __u64 __bitwise __be64;147 typedef __u16 __bitwise __sum16;148 typedef __u32 __bitwise __wsum;
423 #define __bitwise __attribute__((bitwise)) macro426 #define __bitwise macro429 typedef u16 __bitwise be16;430 typedef u16 __bitwise le16;431 typedef u32 __bitwise be32;432 typedef u32 __bitwise le32;433 typedef u64 __bitwise be64;434 typedef u64 __bitwise le64;
Completed in 5 milliseconds