/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 294 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 …]
|
D | zutil.c | 120 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 …]
|
D | cpu_features.c | 23 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()
|
D | zutil.h | 17 # 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));
|
D | gzguts.h | 16 # 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));
|
/third_party/node/deps/v8/third_party/zlib/ |
D | deflate.h | 294 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 …]
|
D | zutil.c | 120 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 …]
|
D | cpu_features.c | 23 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()
|
D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 238 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 239 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 240 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 246 extern int ZLIB_INTERNAL z_verbose; 247 extern void ZLIB_INTERNAL z_error OF((char *m)); 264 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 266 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | gzguts.h | 16 # 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));
|
D | crc32_simd.h | 18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_( 33 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc,
|
/third_party/node/deps/zlib/ |
D | cpu_features.c | 25 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 1; 26 int ZLIB_INTERNAL arm_cpu_enable_pmull = 1; 28 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 0; 29 int ZLIB_INTERNAL arm_cpu_enable_pmull = 0; 31 int ZLIB_INTERNAL x86_cpu_enable_sse2 = 0; 32 int ZLIB_INTERNAL x86_cpu_enable_ssse3 = 0; 33 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; 34 int ZLIB_INTERNAL x86_cpu_enable_avx512 = 0; 71 void ZLIB_INTERNAL cpu_check_features(void) in cpu_check_features() 84 void ZLIB_INTERNAL cpu_check_features(void) in cpu_check_features()
|
D | deflate.h | 299 void ZLIB_INTERNAL _tr_init(deflate_state *s); 300 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 301 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 303 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s); 304 void ZLIB_INTERNAL _tr_align(deflate_state *s); 305 void ZLIB_INTERNAL _tr_stored_block(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 …]
|
D | zutil.c | 120 int ZLIB_INTERNAL z_verbose = verbose; 122 void ZLIB_INTERNAL z_error(char *m) { in z_error() 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() 152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() 161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero() 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() 268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() [all …]
|
D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 250 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len); 251 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len); 252 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len); 258 extern int ZLIB_INTERNAL z_verbose; 259 extern void ZLIB_INTERNAL z_error(char *m); 276 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, 278 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
|
D | crc32_simd.h | 18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_(const unsigned char* buf, 22 uint32_t ZLIB_INTERNAL crc32_avx512_simd_(const unsigned char* buf, 38 uint32_t ZLIB_INTERNAL armv8_crc32_little(const unsigned char* buf, 53 uint32_t ZLIB_INTERNAL armv8_crc32_pmull_little(const unsigned char* buf,
|
D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 18 # define ZLIB_INTERNAL macro 206 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *); 208 char ZLIB_INTERNAL *gz_strwinerror(DWORD error); 217 unsigned ZLIB_INTERNAL gz_intmax(void);
|
/third_party/zlib/ |
D | zutil.c | 122 int ZLIB_INTERNAL z_verbose = verbose; 124 void ZLIB_INTERNAL z_error(m) in z_error() 151 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() 162 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() 175 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() 219 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() 245 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() 282 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc() 288 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() 307 voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) in zcalloc() [all …]
|
D | deflate.h | 294 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[];
|
D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 235 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 236 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 237 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 243 extern int ZLIB_INTERNAL z_verbose; 244 extern void ZLIB_INTERNAL z_error OF((char *m)); 261 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 263 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 18 # define ZLIB_INTERNAL macro 206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 208 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 217 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
/third_party/libwebsockets/win32port/zlib/ |
D | zutil.c | 120 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 …]
|
D | deflate.h | 293 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[];
|
D | zutil.h | 17 # 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));
|
D | gzguts.h | 16 # 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));
|