Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 25 of 225) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dfenv.d59 ushort __control_word; in version()
60 ushort __unused1; in version()
61 ushort __status_word; in version()
62 ushort __unused2; in version()
63 ushort __tags; in version()
64 ushort __unused3; in version()
66 ushort __cs_selector; in version()
67 ushort __opcode; in version()
69 ushort __data_selector; in version()
70 ushort __unused5; in version()
[all …]
H A Dstdint.d51 alias uint16_t = ushort; /// in version()
68 alias uint_least16_t = ushort; /// in version()
79 alias uint_fast16_t = ushort; /// in version()
101 alias uint16_t = ushort; /// in version()
110 alias uint_least16_t = ushort; /// in version()
119 alias uint_fast16_t = ushort; /// in version()
135 alias uint16_t = ushort; /// in version()
144 alias uint_least16_t = ushort; /// in version()
181 alias uint16_t = ushort; /// in version()
190 alias uint_least16_t = ushort; /// in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 ushort _bf;
52 @property ushort reserved() { return cast(ushort) (_bf & 0x3FFF); } in reserved()
56 @property ushort reserved(ushort r) { in reserved()
57 _bf = cast(ushort) ((_bf & ~0x3FFF) | (r & 0x3FFF)); in reserved()
58 return cast(ushort)(r & 0x3FFF); in reserved()
61 … @property bool fDeferUpd(bool f) { _bf = cast(ushort) ((_bf & ~0x4000) | (f << 14)); return f; } in fDeferUpd()
62 … @property bool fAckReq(bool f) { _bf = cast(ushort) ((_bf & ~0x8000) | (f << 15)); return f; } in fAckReq()
66 ushort _bf;
70 @property ushort unused() { return cast(ushort) (_bf & 0x0FFF); } in unused()
78 @property ushort unused(ushort r) {
[all …]
H A Drpcnsi.d79 RPC_STATUS RpcNsBindingExportW(uint, ushort*, RPC_IF_HANDLE,
81 RPC_STATUS RpcNsBindingUnexportW(uint, ushort*, RPC_IF_HANDLE,
83 RPC_STATUS RpcNsBindingLookupBeginW(uint, ushort*, RPC_IF_HANDLE, UUID*,
85 RPC_STATUS RpcNsGroupDeleteW(uint, ushort*);
86 RPC_STATUS RpcNsGroupMbrAddW(uint, ushort*, uint, ushort*);
87 RPC_STATUS RpcNsGroupMbrRemoveW(uint, ushort*, uint, ushort*);
88 RPC_STATUS RpcNsGroupMbrInqBeginW(uint, ushort*, uint, RPC_NS_HANDLE*);
89 RPC_STATUS RpcNsGroupMbrInqNextW(RPC_NS_HANDLE, ushort**);
90 RPC_STATUS RpcNsProfileDeleteW(uint, ushort*);
91 RPC_STATUS RpcNsProfileEltAddW(uint, ushort*, RPC_IF_ID*, uint, ushort*,
[all …]
H A Dwindef.d20 ushort MAKEWORD(ubyte a, ubyte b) { in MAKEWORD()
21 return cast(ushort) ((b << 8) | a); in MAKEWORD()
24 ushort MAKEWORD(ushort a, ushort b) { in MAKEWORD()
30 uint MAKELONG(ushort a, ushort b) { in MAKELONG()
37 return MAKELONG(cast(ushort)a, cast(ushort)b); in MAKELONG()
40 ushort LOWORD(ulong l) { in LOWORD()
41 return cast(ushort) l; in LOWORD()
44 ushort HIWORD(ulong l) { in HIWORD()
45 return cast(ushort) (l >>> 16); in HIWORD()
48 ubyte LOBYTE(ushort w) { in LOBYTE()
[all …]
H A Dwinsock2.d27 ushort wVersion;
28 ushort wHighVersion;
31 ushort iMaxSockets;
32 ushort iMaxUdpDg;
47 int WSAStartup(ushort wVersionRequested, LPWSADATA lpWSAData);
437 ushort l_onoff;
438 ushort l_linger;
474 ushort[8] Word;
488 ushort htons(ushort x);
490 ushort ntohs(ushort x);
[all …]
H A Dstat.d40 ushort st_ino; in version()
41 ushort st_mode; in version()
43 ushort st_uid; in version()
44 ushort st_gid; in version()
62 ushort st_ino; in version()
63 ushort st_mode; in version()
H A Dbasetsd.d86 ushort PtrToUshort(void* p) { return(cast(ushort) cast(uint) cast(ULONG_PTR) p); } in version()
105 alias ushort UHALF_PTR;
106 alias ushort* PUHALF_PTR;
114 ushort PtrToUshort(const(void)* p) { return cast(ushort) p; } in PtrToUshort()
158 alias ushort UINT16;
159 alias ushort* PUINT16;
H A Drpcdcep.d36 ushort MajorVersion;
37 ushort MinorVersion;
105 ushort VersMajor;
106 ushort VersMinor;
147 int I_RpcServerUnregisterEndpointW(ushort*, ushort*);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdlib.d313 double erand48(ref ushort[3]); in version()
319 c_long jrand48(ref ushort[3]); in version()
321 void lcong48(ref ushort[7]); in version()
327 c_long nrand48(ref ushort[3]); in version()
333 ushort *seed48(ref ushort[3]); in version()
364 double erand48(ref ushort[3]); in version()
370 c_long jrand48(ref ushort[3]); in version()
372 void lcong48(ref ushort[7]); in version()
378 c_long nrand48(ref ushort[3]); in version()
384 ushort *seed48(ref ushort[3]); in version()
[all …]
H A Ddirent.d52 ushort d_reclen; in version()
67 ushort d_reclen;
68 ushort d_namlen;
83 ushort d_reclen;
86 ushort d_namlen;
87 ushort d_pad1;
97 ushort d_reclen;
109 ushort d_reclen;
110 ushort d_namlen;
122 ushort d_reclen;
[all …]
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_ipc.h36 ushort l_uid;
37 ushort l_gid;
38 ushort l_cuid;
39 ushort l_cgid;
40 ushort l_mode;
41 ushort l_seq;
50 ushort l_mode;
51 ushort l___pad1;
52 ushort l_seq;
53 ushort l___pad2;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dpackage.d216 ushort *ue = cast(ushort *)&u;
218 ushort *xe = cast(ushort *)&x;
220 ushort *ye = cast(ushort *)&y;
228 ushort e = cast(ushort) ((xe[F.EXPPOS_SHORT] & F.EXPMASK)
359 enum ushort EXPMASK = 0x7F80; in floatTraits()
360 enum ushort EXPSHIFT = 7; in floatTraits()
361 enum ushort EXPBIAS = 0x3F00; in floatTraits()
381 enum ushort EXPMASK = 0x7FF0; in floatTraits()
382 enum ushort EXPSHIFT = 4; in floatTraits()
383 enum ushort EXPBIAS = 0x3FE0; in floatTraits()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_ushort.d29 return *cast(const ushort *)p; in getHash()
34 return *cast(ushort *)p1 == *cast(ushort *)p2; in equals()
39 return *cast(ushort *)p1 - *cast(ushort *)p2; in compare()
44 return ushort.sizeof; in tsize()
49 return (cast(void *)null)[0 .. ushort.sizeof]; in initializer()
54 ushort t; in swap()
56 t = *cast(ushort *)p1; in swap()
57 *cast(ushort *)p1 = *cast(ushort *)p2; in swap()
58 *cast(ushort *)p2 = t; in swap()
H A Dti_Ashort.d29 const s = *cast(const ushort[]*)p; in getHash()
78 ushort[] s1 = *cast(ushort[]*)p1; in compare()
79 ushort[] s2 = *cast(ushort[]*)p2; in compare()
99 return cast(inout)typeid(ushort); in inout()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dioctl.d127 ushort ws_row; in version()
128 ushort ws_col; in version()
129 ushort ws_xpixel; in version()
130 ushort ws_ypixel; in version()
137 ushort c_iflag; in version()
138 ushort c_oflag; in version()
139 ushort c_cflag; in version()
140 ushort c_lflag; in version()
339 ushort ts_lines; in version()
340 ushort ts_cols; in version()
[all …]
H A Dipc.d66 ushort mode; in version()
67 ushort __pad1; in version()
68 ushort __seq; in version()
69 ushort __pad2; in version()
93 ushort _seq; in version()
111 ushort cuid; in version()
112 ushort cguid; in version()
113 ushort uid; in version()
114 ushort gid; in version()
115 ushort mode; in version()
[all …]
H A Dttycom.d30 ushort ws_row; // rows, in characters in version()
31 ushort ws_col; // columns, in characters in version()
32 ushort ws_xpixel; // horizontal size, pixels in version()
33 ushort ws_ypixel; // vertical size, pixels in version()
124 ushort ws_row; // rows, in characters in version()
125 ushort ws_col; // columns, in characters in version()
126 ushort ws_xpixel; // horizontal size, pixels in version()
127 ushort ws_ypixel; // vertical size, pixels in version()
220 ushort ws_row; // rows, in characters in version()
221 ushort ws_col; // columns, in characters in version()
[all …]
/netbsd-src/sys/compat/linux/common/
H A Dlinux_ipc.h55 ushort l_uid;
56 ushort l_gid;
57 ushort l_cuid;
58 ushort l_cgid;
59 ushort l_mode;
60 ushort l_seq;
69 ushort l_mode;
70 ushort l___pad1;
71 ushort l_seq;
72 ushort l___pad2;
H A Dlinux_msg.h50 ushort l_msg_cbytes;
51 ushort l_msg_qnum;
52 ushort l_msg_qbytes;
53 ushort l_msg_lspid;
54 ushort l_msg_lrpid;
110 ushort l_msgseg;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dio_uring.d32 ushort ioprio;
57 ushort poll_events;
88 ushort buf_index;
90 ushort buf_group;
94 ushort personality;
359 ushort flags;
371 ushort resv;
378 ushort opcode;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dvolatile.d46 ushort volatileLoad(ushort* ptr); /// ditto
51 void volatileStore(ushort* ptr, ushort value); /// ditto
59 foreach (T; TT!(ubyte, ushort, uint, ulong))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzip.d89 enum CompressionMethod : ushort
120 private ushort _madeVersion = 20;
121 private ushort _extractVersion = 20;
122 private ushort _diskNumber;
128 ushort flags; /// Read/Write: normally set to 0
129 ushort internalAttributes; /// Read/Write
131 @property ushort extractVersion() { return _extractVersion; } /// Read Only in extractVersion()
139 @property ushort diskNumber() { return _diskNumber; } /// Read Only: should be 0. in diskNumber()
304 static const ushort zip64ExtractVersion = 45;
441 if (!isZip64 && _directory.length > ushort.max) in build()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dnlist.d63 ushort n_desc;
145 extern(D) ref ushort SET_COMM_ALIGN(return ref ushort n_desc, size_t wanted_align) @safe in SET_COMM_ALIGN()
225 ref ushort SET_LIBRARY_ORDINAL(return ref ushort n_desc, uint ordinal) @safe in SET_LIBRARY_ORDINAL()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin64.d259 ushort e_magic; // Magic number
260 ushort[29] e_res2; // Reserved ushorts
266 ushort Machine;
267 ushort NumberOfSections;
271 ushort SizeOfOptionalHeader;
272 ushort Characteristics;
294 ushort NumberOfRelocations;
295 ushort NumberOfLinenumbers;
316 for (ushort i = 0; i < nthdr.FileHeader.NumberOfSections; i++) in findImageSection()

123456789