HomeSort by: relevance | last modified time | path
    Searched defs:in_left (Results 1 - 2 of 2) sorted by relevancy

  /src/external/zlib/pigz/dist/
pigz.c 117 Fix bug in load() to set in_left to zero on end of file
492 size_t in_left; /* number of unused bytes in buffer */ member in struct:__anon24661
2189 of file) from the file g.ind, set g.in_next to point to the g.in_left bytes
2190 read, update g.in_tot, and return g.in_left -- g.in_eof is set to true when
2191 g.in_left has gone to zero and there is no more data left to read */
2197 g.in_left = 0;
2219 g.in_left = g.in_len;
2240 g.in_left = readn(g.ind, g.in_next = g.in_buf, BUF);
2244 if (g.in_left < BUF) {
2248 if (g.in_left == 0
    [all...]
pigz.c 117 Fix bug in load() to set in_left to zero on end of file
492 size_t in_left; /* number of unused bytes in buffer */ member in struct:__anon24661
2189 of file) from the file g.ind, set g.in_next to point to the g.in_left bytes
2190 read, update g.in_tot, and return g.in_left -- g.in_eof is set to true when
2191 g.in_left has gone to zero and there is no more data left to read */
2197 g.in_left = 0;
2219 g.in_left = g.in_len;
2240 g.in_left = readn(g.ind, g.in_next = g.in_buf, BUF);
2244 if (g.in_left < BUF) {
2248 if (g.in_left == 0
    [all...]

Completed in 50 milliseconds