OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:puff
(Results
1 - 7
of
7
) sorted by null
/external/zlib/src/contrib/puff/
puff.h
0
/*
puff
.h
26
* See
puff
.c for purpose and usage.
32
int
puff
(unsigned char *dest, /* pointer to destination pointer */
Makefile
3
puff
:
puff
.o pufftest.o
5
puff
.o:
puff
.h
7
pufftest.o:
puff
.h
9
test:
puff
10
puff
zeros.raw
12
puft:
puff
.c
puff
.h pufftest.o
13
cc -fprofile-arcs -ftest-coverage -o puft
puff
.c pufftest.
[
all
...]
pufftest.c
4
* For conditions of distribution and use, see copyright notice in
puff
.h
8
/* Example of how to use
puff
().
10
Usage:
puff
[-w] [-f] [-nnn] file
11
... |
puff
[-w] [-f] [-nnn]
21
#include "
puff
.h"
137
ret =
puff
(NIL, &destlen, source + skip, &sourcelen);
139
fprintf(stderr, "
puff
() failed with return code %d\n", ret);
141
fprintf(stderr, "
puff
() succeeded uncompressing %lu bytes\n", destlen);
156
puff
(dest, &destlen, source + skip, &sourcelen);
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
790
int
puff
(unsigned char *dest, \/* pointer to destination pointer *\/
function
[
all
...]
/build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
[
all
...]
Completed in 4321 milliseconds