Searched defs:new_max (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_map.c48 dtrace_id_t new_max = max ? (max << 1) : 1; local
49 size_t nsize = new_max * sizeof (void *);
74 dtp->dt_maxprobe = new_max;
164 int new_max = maxformat ? (maxformat << 1) : 1; local
165 size_t nsize = new_max * sizeof (void *);
180 dtp->dt_maxformat = new_max;
298 dtrace_id_t new_max = max ? (max << 1) : 1; local
299 size_t nsize = new_max * sizeof (void *);
314 dtp->dt_maxagg = new_max;
H A Ddt_provider.c580 uint_t new_max = *maxoffs * 2; local
581 uint32_t *new_offs = dt_alloc(dtp, sizeof (uint32_t) * new_max);
589 *maxoffs = new_max;
/vbox/src/libs/libpng-1.2.8/
H A Dpngpread.c614 png_size_t new_max; local
622 new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
625 (png_uint_32)new_max);
628 png_ptr->save_buffer_max = new_max;

Completed in 48 milliseconds