Home
last modified time | relevance | path

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

/include/
A Dvirtio_types.h20 typedef __u16 __bitwise __virtio16;
21 typedef __u32 __bitwise __virtio32;
22 typedef __u64 __bitwise __virtio64;
/include/linux/
A Dtypes.h136 #define __bitwise __bitwise__ macro
138 #define __bitwise macro
141 typedef __u16 __bitwise __le16;
142 typedef __u16 __bitwise __be16;
143 typedef __u32 __bitwise __le32;
144 typedef __u32 __bitwise __be32;
146 typedef __u64 __bitwise __le64;
147 typedef __u64 __bitwise __be64;
149 typedef __u16 __bitwise __sum16;
150 typedef __u32 __bitwise __wsum;

Completed in 3 milliseconds