Searched refs:old_alloc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c595 unsigned int old_alloc = wq->alloc; local
598 if (old_offset + old_count > old_alloc)
600 unsigned int limit = old_offset + old_count - old_alloc;
602 new_array[old_alloc + i] = new_array[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c594 unsigned int old_alloc = wq->alloc; local
597 if (old_offset + old_count > old_alloc)
599 unsigned int limit = old_offset + old_count - old_alloc;
601 new_array[old_alloc + i] = new_array[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c594 unsigned int old_alloc = wq->alloc; local
597 if (old_offset + old_count > old_alloc)
599 unsigned int limit = old_offset + old_count - old_alloc;
601 new_array[old_alloc + i] = new_array[i];

Completed in 98 milliseconds