Lines Matching full:__bitwise
68 #define __bitwise __attribute__((bitwise))
70 #define __bitwise
73 typedef __u32 __bitwise ext2_ino_t;
74 typedef __u32 __bitwise blk_t;
75 typedef __u64 __bitwise blk64_t;
76 typedef __u32 __bitwise dgrp_t;
77 typedef __u32 __bitwise ext2_off_t;
78 typedef __u64 __bitwise ext2_off64_t;
79 typedef __s64 __bitwise e2_blkcnt_t;
80 typedef __u32 __bitwise ext2_dirhash_t;