HomeSort by: relevance | last modified time | path
    Searched refs:deflate_index_extract (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/zlib/examples/
zran.h 33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
zran.c 48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);
  /src/external/gpl3/gdb/dist/zlib/examples/
zran.h 33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
zran.c 48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);
  /src/external/gpl3/gdb.old/dist/zlib/examples/
zran.h 33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
zran.c 48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);
  /src/common/dist/zlib/examples/
zran.h 38 // the uncompressed data, then deflate_index_extract() will return a value less
47 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
zran.c 49 // lookahead to avoid many calls to deflate_index_extract() for small lengths.
330 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index, function
461 // Demonstrate the use of deflate_index_build() and deflate_index_extract() by
518 ptrdiff_t got = deflate_index_extract(in, index, offset, buf, LEN);
  /src/external/gpl3/binutils/dist/zlib/examples/
zran.h 38 // the uncompressed data, then deflate_index_extract() will return a value less
47 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
zran.c 49 // lookahead to avoid many calls to deflate_index_extract() for small lengths.
330 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index, function
461 // Demonstrate the use of deflate_index_build() and deflate_index_extract() by
518 ptrdiff_t got = deflate_index_extract(in, index, offset, buf, LEN);

Completed in 30 milliseconds