Lines Matching defs:filled
82 int filled; /**< Number of entries occupied in "timing" and "counts"*/
90 tb->filled = 0;
99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
108 while (pos<tb->filled && timing >= tb->timing[pos])
113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
116 if (pos < tb->filled)
118 int move_size = tb->filled-pos;
119 if (tb->filled == MAX_TIMINGS)
129 if (tb->filled<MAX_TIMINGS)
130 tb->filled++;
217 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest)
359 for (j=0;j<jitter->timeBuffers[i]->filled;j++)