Searched refs:maxbytes (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/libdm/mm/
H A Dpool-debug.c31 unsigned int bytes, maxbytes; member in struct:__anon6883
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;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dbfdio.c246 bfd_size_type maxbytes = arelt_size (element_bfd); local
248 if (abfd->where < offset || abfd->where - offset >= maxbytes)
253 if (abfd->where - offset + size > maxbytes)
254 size = maxbytes - (abfd->where - offset);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dbfdio.c219 bfd_size_type maxbytes = arelt_size (element_bfd); local
221 if (abfd->where < offset || abfd->where - offset >= maxbytes)
226 if (abfd->where - offset + size > maxbytes)
227 size = maxbytes - (abfd->where - offset);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dbfdio.c250 bfd_size_type maxbytes = arelt_size (element_bfd); local
252 if (abfd->where < offset || abfd->where - offset >= maxbytes)
257 if (abfd->where - offset + size > maxbytes)
258 size = maxbytes - (abfd->where - offset);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbfdio.c246 bfd_size_type maxbytes = arelt_size (element_bfd); local
248 if (abfd->where < offset || abfd->where - offset >= maxbytes)
253 if (abfd->where - offset + size > maxbytes)
254 size = maxbytes - (abfd->where - offset);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c629 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'
2387 load_entries(kadm5_server_context *context, krb5_data *p, size_t maxentries, size_t maxbytes, uint32_t *first, uint32_t *last) argument
2443 kadm5_log_truncate(kadm5_server_context *context, size_t keep, size_t maxbytes) argument
2594 size_t maxbytes; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c2732 unsigned HOST_WIDE_INT maxbytes = target_dir_max (); local
2805 if (res.min == 0 && res.max < maxbytes)
2820 if (res.min == 0 && maxbytes <= res.max)
2838 if (res.max < maxbytes)
2927 if (res.min == 0 && res.max < maxbytes)
2943 if (res.min == 0 && maxbytes <= res.max)
2962 if (res.max < maxbytes)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc2789 unsigned HOST_WIDE_INT maxbytes = target_dir_max ();
2862 if (res.min == 0 && res.max < maxbytes)
2877 if (res.min == 0 && maxbytes <= res.max)
2895 if (res.max < maxbytes)
2984 if (res.min == 0 && res.max < maxbytes)
3000 if (res.min == 0 && maxbytes <= res.max)
3019 if (res.max < maxbytes)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc3565 int maxbytes = 2 * 1024 * 1024; // IPC large buffer limit local
3566 char *report = cd->get_output (maxbytes);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc3565 int maxbytes = 2 * 1024 * 1024; // IPC large buffer limit local
3566 char *report = cd->get_output (maxbytes);

Completed in 412 milliseconds