OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_ulong
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/
sysinfo.d
20
c_ulong
[3] loads; /* 1, 5, and 15 minute load averages */
21
c_ulong
totalram; /* Total usable main memory size */
22
c_ulong
freeram; /* Available memory size */
23
c_ulong
sharedram; /* Amount of shared memory */
24
c_ulong
bufferram; /* Memory used by buffers */
25
c_ulong
totalswap; /* Total swap space size */
26
c_ulong
freeswap; /* swap space still available */
29
c_ulong
totalhigh; /* Total high memory size */
30
c_ulong
freehigh; /* Available high memory size */
32
ubyte[20-2 *
c_ulong
.sizeof - uint.sizeof] _f; /* Padding: libc5 uses this.. *
[
all
...]
auxv.d
23
c_ulong
getauxval(
c_ulong
type) nothrow pure @nogc @system;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
getsect.d
18
import core.stdc.config :
c_ulong
;
68
c_ulong
*size
100
c_ulong
* size
104
c_ulong
get_end();
107
c_ulong
get_etext();
110
c_ulong
get_edata();
169
c_ulong
* size
225
c_ulong
* size
265
c_ulong
* size
273
c_ulong
* siz
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
statvfs.d
28
c_ulong
f_bsize;
29
c_ulong
f_frsize;
36
c_ulong
f_fsid;
41
c_ulong
f_flag;
42
c_ulong
f_namemax;
102
c_ulong
f_flag;
103
c_ulong
f_bsize;
104
c_ulong
f_frsize;
105
c_ulong
f_iosize;
119
c_ulong
f_fsid
[
all
...]
shm.d
62
alias
c_ulong
shmatt_t;
70
version (X86_64) {} else
c_ulong
__unused1;
72
version (X86_64) {} else
c_ulong
__unused2;
74
version (X86_64) {} else
c_ulong
__unused3;
78
c_ulong
__unused4;
79
c_ulong
__unused5;
87
alias
c_ulong
shmatt_t;
119
alias
c_ulong
shmatt_t;
162
alias
c_ulong
shmatt_t;
msg.d
123
c_ulong
__glibc_reserved1;
125
c_ulong
__glibc_reserved2;
127
c_ulong
__glibc_reserved3;
144
c_ulong
__glibc_reserved1;
146
c_ulong
__glibc_reserved2;
148
c_ulong
__glibc_reserved3;
stat.d
119
c_ulong
__unused4;
120
c_ulong
__unused5;
168
alias __ino_t =
c_ulong
;
236
c_ulong
st_atimensec;
238
c_ulong
st_mtimensec;
240
c_ulong
st_ctimensec;
245
c_ulong
__unused4;
246
c_ulong
__unused5;
262
c_ulong
st_dev;
269
c_ulong
st_rdev
[
all
...]
ioctl.d
412
int ioctl(int __fd,
c_ulong
__request, ...);
416
int ioctl(int fildes,
c_ulong
request, ...);
420
int ioctl(int,
c_ulong
, ...);
424
int ioctl(int,
c_ulong
, ...);
428
int ioctl(int,
c_ulong
, ...);
432
int ioctl(int,
c_ulong
, ...);
448
int ioctl(int __fd,
c_ulong
__request, ...);
types.d
55
alias
c_ulong
ulong_t;
61
alias
c_ulong
ulong_t;
67
alias
c_ulong
ulong_t;
256
alias
c_ulong
ino_t;
274
alias
c_ulong
dev_t;
378
alias
c_ulong
fsblkcnt_t;
379
alias
c_ulong
fsfilcnt_t;
685
alias
c_ulong
pthread_t;
761
alias
c_ulong
pthread_t;
815
alias
c_ulong
pthread_key_t
[
all
...]
ipc.d
70
c_ulong
__unused1;
71
c_ulong
__unused2;
resource.d
85
alias
c_ulong
rlim_t;
90
enum RLIM_INFINITY = cast(
c_ulong
)(~0UL);
416
alias
c_ulong
rlim_t;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
ucontext.d
142
c_ulong
uc_flags;
187
c_ulong
cw;
188
c_ulong
sw;
189
c_ulong
tag;
190
c_ulong
ipoff;
191
c_ulong
cssel;
192
c_ulong
dataoff;
193
c_ulong
datasel;
195
c_ulong
status;
209
c_ulong
oldmask
[
all
...]
poll.d
59
alias
c_ulong
nfds_t;
130
alias
c_ulong
nfds_t;
176
alias
c_ulong
nfds_t;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
config.d
50
alias
c_ulong
= ddoc_ulong;
62
alias cpp_ulong =
c_ulong
;
129
alias __builtin_culong
c_ulong
;
149
alias uint
c_ulong
;
165
alias ulong
c_ulong
;
179
alias uint
c_ulong
;
limits.d
68
enum ULONG_MAX =
c_ulong
.max;
fenv.d
154
import core.stdc.config :
c_ulong
;
156
alias fenv_t =
c_ulong
;
157
alias fexcept_t =
c_ulong
;
360
import core.stdc.config :
c_ulong
;
373
c_ulong
__fsr;
391
import core.stdc.config :
c_ulong
;
395
c_ulong
__cw;
397
alias
c_ulong
fexcept_t;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
fs.d
18
import core.stdc.config :
c_ulong
, c_long;
107
c_ulong
nr_files; /// read only
108
c_ulong
nr_free_files; /// read only
109
c_ulong
max_files; /// tunable
sched.d
97
alias
c_ulong
cpu_mask;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
link_elf.d
49
c_ulong
r_ldbase;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
dlfcn.d
25
alias
c_ulong
Lmid_t;
libelf.d
93
c_ulong
as_hash;
134
c_ulong
elf_hash(const scope char*);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/sys/
attr.d
23
import core.sys.darwin.sys.cdefs :
c_ulong
;
30
size_t attrBufSize,
c_ulong
options);
33
size_t attrBufSize,
c_ulong
options);
39
scope
c_ulong
* numMatches, uint scriptCode, uint options, scope searchstate* state);
298
c_ulong
maxmatches;
/src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d
90
c_ulong
total_in; /* total nb of input bytes read so far */
94
c_ulong
total_out; /* total nb of bytes output so far */
105
c_ulong
adler; /* Adler-32 or CRC-32 value of the uncompressed data */
106
c_ulong
reserved; /* reserved for future use */
118
c_ulong
time; /* modification time */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d
109
alias __gthread_key_t =
c_ulong
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d
315
c_ulong
l_addr;
367
c_ulong
r_brk;
369
c_ulong
r_ldbase;
Completed in 90 milliseconds
1
2
Indexes created Fri Aug 07 00:26:27 UTC 2026