Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/uapi/linux/
A Dtypes.h26 #define __bitwise macro
30 #define __bitwise__ __bitwise
32 typedef __u16 __bitwise __le16;
33 typedef __u16 __bitwise __be16;
34 typedef __u32 __bitwise __le32;
35 typedef __u32 __bitwise __be32;
36 typedef __u64 __bitwise __le64;
37 typedef __u64 __bitwise __be64;
39 typedef __u16 __bitwise __sum16;
40 typedef __u32 __bitwise __wsum;
[all …]
A Drpmsg_types.h7 typedef __u16 __bitwise __rpmsg16;
8 typedef __u32 __bitwise __rpmsg32;
9 typedef __u64 __bitwise __rpmsg64;
A Dvirtio_types.h42 typedef __u16 __bitwise __virtio16;
43 typedef __u32 __bitwise __virtio32;
44 typedef __u64 __bitwise __virtio64;
/linux-6.3-rc2/tools/include/uapi/linux/
A Dtypes.h8 #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;
/linux-6.3-rc2/tools/include/linux/
A Dtypes.h46 #define __bitwise __attribute__((bitwise)) macro
48 #define __bitwise macro
56 typedef __u16 __bitwise __le16;
57 typedef __u16 __bitwise __be16;
58 typedef __u32 __bitwise __le32;
59 typedef __u32 __bitwise __be32;
60 typedef __u64 __bitwise __le64;
61 typedef __u64 __bitwise __be64;
63 typedef __u16 __bitwise __sum16;
64 typedef __u32 __bitwise __wsum;
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/
A Dsparse.rst31 "__bitwise" 是一种类型属性,所以你应该这样使用它::
33 typedef int __bitwise pm_request_t;
45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc
49 __bitwise"类型。
53 typedef int __bitwise pm_request_t;
/linux-6.3-rc2/Documentation/translations/zh_TW/
A Dsparse.txt30 "__bitwise" 是一種類型屬性,所以你應該這樣使用它:
32 typedef int __bitwise pm_request_t;
44 而且使用 gcc 編譯的時候,所有的 __bitwise/__force 都會消失,最後在 gcc
48 __bitwise"類型。
52 typedef int __bitwise pm_request_t;
/linux-6.3-rc2/fs/ntfs/
A Dtypes.h17 typedef __u16 __bitwise sle16;
18 typedef __u32 __bitwise sle32;
19 typedef __u64 __bitwise sle64;
/linux-6.3-rc2/drivers/md/
A Ddm-cache-block-types.h21 typedef dm_block_t __bitwise dm_oblock_t;
22 typedef uint32_t __bitwise dm_cblock_t;
23 typedef dm_block_t __bitwise dm_dblock_t;
/linux-6.3-rc2/drivers/staging/gdm724x/
A Dgdm_endian.h13 typedef __u32 __bitwise __dev32;
14 typedef __u16 __bitwise __dev16;
/linux-6.3-rc2/include/linux/
A Dtypes.h148 typedef unsigned int __bitwise gfp_t;
149 typedef unsigned int __bitwise slab_flags_t;
150 typedef unsigned int __bitwise fmode_t;
A Dblk_types.h87 typedef u32 __bitwise blk_status_t;
90 typedef u8 __bitwise blk_status_t;
243 typedef __u32 __bitwise blk_opf_t;
339 typedef __u32 __bitwise blk_mq_req_flags_t;
A Domap-mailbox.h13 typedef int __bitwise omap_mbox_irq_t;
/linux-6.3-rc2/fs/qnx6/
A Dqnx6.h23 typedef __u16 __bitwise __fs16;
24 typedef __u32 __bitwise __fs32;
25 typedef __u64 __bitwise __fs64;
/linux-6.3-rc2/Documentation/dev-tools/
A Dsparse.rst19 "__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;
/linux-6.3-rc2/fs/befs/
A Dbefs_fs_types.h87 typedef u64 __bitwise fs64;
88 typedef u32 __bitwise fs32;
89 typedef u16 __bitwise fs16;
/linux-6.3-rc2/fs/freevxfs/
A Dvxfs.h37 typedef __u16 __bitwise __fs16;
38 typedef __u32 __bitwise __fs32;
39 typedef __u64 __bitwise __fs64;
/linux-6.3-rc2/include/net/
A Dinet_dscp.h38 typedef u8 __bitwise dscp_t;
A Dmacsec.h33 typedef u64 __bitwise sci_t;
34 typedef u32 __bitwise ssci_t;
/linux-6.3-rc2/include/uapi/sound/
A Dasound.h172 typedef int __bitwise snd_pcm_access_t;
180 typedef int __bitwise snd_pcm_format_t;
268 typedef int __bitwise snd_pcm_subformat_t;
302 typedef int __bitwise snd_pcm_state_t;
972 typedef int __bitwise snd_ctl_elem_type_t;
982 typedef int __bitwise snd_ctl_elem_iface_t;
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h172 typedef int __bitwise snd_pcm_access_t;
180 typedef int __bitwise snd_pcm_format_t;
268 typedef int __bitwise snd_pcm_subformat_t;
302 typedef int __bitwise snd_pcm_state_t;
972 typedef int __bitwise snd_ctl_elem_type_t;
982 typedef int __bitwise snd_ctl_elem_iface_t;
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair;
52 typedef __u64 __bitwise __addrpair;
/linux-6.3-rc2/tools/perf/tests/
A Dbpf-script-test-prologue.c23 typedef unsigned int __bitwise fmode_t;
/linux-6.3-rc2/fs/sysv/
A Dsysv.h7 typedef __u16 __bitwise __fs16;
8 typedef __u32 __bitwise __fs32;
/linux-6.3-rc2/net/ieee802154/6lowpan/
A D6lowpan_i.h11 typedef unsigned __bitwise lowpan_rx_result;

Completed in 44 milliseconds

123