Home
last modified time | relevance | path

Searched refs:ZLIB_INTERNAL (Results 1 – 25 of 91) sorted by relevance

1234

/external/zlib/
Ddeflate.h294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
314 extern uch ZLIB_INTERNAL _length_code[];
315 extern uch ZLIB_INTERNAL _dist_code[];
317 extern const uch ZLIB_INTERNAL _length_code[];
318 extern const uch ZLIB_INTERNAL _dist_code[];
[all …]
Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m) in z_error()
149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
[all …]
Dcpu_features.c23 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 1;
25 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 0;
27 int ZLIB_INTERNAL arm_cpu_enable_pmull = 0;
28 int ZLIB_INTERNAL x86_cpu_enable_sse2 = 0;
29 int ZLIB_INTERNAL x86_cpu_enable_ssse3 = 0;
30 int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
67 void ZLIB_INTERNAL cpu_check_features(void) in cpu_check_features()
80 void ZLIB_INTERNAL cpu_check_features(void) in cpu_check_features()
Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
246 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
247 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
248 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
254 extern int ZLIB_INTERNAL z_verbose;
255 extern void ZLIB_INTERNAL z_error OF((char *m));
272 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
274 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
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));
Dcrc32_simd.h18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_(
33 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc,
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
/external/rust/crates/libz-sys/src/zlib/
Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m) in z_error()
149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
[all …]
Ddeflate.h299 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[];
Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
239 extern int ZLIB_INTERNAL z_verbose;
240 extern void ZLIB_INTERNAL z_error OF((char *m));
257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
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));
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
/external/libwebsockets/win32port/zlib/
Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m) in z_error()
149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
[all …]
Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
241 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
247 extern int ZLIB_INTERNAL z_verbose;
248 extern void ZLIB_INTERNAL z_error OF((char *m));
265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
Ddeflate.h293 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
297 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
312 extern uch ZLIB_INTERNAL _length_code[];
313 extern uch ZLIB_INTERNAL _dist_code[];
315 extern const uch ZLIB_INTERNAL _length_code[];
316 extern const uch ZLIB_INTERNAL _dist_code[];
Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
130 unsigned ZLIB_INTERNAL gz_intmax OF((void));
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
/external/python/cpython2/Modules/zlib/
Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m) in z_error()
149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
[all …]
Ddeflate.h299 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[];
Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
239 extern int ZLIB_INTERNAL z_verbose;
240 extern void ZLIB_INTERNAL z_error OF((char *m));
257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
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));
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
/external/zstd/zlibWrapper/
Dgzguts.h20 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
22 # define ZLIB_INTERNAL macro
216 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
218 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
227 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/zlib/contrib/optimizations/
Dslide_hash_neon.h11 inline static void ZLIB_INTERNAL neon_slide_hash_update(Posf *hash, in neon_slide_hash_update()
44 inline static void ZLIB_INTERNAL neon_slide_hash(Posf *head, Posf *prev, in neon_slide_hash()
/external/zlib/patches/
D0001-simd.patch19 +ZLIB_INTERNAL void crc_reset(deflate_state *const s)
28 +ZLIB_INTERNAL void crc_finalize(deflate_state *const s)
34 +ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size)
90 +ZLIB_INTERNAL void crc_fold_init(deflate_state *const s)
320 +ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s,
476 +unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s)
562 +unsigned ZLIB_INTERNAL deflate_read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
571 +extern void ZLIB_INTERNAL crc_reset(deflate_state *const s);
572 +extern void ZLIB_INTERNAL crc_finalize(deflate_state *const s);
573 +extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size);
[all …]

1234