Searched refs:maxbytes (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/libdm/mm/ |
| H A D | pool-debug.c | 31 unsigned int bytes, maxbytes; member 70 mem->stats.maxbytes = 0; in dm_pool_create() 102 p->stats.maxbytes, p->stats.blocks_allocated, in _pool_stats() 136 if (p->stats.bytes > p->stats.maxbytes) in _append_block() 137 p->stats.maxbytes = p->stats.bytes; in _append_block()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | log.c | 629 size_t maxbytes = get_max_log_size(server_context->context); in log_init() local 659 ret = kadm5_log_truncate(server_context, 0, maxbytes / 4); in log_init() 2285 size_t maxbytes; member 2332 (entries->maxbytes > 0 && total > entries->maxbytes) || in load_entries_cb() 2388 size_t maxentries, size_t maxbytes, in load_entries() argument 2403 entries.maxbytes = maxbytes; in load_entries() 2443 kadm5_log_truncate(kadm5_server_context *context, size_t keep, size_t maxbytes) in kadm5_log_truncate() argument 2454 if (maxbytes == 0) in kadm5_log_truncate() 2455 maxbytes = get_max_log_size(context->context); in kadm5_log_truncate() 2465 ret = load_entries(context, &entries, keep, maxbytes, &first, &last); in kadm5_log_truncate() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | bfdio.c | 246 bfd_size_type maxbytes = arelt_size (element_bfd); in bfd_bread() local 248 if (abfd->where < offset || abfd->where - offset >= maxbytes) in bfd_bread() 253 if (abfd->where - offset + size > maxbytes) in bfd_bread() 254 size = maxbytes - (abfd->where - offset); in bfd_bread()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | bfdio.c | 266 bfd_size_type maxbytes = arelt_size (element_bfd); in bfd_read() local 268 if (abfd->where < offset || abfd->where - offset >= maxbytes) in bfd_read() 273 if (abfd->where - offset + size > maxbytes) in bfd_read() 274 size = maxbytes - (abfd->where - offset); in bfd_read()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-sprintf.cc | 2791 unsigned HOST_WIDE_INT maxbytes = target_dir_max (); in maybe_warn() local 2864 if (res.min == 0 && res.max < maxbytes) in maybe_warn() 2879 if (res.min == 0 && maxbytes <= res.max) in maybe_warn() 2897 if (res.max < maxbytes) in maybe_warn() 2986 if (res.min == 0 && res.max < maxbytes) in maybe_warn() 3002 if (res.min == 0 && maxbytes <= res.max) in maybe_warn() 3021 if (res.max < maxbytes) in maybe_warn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-sprintf.c | 2732 unsigned HOST_WIDE_INT maxbytes = target_dir_max (); in maybe_warn() local 2805 if (res.min == 0 && res.max < maxbytes) in maybe_warn() 2820 if (res.min == 0 && maxbytes <= res.max) in maybe_warn() 2838 if (res.max < maxbytes) in maybe_warn() 2927 if (res.min == 0 && res.max < maxbytes) in maybe_warn() 2943 if (res.min == 0 && maxbytes <= res.max) in maybe_warn() 2962 if (res.max < maxbytes) in maybe_warn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Dbe.cc | 3565 int maxbytes = 2 * 1024 * 1024; // IPC large buffer limit in dbePrintData() local 3566 char *report = cd->get_output (maxbytes); in dbePrintData()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Dbe.cc | 3565 int maxbytes = 2 * 1024 * 1024; // IPC large buffer limit in dbePrintData() local 3566 char *report = cd->get_output (maxbytes); in dbePrintData()
|