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

  /src/common/dist/zlib/
deflate.h 255 uInt sym_next; /* running index in symbol buffer */ member in struct:internal_state
256 uInt sym_end; /* symbol table full when sym_next reaches this */
337 s->d_buf[s->sym_next] = 0; \
338 s->l_buf[s->sym_next++] = cc; \
340 flush = (s->sym_next == s->sym_end); \
345 s->d_buf[s->sym_next] = dist; \
346 s->l_buf[s->sym_next++] = len; \
350 flush = (s->sym_next == s->sym_end); \
355 s->sym_buf[s->sym_next++] = 0; \
356 s->sym_buf[s->sym_next++] = 0;
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
deflate.h 253 uInt sym_next; /* running index in symbol buffer */ member in struct:internal_state
254 uInt sym_end; /* symbol table full when sym_next reaches this */
335 s->d_buf[s->sym_next] = 0; \
336 s->l_buf[s->sym_next++] = cc; \
338 flush = (s->sym_next == s->sym_end); \
343 s->d_buf[s->sym_next] = dist; \
344 s->l_buf[s->sym_next++] = len; \
348 flush = (s->sym_next == s->sym_end); \
353 s->sym_buf[s->sym_next++] = 0; \
354 s->sym_buf[s->sym_next++] = 0;
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.h 242 uInt sym_next; /* running index in sym_buf */ member in struct:internal_state
243 uInt sym_end; /* symbol table full when sym_next reaches this */
323 s->sym_buf[s->sym_next++] = 0; \
324 s->sym_buf[s->sym_next++] = 0; \
325 s->sym_buf[s->sym_next++] = cc; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next == s->sym_end);
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.h 242 uInt sym_next; /* running index in sym_buf */ member in struct:internal_state
243 uInt sym_end; /* symbol table full when sym_next reaches this */
323 s->sym_buf[s->sym_next++] = 0; \
324 s->sym_buf[s->sym_next++] = 0; \
325 s->sym_buf[s->sym_next++] = cc; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next == s->sym_end);
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
deflate.h 253 uInt sym_next; /* running index in symbol buffer */ member in struct:internal_state
254 uInt sym_end; /* symbol table full when sym_next reaches this */
335 s->d_buf[s->sym_next] = 0; \
336 s->l_buf[s->sym_next++] = cc; \
338 flush = (s->sym_next == s->sym_end); \
343 s->d_buf[s->sym_next] = dist; \
344 s->l_buf[s->sym_next++] = len; \
348 flush = (s->sym_next == s->sym_end); \
353 s->sym_buf[s->sym_next++] = 0; \
354 s->sym_buf[s->sym_next++] = 0;
    [all...]

Completed in 39 milliseconds