Home
last modified time | relevance | path

Searched refs:c_long (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dresource.d106 c_long ru_maxrss; in nogc()
107 c_long ru_ixrss; in nogc()
108 c_long ru_idrss; in nogc()
109 c_long ru_isrss; in nogc()
110 c_long ru_minflt; in nogc()
111 c_long ru_majflt; in nogc()
112 c_long ru_nswap; in nogc()
113 c_long ru_inblock; in nogc()
114 c_long ru_oublock; in nogc()
115 c_long ru_msgsnd; in nogc()
[all …]
H A Dtypes.d54 alias c_long slong_t; in version()
60 alias c_long slong_t; in version()
66 alias c_long slong_t;
110 alias c_long ssize_t; in version()
137 alias c_long time_t; in version()
158 alias c_long ssize_t; in version()
159 alias c_long time_t; in version()
188 alias c_long ssize_t; in version()
189 alias c_long time_t; in version()
205 alias c_long ssize_t; in version()
[all …]
H A Dstat.d174 alias __off_t = c_long; in version()
176 alias __blksize_t = c_long; in version()
177 alias __blkcnt_t = c_long; in version()
263 c_long[3] st_pad1; in version()
272 c_long[2] st_pad2; in version()
274 c_long st_pad3; in version()
278 c_long[3] st_pad2; in version()
309 c_long st_pad4; in version()
312 c_long[14] st_pad5; in version()
490 alias __off_t = c_long; in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdlib.d310 c_long a64l(const scope char*); in version()
319 c_long jrand48(ref ushort[3]); in version()
320 char* l64a(c_long); in version()
322 c_long lrand48(); in version()
326 c_long mrand48(); in version()
327 c_long nrand48(ref ushort[3]); in version()
331 c_long random(); in version()
336 void srand48(c_long); in version()
361 c_long a64l(const scope char*); in version()
370 c_long jrand48(ref ushort[3]); in version()
[all …]
H A Ducontext.d517 c_long[NVRREG+NVRREG+1] vmx_reserve; in version()
1094 c_long sc_cookie;
1095 c_long sc_mask;
1096 c_long sc_pc;
1097 c_long sc_ps;
1099 c_long sc_ownedfp;
1103 c_long[2] sc_reserved;
1104 c_long[8] sc_xxx;
1111 c_long sc_rdi;
1112 c_long sc_rsi;
[all …]
H A Ddirent.d577 void seekdir(DIR*, c_long);
578 c_long telldir(DIR*);
584 void seekdir(DIR*, c_long);
585 c_long telldir(DIR*);
589 pragma(mangle, "seekdir@@FBSD_1.0") void seekdir(DIR*, c_long);
590 pragma(mangle, "telldir@@FBSD_1.0") c_long telldir(DIR*);
595 void seekdir(DIR*, c_long);
596 c_long telldir(DIR*);
600 void seekdir(DIR*, c_long);
601 c_long telldir(DIR*);
[all …]
H A Dsetjmp.d152 c_long __pc; in version()
153 c_long[12] __regs; in version()
154 c_long __sp; in version()
164 c_long[10] __gregs; in version()
165 c_long[4] __fpregs; in version()
173 c_long[10] __gregs; in version()
174 c_long[8] __fpregs; in version()
204 struct _jmp_buf { c_long[_JBLEN] _jb; }
209 struct _jmp_buf { c_long[_JBLEN + 1] _jb; }
240 struct _jmp_buf { c_long[_JBLEN] _jb; }
[all …]
H A Dmqueue.d46 c_long mq_flags;
48 c_long mq_maxmsg;
50 c_long mq_msgsize;
52 c_long mq_curmsgs;
H A Dstdio.d127 int fseek(FILE*, c_long, int); in version()
140 int fseek(FILE*, c_long, int); in version()
150 int fseek(FILE*, c_long, int); in version()
166 int fseek(FILE*, c_long, int); in version()
179 int fseek(FILE*, c_long, int); in version()
197 int fseek(FILE*, c_long, int); in version()
210 int fseek(FILE*, c_long, int); in version()
228 int fseek(FILE*, c_long, int); in version()
241 int fseek(FILE*, c_long, int); in version()
H A Dsignal.d985 c_long si_band;
995 @property ref c_long si_band() return { return _sifields._sigpoll.si_band; }
1089 c_long _band;
1094 c_long __spare1__;
1101 @property ref c_long si_band() return { return _reason._poll._band; }
1164 c_long _band;
1175 @property ref c_long si_band() return { return _info._reason._poll._band; }
1274 c_long si_band;
1357 c_long __band;
1369 c_long[8] __sysarg;
[all …]
H A Dtime.d572 extern __gshared c_long timezone; in version()
579 extern __gshared c_long timezone; in version()
607 extern __gshared c_long timezone, altzone; in version()
617 extern __gshared c_long timezone; in version()
624 extern __gshared c_long timezone; in version()
632 extern __gshared c_long timezone; in version()
H A Dsemaphore.d59 c_long __status; in version()
147 int[4*c_long.sizeof/int.sizeof] __val; in version()
159 c_long __align; in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A D_bitset.d11 import core.stdc.config : c_long;
15 enum _BITSET_BITS = c_long.sizeof * NBBY;
19 c_long __bitset_mask(size_t s)(size_t n) in __bitset_mask()
22 return (cast(c_long)1) << n; in __bitset_mask()
24 return (cast(c_long)1) << n % _BITSET_BITS; in __bitset_mask()
37 c_long[__bitset_words!s] __bits; in BITSET_DEFINE()
H A Dmount.d308 int getfsstat(statfs_t*, c_long, int); in version()
324 pragma(mangle, "getfsstat@FBSD_1.5") int getfsstat(statfs_t*, c_long, int);
333 pragma(mangle, "getfsstat@FBSD_1.0") int getfsstat(statfs_t*, c_long, int);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A D_bitset.d12 import core.stdc.config : c_long;
16 enum _BITSET_BITS = c_long.sizeof * NBBY;
20 c_long __bitset_mask(size_t s)(size_t n) in __bitset_mask()
23 return (cast(c_long)1) << n; in __bitset_mask()
25 return (cast(c_long)1) << n % _BITSET_BITS; in __bitset_mask()
38 c_long[__bitset_words!s] __bits; in BITSET_DEFINE()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdlib.d72 c_long quot,
109 c_long atol(scope const char* nptr);
118 c_long strtol(scope inout(char)* nptr, scope inout(char)** endptr, int base);
199 pure c_long labs(c_long j);
206 ldiv_t ldiv(c_long numer, c_long denom);
H A Dconfig.d44 alias c_long = ddoc_long; in version() local
56 alias cpp_long = c_long; in version()
128 alias __builtin_clong c_long; in version() local
148 alias int c_long; in version() local
164 alias long c_long; in version() local
178 alias int c_long; in version() local
H A Dmath.d1851 double scalbln(double x, c_long n); in version()
1853 float scalblnf(float x, c_long n); in version()
1855 extern(D) real scalblnl()(real x, c_long n) { return scalbln(cast(double) x, n); } in version()
1949 c_long lrint(double x); in version()
1951 c_long lrintf(float x); in version()
1953 extern(D) c_long lrintl()(real x) { return lrint(cast(double) x); } in version()
1970 c_long lround(double x); in version()
1972 c_long lroundf(float x); in version()
1974 extern(D) c_long lroundl()(real x) { return lround(cast(double) x); } in version()
2252 double scalbln(double x, c_long n); in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dsysinfo.d19 c_long uptime; /* Seconds since boot */
39 c_long get_phys_pages();
40 c_long get_avphys_pages();
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dfs.d18 import core.stdc.config : c_ulong, c_long;
114 c_long nr_inodes;
115 c_long nr_unused;
116 c_long[5] dummy; /// padding for sysctl ABI compatibility
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Dpriocntl.d24 import core.stdc.config : c_long;
28 c_long priocntl(idtype_t, id_t, int, ...);
29 c_long priocntlset(procset_t*, int, ...);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d130 c_long namelength; /** length of name length */
132 c_long contentslength; /** length of contents field */
134 c_long bufferlength; /** length of buffer field */
140 c_long flags; /** as defined below */
242 c_long hardlinks; ///
260 alias curl_chunk_bgn_callback = c_long function(const(void) *transfer_info, void *ptr, int remains);
273 alias curl_chunk_end_callback = c_long function(void *ptr);
1559 CURLcode curl_global_init(c_long flags);
1575 c_long flags,
1843 c_long ssl_version_num; /** not used anymore, always 0 */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d130 c_long namelength; /** length of name length */
132 c_long contentslength; /** length of contents field */
134 c_long bufferlength; /** length of buffer field */
140 c_long flags; /** as defined below */
242 c_long hardlinks; ///
260 alias curl_chunk_bgn_callback = c_long function(void *transfer_info, void *ptr, int remains);
273 alias curl_chunk_end_callback = c_long function(void *ptr);
1552 CURLcode curl_global_init(c_long flags);
1568 c_long flags,
1836 c_long ssl_version_num; /** not used anymore, always 0 */
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dlongdouble.d125 enum REALVALUE_SIZE = (2 + (16 + c_long.sizeof) / c_long.sizeof);
126 c_long [REALVALUE_SIZE] realvalue;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/stdc/
H A Dtime.d42 alias c_long time_t;
44 alias c_long clock_t;

123