Searched refs:new_max (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dsignal.c226 int new_max = evsignal + 1; local
229 p = mm_realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
236 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
238 sig->sh_old_max = new_max;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dsignal.c156 int new_max = evsignal + 1; local
159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
166 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
168 sig->sh_old_max = new_max;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c381 size_t new_max = 2 * accu->nitems2_max + 1; local
383 if (new_max < need)
384 new_max = need;
387 accu->item2 = XNMALLOC (new_max, struct mult_index);
388 accu->nitems2_max = new_max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dchar_dev.c142 int new_max = baseminor + minorct - 1; local
145 if (new_max >= old_min && new_max <= old_max) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c1418 int new_max = max_preference(); local
1419 if (new_max != INELIGIBLE_PREF) {
1422 if (tp->preference == new_max &&
1433 int new_max = max_preference(); local
1436 if (tp->preference < new_max && tp->in_kernel) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngpread.c670 png_size_t new_max; local
679 new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
682 (png_uint_32)new_max);
690 png_ptr->save_buffer_max = new_max;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c2175 int new_max; local
2207 new_max = cur_max + rec_diff;
2208 new_size = (size_t)XFS_BMAP_BROOT_SPACE_CALC(new_max);
2230 new_max = cur_max + rec_diff;
2231 ASSERT(new_max >= 0);
2232 if (new_max > 0)
2233 new_size = (size_t)XFS_BMAP_BROOT_SPACE_CALC(new_max);
2250 if (new_max > 0) {
2256 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t));
2265 memcpy(np, op, new_max * (uin
[all...]

Completed in 207 milliseconds