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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c716 unsigned int old_alloc = wq->alloc; local
719 if (old_offset + old_count > old_alloc)
721 unsigned int limit = old_offset + old_count - old_alloc;
723 new_array[old_alloc + i] = new_array[i];
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c4441 size_t old_alloc = alloc; local
4443 if (old_alloc == bufsize) {
4445 memcpy(buf, _buf, old_alloc);

Completed in 86 milliseconds