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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_cups.c700 qalloc = 0; /* Number of queue entries allocated */ local
810 qalloc = 0;
827 if (qcount >= qalloc) {
828 qalloc += 16;
830 queue = SMB_REALLOC_ARRAY(queue, print_queue_struct, qalloc);
H A Dprint_iprint.c860 qalloc = 0; /* Number of queue entries allocated */ local
1058 qalloc = 0;
1075 if (qcount >= qalloc) {
1076 qalloc += 16;
1078 queue = SMB_REALLOC_ARRAY(queue, print_queue_struct, qalloc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1421 int qalloc; local
1450 qalloc = opus_rc_tell_frac(rc) - tell;
1451 b -= qalloc;
1488 s->remaining2 -= qalloc+sbits;
1534 s->remaining2 -= qalloc;

Completed in 126 milliseconds