Lines Matching defs:todo
41 u32 instructions,line,todo;
85 todo = bpl;
89 todo -= (sg_dma_len(sg)-offset);
92 while (todo > sg_dma_len(sg)) {
96 todo -= sg_dma_len(sg);
100 todo);
102 offset += todo;
122 unsigned int instructions,line,todo,ylen,chroma;
174 for (todo = ybpl; todo > 0; todo -= ylen) {
182 ylen = todo;
203 if (ybpl == todo)
205 if (ylen == todo)