/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 19 pub type __u16 = ::c_ushort; 143 pub mr_type: ::c_ushort, 144 pub mr_alen: ::c_ushort, 171 pub msgseg: ::c_ushort, 175 pub sem_num: ::c_ushort, 485 pub req: ::c_ushort, 507 pub svm_reserved1: ::c_ushort, 549 nl_pad: ::c_ushort, 557 pub d_reclen: ::c_ushort, 565 pub d_reclen: ::c_ushort, [all …]
|
/external/bcc/tools/ |
D | tcpdrop.py | 161 ("sport", ct.c_ushort), 162 ("dport", ct.c_ushort), 174 ("sport", ct.c_ushort), 175 ("dport", ct.c_ushort),
|
D | tcpretrans.py | 209 ("lport", ct.c_ushort), 210 ("dport", ct.c_ushort), 221 ("lport", ct.c_ushort), 222 ("dport", ct.c_ushort),
|
D | tcptracer.py | 508 ("sport", ctypes.c_ushort), 509 ("dport", ctypes.c_ushort), 523 ("sport", ctypes.c_ushort), 524 ("dport", ctypes.c_ushort),
|
D | tcpaccept.py | 224 ("lport", ct.c_ushort), 235 ("lport", ct.c_ushort),
|
/external/crosvm/vfio_sys/src/ |
D | plat.rs | 71 pub type __u16 = ::std::os::raw::c_ushort; 85 pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; 86 pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; 115 pub type __kernel_uid16_t = ::std::os::raw::c_ushort; 116 pub type __kernel_gid16_t = ::std::os::raw::c_ushort;
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 32 pub mode: ::c_ushort, // read / write 33 __pad1: ::c_ushort, 34 pub __seq: ::c_ushort, 35 __pad2: ::c_ushort, 236 pub procs: ::c_ushort, 237 pub pad: ::c_ushort,
|
/external/scapy/scapy/arch/ |
D | common.py | 14 from ctypes import c_uint, c_uint32, c_ushort, c_ubyte 28 _fields_ = [("code", c_ushort), 74 bip[i].code = c_ushort(values[0])
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 100 pub __seq: ::c_ushort, 101 __pad1: ::c_ushort, 182 pub procs: ::c_ushort, 183 pub pad: ::c_ushort,
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | utils.py | 41 ("Data2", c_ushort), 42 ("Data3", c_ushort),
|
D | setup.py | 29 ('wShowWindow', c_ushort), 30 ('cbReserved2', c_ushort),
|
/external/scapy/scapy/modules/ |
D | winpcapy.py | 44 u_short = c_ushort 55 _fields_=[("code",c_ushort), 66 _fields_=[("bv_major",c_ushort), 67 ("bv_minor",c_ushort)] 80 _fields_ = [("sa_family", c_ushort), 84 _fields_ = [("sin_family", c_ushort), 89 _fields_ = [("sin6_family", c_ushort), 118 ("sdl_index", c_ushort),
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 174 pub rt_flags: ::c_ushort, 187 pub rt_irtt: ::c_ushort, 906 pub const TCA_PAD: ::c_ushort = 9; 907 pub const TCA_DUMP_INVISIBLE: ::c_ushort = 10; 908 pub const TCA_CHAIN: ::c_ushort = 11; 909 pub const TCA_HW_OFFLOAD: ::c_ushort = 12; 919 pub const RTA_VIA: ::c_ushort = 18; 920 pub const RTA_NEWDST: ::c_ushort = 19; 921 pub const RTA_PREF: ::c_ushort = 20; 922 pub const RTA_ENCAP_TYPE: ::c_ushort = 21; [all …]
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 405 pub type __u16 = ::std::os::raw::c_ushort; 419 pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; 420 pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; 449 pub type __kernel_uid16_t = ::std::os::raw::c_ushort; 450 pub type __kernel_gid16_t = ::std::os::raw::c_ushort; 459 pub type __kernel_sa_family_t = ::std::os::raw::c_ushort; 484 pub type __u_short = ::std::os::raw::c_ushort; 490 pub type __uint16_t = ::std::os::raw::c_ushort; 566 pub type ushort = ::std::os::raw::c_ushort; 569 pub type u_int16_t = ::std::os::raw::c_ushort; [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 41 pub procs: ::c_ushort, 42 pub pad: ::c_ushort,
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 116 s_ushort = {2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_ushort)] 149 (c_ushort, "<" + s_ushort, None, c_ushort),
|
D | test_cfuncs.py | 55 self._dll.tf_H.restype = c_ushort 56 self._dll.tf_H.argtypes = (c_ushort,) 61 self._dll.tf_bH.restype = c_ushort 62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 119 s_ushort = {2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_ushort)] 152 (c_ushort, "<" + s_ushort, (), c_ushort),
|
D | test_cfuncs.py | 55 self._dll.tf_H.restype = c_ushort 56 self._dll.tf_H.argtypes = (c_ushort,) 61 self._dll.tf_bH.restype = c_ushort 62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 38 pub flags: ::c_ushort, 152 pub ifm_msglen: ::c_ushort, 157 pub ifm_index: ::c_ushort, 164 pub sdl_index: ::c_ushort, 170 pub sdl_rcf: ::c_ushort, 171 pub sdl_route: [::c_ushort; 16], 1006 pub const RTP_PRIO_REALTIME: ::c_ushort = 0; 1007 pub const RTP_PRIO_NORMAL: ::c_ushort = 1; 1008 pub const RTP_PRIO_IDLE: ::c_ushort = 2; 1009 pub const RTP_PRIO_THREAD: ::c_ushort = 3;
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 241 pub mode: ::c_ushort, 242 __pad1: ::c_ushort, 243 pub __seq: ::c_ushort, 244 __pad2: ::c_ushort, 282 pub cwd: ::c_ushort, 283 pub swd: ::c_ushort, 284 pub ftw: ::c_ushort, 285 pub fop: ::c_ushort,
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 130 pub type uint_least16_t = ::std::os::raw::c_ushort; 146 pub type __u16 = ::std::os::raw::c_ushort; 188 pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; 189 pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; 246 pub type __kernel_uid16_t = ::std::os::raw::c_ushort; 247 pub type __kernel_gid16_t = ::std::os::raw::c_ushort;
|
/external/crosvm/x86_64/src/ |
D | mpspec.rs | 180 pub length: ::std::os::raw::c_ushort, 186 pub oemsize: ::std::os::raw::c_ushort, 187 pub oemcount: ::std::os::raw::c_ushort, 555 pub irqflag: ::std::os::raw::c_ushort, 659 pub irqflag: ::std::os::raw::c_ushort, 757 pub length: ::std::os::raw::c_ushort,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
D | mod.rs | 47 pub __pad1: ::c_ushort, 54 pub __pad2: ::c_ushort, 108 pub procs: ::c_ushort, 109 pub pad: ::c_ushort, 204 pub mode: ::c_ushort, 205 pub __pad1: ::c_ushort, 206 pub __seq: ::c_ushort, 207 pub __pad2: ::c_ushort,
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 5 WORD = c_ushort 27 USHORT = c_ushort
|