HomeSort by relevance Sort by last modified time
    Searched refs:ZLIB_INTERNAL (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
gzguts.h 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18 # define ZLIB_INTERNAL
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
zutil.c 123 int ZLIB_INTERNAL z_verbose = verbose;
125 void ZLIB_INTERNAL z_error (m)
152 void ZLIB_INTERNAL zmemcpy(dest, source, len)
163 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
176 void ZLIB_INTERNAL zmemzero(dest, len)
220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
    [all...]
deflate.h 296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
    [all...]
zutil.h 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
19 # define ZLIB_INTERNAL
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
221 extern int ZLIB_INTERNAL z_verbose;
222 extern void ZLIB_INTERNAL z_error OF((char *m));
239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
zutil.c 117 int ZLIB_INTERNAL z_verbose = verbose;
119 void ZLIB_INTERNAL z_error (m)
146 void ZLIB_INTERNAL zmemcpy(dest, source, len)
157 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
170 void ZLIB_INTERNAL zmemzero(dest, len)
214 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
277 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
283 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
302 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size
    [all...]
  /external/python/cpython2/Modules/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
gzguts.h 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18 # define ZLIB_INTERNAL
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
zutil.c 120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m)
149 void ZLIB_INTERNAL zmemcpy(dest, source, len)
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
173 void ZLIB_INTERNAL zmemzero(dest, len)
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size
    [all...]
deflate.h 299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[]
    [all...]
  /external/zlib/src/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
gzguts.h 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18 # define ZLIB_INTERNAL
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
zutil.c 120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m)
149 void ZLIB_INTERNAL zmemcpy(dest, source, len)
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
173 void ZLIB_INTERNAL zmemzero(dest, len)
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size
    [all...]
deflate.h 299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[]
    [all...]
  /external/u-boot/lib/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
19 # define ZLIB_INTERNAL
202 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
204 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
213 unsigned ZLIB_INTERNAL gz_intmax OF((void));
zutil.h 20 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
22 # define ZLIB_INTERNAL
216 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
217 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
218 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
224 extern int ZLIB_INTERNAL z_verbose;
225 extern void ZLIB_INTERNAL z_error OF((char *m));
242 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
244 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));

Completed in 556 milliseconds

1 2 3 4