| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | types.h | 22 #define __bitwise __bitwise__ macro 24 typedef __u16 __bitwise __le16; 25 typedef __u16 __bitwise __be16; 26 typedef __u32 __bitwise __le32; 27 typedef __u32 __bitwise __be32; 28 typedef __u64 __bitwise __le64; 29 typedef __u64 __bitwise __be64; 31 typedef __u16 __bitwise __sum16; 32 typedef __u32 __bitwise __wsum; 47 typedef unsigned __bitwise __poll_t;
|
| H A D | virtio_types.h | 42 typedef __u16 __bitwise __virtio16; 43 typedef __u32 __bitwise __virtio32; 44 typedef __u64 __bitwise __virtio64;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | types.h | 22 #define __bitwise __bitwise__ macro 24 typedef __u16 __bitwise __le16; 25 typedef __u16 __bitwise __be16; 26 typedef __u32 __bitwise __le32; 27 typedef __u32 __bitwise __be32; 28 typedef __u64 __bitwise __le64; 29 typedef __u64 __bitwise __be64; 31 typedef __u16 __bitwise __sum16; 32 typedef __u32 __bitwise __wsum; 47 typedef unsigned __bitwise __poll_t;
|
| H A D | virtio_types.h | 42 typedef __u16 __bitwise __virtio16; 43 typedef __u32 __bitwise __virtio32; 44 typedef __u64 __bitwise __virtio64;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | types.h | 27 #define __bitwise __bitwise__ macro 29 typedef __u16 __bitwise __le16; 30 typedef __u16 __bitwise __be16; 31 typedef __u32 __bitwise __le32; 32 typedef __u32 __bitwise __be32; 33 typedef __u64 __bitwise __le64; 34 typedef __u64 __bitwise __be64; 36 typedef __u16 __bitwise __sum16; 37 typedef __u32 __bitwise __wsum; 52 typedef unsigned __bitwise __poll_t;
|
| H A D | virtio_types.h | 42 typedef __u16 __bitwise __virtio16; 43 typedef __u32 __bitwise __virtio32; 44 typedef __u64 __bitwise __virtio64;
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | types.h | 8 #define __bitwise macro 9 typedef __u16 __bitwise __le16; 10 typedef __u16 __bitwise __be16; 11 typedef __u32 __bitwise __le32; 12 typedef __u32 __bitwise __be32; 13 typedef __u64 __bitwise __le64; 14 typedef __u64 __bitwise __be64; 16 typedef __u16 __bitwise __sum16; 17 typedef __u32 __bitwise __wsum;
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | types.h | 143 #define __bitwise __bitwise__ macro 145 #define __bitwise macro 148 typedef __u16 __bitwise __le16; 149 typedef __u16 __bitwise __be16; 150 typedef __u32 __bitwise __le32; 151 typedef __u32 __bitwise __be32; 153 typedef __u64 __bitwise __le64; 154 typedef __u64 __bitwise __be64; 156 typedef __u16 __bitwise __sum16; 157 typedef __u32 __bitwise __wsum;
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | types.h | 47 #define __bitwise __bitwise__ macro 54 typedef __u16 __bitwise __le16; 55 typedef __u16 __bitwise __be16; 56 typedef __u32 __bitwise __le32; 57 typedef __u32 __bitwise __be32; 58 typedef __u64 __bitwise __le64; 59 typedef __u64 __bitwise __be64;
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | sparse.txt | 31 "__bitwise" 是一种类型属性,所以你应该这样使用它: 33 typedef int __bitwise pm_request_t; 45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc 49 __bitwise"类型。 53 typedef int __bitwise pm_request_t;
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | types.h | 17 typedef __u16 __bitwise sle16; 18 typedef __u32 __bitwise sle32; 19 typedef __u64 __bitwise sle64;
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-block-types.h | 20 typedef dm_block_t __bitwise dm_oblock_t; 21 typedef uint32_t __bitwise dm_cblock_t; 22 typedef dm_block_t __bitwise dm_dblock_t;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | types.h | 148 typedef unsigned int __bitwise gfp_t; 149 typedef unsigned int __bitwise slab_flags_t; 150 typedef unsigned int __bitwise fmode_t;
|
| H A D | blk_types.h | 63 typedef u32 __bitwise blk_status_t; 65 typedef u8 __bitwise blk_status_t; 330 typedef __u32 __bitwise blk_mq_req_flags_t;
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | sparse.rst | 19 "__bitwise" is a type attribute, so you have to do something like this:: 21 typedef int __bitwise pm_request_t; 34 And with gcc, all the "__bitwise"/"__force stuff" goes away, and it all 38 boils down to one special "int __bitwise" type. 42 typedef int __bitwise pm_request_t;
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_endian.h | 13 typedef __u32 __bitwise __dev32; 14 typedef __u16 __bitwise __dev16;
|
| /OK3568_Linux_fs/kernel/fs/qnx6/ |
| H A D | qnx6.h | 23 typedef __u16 __bitwise __fs16; 24 typedef __u32 __bitwise __fs32; 25 typedef __u64 __bitwise __fs64;
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | befs_fs_types.h | 87 typedef u64 __bitwise fs64; 88 typedef u32 __bitwise fs32; 89 typedef u16 __bitwise fs16;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | arm64-crashdump-arm64.c-fix-warning.patch | 10 ng: "__bitwise" redefined 11 # define __bitwise
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs.h | 62 typedef __u16 __bitwise __fs16; 63 typedef __u32 __bitwise __fs32; 64 typedef __u64 __bitwise __fs64;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | asound.h | 181 typedef int __bitwise snd_pcm_access_t; 189 typedef int __bitwise snd_pcm_format_t; 272 typedef int __bitwise snd_pcm_subformat_t; 303 typedef int __bitwise snd_pcm_state_t; 836 typedef int __bitwise snd_ctl_elem_type_t; 846 typedef int __bitwise snd_ctl_elem_iface_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | asound.h | 181 typedef int __bitwise snd_pcm_access_t; 189 typedef int __bitwise snd_pcm_format_t; 272 typedef int __bitwise snd_pcm_subformat_t; 303 typedef int __bitwise snd_pcm_state_t; 836 typedef int __bitwise snd_ctl_elem_type_t; 846 typedef int __bitwise snd_ctl_elem_iface_t;
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/sound/ |
| H A D | asound.h | 186 typedef int __bitwise snd_pcm_access_t; 194 typedef int __bitwise snd_pcm_format_t; 277 typedef int __bitwise snd_pcm_subformat_t; 310 typedef int __bitwise snd_pcm_state_t; 953 typedef int __bitwise snd_ctl_elem_type_t; 963 typedef int __bitwise snd_ctl_elem_iface_t;
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | asound.h | 186 typedef int __bitwise snd_pcm_access_t; 194 typedef int __bitwise snd_pcm_format_t; 277 typedef int __bitwise snd_pcm_subformat_t; 310 typedef int __bitwise snd_pcm_state_t; 953 typedef int __bitwise snd_ctl_elem_type_t; 963 typedef int __bitwise snd_ctl_elem_iface_t;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; 52 typedef __u64 __bitwise __addrpair;
|