Lines Matching refs:filled
84 int filled; /**< Number of entries occupied in "timing" and "counts"*/
92 tb->filled = 0;
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
110 while (pos<tb->filled && timing >= tb->timing[pos])
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
118 if (pos < tb->filled)
120 int move_size = tb->filled-pos;
121 if (tb->filled == MAX_TIMINGS)
131 if (tb->filled<MAX_TIMINGS)
132 tb->filled++;
219 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest)
361 for (j=0;j<jitter->timeBuffers[i]->filled;j++)