OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxbytes
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl2/lvm2/dist/libdm/mm/
pool-debug.c
31
unsigned int bytes,
maxbytes
;
member in struct:__anon9466
70
mem->stats.
maxbytes
= 0;
102
p->stats.
maxbytes
, p->stats.blocks_allocated,
136
if (p->stats.bytes > p->stats.
maxbytes
)
137
p->stats.
maxbytes
= p->stats.bytes;
/src/external/gpl3/binutils/dist/bfd/
bfdio.c
348
bfd_size_type
maxbytes
= arelt_size (element_bfd);
local
350
if (abfd->where < offset || abfd->where - offset >=
maxbytes
)
355
if (abfd->where - offset + size >
maxbytes
)
356
size =
maxbytes
- (abfd->where - offset);
/src/external/gpl3/binutils.old/dist/bfd/
bfdio.c
344
bfd_size_type
maxbytes
= arelt_size (element_bfd);
local
346
if (abfd->where < offset || abfd->where - offset >=
maxbytes
)
351
if (abfd->where - offset + size >
maxbytes
)
352
size =
maxbytes
- (abfd->where - offset);
/src/external/gpl3/gdb.old/dist/bfd/
bfdio.c
344
bfd_size_type
maxbytes
= arelt_size (element_bfd);
local
346
if (abfd->where < offset || abfd->where - offset >=
maxbytes
)
351
if (abfd->where - offset + size >
maxbytes
)
352
size =
maxbytes
- (abfd->where - offset);
/src/external/gpl3/gdb/dist/bfd/
bfdio.c
344
bfd_size_type
maxbytes
= arelt_size (element_bfd);
local
346
if (abfd->where < offset || abfd->where - offset >=
maxbytes
)
351
if (abfd->where - offset + size >
maxbytes
)
352
size =
maxbytes
- (abfd->where - offset);
/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
log.c
629
size_t
maxbytes
= get_max_log_size(server_context->context);
local
659
ret = kadm5_log_truncate(server_context, 0,
maxbytes
/ 4);
2285
size_t
maxbytes
;
member in struct:load_entries_data
2332
(entries->
maxbytes
> 0 && total > entries->
maxbytes
) ||
2384
* at most `
maxbytes
' bytes and to at most `maxentries' entries if not zero.
2388
size_t maxentries, size_t
maxbytes
,
2403
entries.
maxbytes
=
maxbytes
;
2439
* Truncate the log, retaining at most `keep' entries and at most `
maxbytes
'
2594
size_t
maxbytes
;
local
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc
3565
int
maxbytes
= 2 * 1024 * 1024; // IPC large buffer limit
local
3566
char *report = cd->get_output (
maxbytes
);
/src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc
3565
int
maxbytes
= 2 * 1024 * 1024; // IPC large buffer limit
local
3566
char *report = cd->get_output (
maxbytes
);
Completed in 31 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026