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

  /src/common/dist/zlib/contrib/puff/
puff.c 2 * puff.c
4 * For conditions of distribution and use, see copyright notice in puff.h
7 * puff.c is a simple inflate written to be an unambiguous way to specify the
11 * data, zlib's inflate() is about four times as fast as puff(). zlib's
12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to
14 * function here is used, then puff() is only twice as slow as zlib's
19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
36 * - Update puff() dest and source pointers on negative
52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 2 * puff.c
4 * For conditions of distribution and use, see copyright notice in puff.h
7 * puff.c is a simple inflate written to be an unambiguous way to specify the
11 * data, zlib's inflate() is about four times as fast as puff(). zlib's
12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to
14 * function here is used, then puff() is only twice as slow as zlib's
19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
36 * - Update puff() dest and source pointers on negative
52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 2 * puff.c
4 * For conditions of distribution and use, see copyright notice in puff.h
7 * puff.c is a simple inflate written to be an unambiguous way to specify the
11 * data, zlib's inflate() is about four times as fast as puff(). zlib's
12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to
14 * function here is used, then puff() is only twice as slow as zlib's
19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
36 * - Update puff() dest and source pointers on negative
52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/puff/
puff.c 2 * puff.c
4 * For conditions of distribution and use, see copyright notice in puff.h
7 * puff.c is a simple inflate written to be an unambiguous way to specify the
11 * data, zlib's inflate() is about four times as fast as puff(). zlib's
12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to
14 * function here is used, then puff() is only twice as slow as zlib's
19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
36 * - Update puff() dest and source pointers on negative
52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
puff.c 2 * puff.c
4 * For conditions of distribution and use, see copyright notice in puff.h
7 * puff.c is a simple inflate written to be an unambiguous way to specify the
11 * data, zlib's inflate() is about four times as fast as puff(). zlib's
12 * inflate compiles to around 20K on my machine, whereas puff.c compiles to
14 * function here is used, then puff() is only twice as slow as zlib's
19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
36 * - Update puff() dest and source pointers on negative
52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
53 * - Add a puff.h file for the interfac
793 int puff(unsigned char *dest, \/* pointer to destination pointer *\/ function
    [all...]

Completed in 31 milliseconds