OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytes_used
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/libmalloc/dist/
malloc.h
271
__malloc_size_t
bytes_used
; /* Byte total of user-allocated chunks. */
member in struct:mstats
gmalloc.c
273
__malloc_size_t
bytes_used
; /* Byte total of user-allocated chunks. */
member in struct:mstats
/src/external/gpl3/gcc/dist/gcc/
cprop.cc
124
static int
bytes_used
;
143
bytes_used
+= size;
202
bytes_used
+= sizeof (struct cprop_expr);
236
bytes_used
+= sizeof (struct cprop_occr);
1772
bytes_used
= 0;
1921
bytes_used
);
123
static int
bytes_used
;
variable
gcse.cc
410
static int
bytes_used
;
593
bytes_used
+= size;
602
bytes_used
+= nelem * elsize;
611
bytes_used
+= size;
1159
bytes_used
+= sizeof (struct gcse_expr);
1197
bytes_used
+= sizeof (struct gcse_occr);
1222
bytes_used
+= sizeof (struct gcse_occr);
2611
bytes_used
= 0;
2652
bytes_used
);
3553
bytes_used
= 0
409
static int
bytes_used
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cprop.cc
124
static int
bytes_used
;
143
bytes_used
+= size;
202
bytes_used
+= sizeof (struct cprop_expr);
236
bytes_used
+= sizeof (struct cprop_occr);
1768
bytes_used
= 0;
1912
bytes_used
);
123
static int
bytes_used
;
variable
gcse.cc
410
static int
bytes_used
;
593
bytes_used
+= size;
602
bytes_used
+= nelem * elsize;
611
bytes_used
+= size;
1158
bytes_used
+= sizeof (struct gcse_expr);
1196
bytes_used
+= sizeof (struct gcse_occr);
1221
bytes_used
+= sizeof (struct gcse_occr);
2597
bytes_used
= 0;
2637
bytes_used
);
3538
bytes_used
= 0
409
static int
bytes_used
;
variable
[
all
...]
/src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c
1567
int pos,
bytes_used
;
local
1619
bytes_used
= (int)(dtp->u.p.current_unit->recl
1623
bytes_used
= 0;
1848
pos =
bytes_used
+ dtp->u.p.skips - 1;
1861
if (
bytes_used
== 0)
1868
pos =
bytes_used
- f->u.n;
1879
dtp->u.p.skips = dtp->u.p.skips + pos -
bytes_used
;
1892
bytes_used
= pos;
2032
gfc_offset pos,
bytes_used
;
local
2116
bytes_used
= dtp->u.p.current_unit->fbuf->act
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c
1540
int pos,
bytes_used
;
local
1592
bytes_used
= (int)(dtp->u.p.current_unit->recl
1596
bytes_used
= 0;
1808
pos =
bytes_used
+ dtp->u.p.skips - 1;
1821
if (
bytes_used
== 0)
1828
pos =
bytes_used
- f->u.n;
1839
dtp->u.p.skips = dtp->u.p.skips + pos -
bytes_used
;
1852
bytes_used
= pos;
1992
gfc_offset pos,
bytes_used
;
local
2075
bytes_used
= dtp->u.p.current_unit->rec
[
all
...]
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c
4193
size_t
bytes_used
;
local
4210
bytes_used
= (size_t)bytes_avail;
4211
metadata_bytes -=
bytes_used
;
4212
mp +=
bytes_used
;
4251
bytes_used
= zip->stream.total_in;
4258
bytes_used
= 0;
4261
__archive_read_consume(a,
bytes_used
);
4262
remaining_bytes -=
bytes_used
;
archive_write_disk_posix.c
1355
size_t
bytes_used
;
local
1442
bytes_used
= a->compressed_buffer_size - a->compressed_buffer_remaining;
1443
while (
bytes_used
>= COMPRESSED_W_SIZE) {
1447
bytes_used
-= COMPRESSED_W_SIZE;
1448
if (
bytes_used
> COMPRESSED_W_SIZE)
1451
bytes_used
);
1455
bytes_used
);
1457
a->compressed_buffer_remaining = a->compressed_buffer_size -
bytes_used
;
1469
a->compressed_buffer +
bytes_used
,
1471
ret = hfs_write_compressed_data(a,
bytes_used
+ rsrc_size)
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026