Lines Matching defs:end
45 { int index, end ;
317 /* Check for end of input bit stream. Break loop if end. */
318 if (delta_width_modifier < 0 || (pdwvw->b.end == 0 && count == 0))
349 if (pdwvw->b.end == 0 && pdwvw->bit_count == 0)
379 { if (pdwvw->b.index >= pdwvw->b.end)
380 { pdwvw->b.end = (int) psf_fread (pdwvw->b.buffer, 1, sizeof (pdwvw->b.buffer), psf) ;
384 /* Check for end of input stream. */
385 if (bit_count < 8 && pdwvw->b.end == 0)
390 if (pdwvw->b.index < pdwvw->b.end)