/external/angle/third_party/zlib/contrib/optimizations/ |
D | chunkcopy.h | 52 const unsigned char FAR* s) { in loadchunk() 63 unsigned char FAR* d, in storechunk() 82 static inline unsigned char FAR* chunkcopy_core( in chunkcopy_core() 83 unsigned char FAR* out, in chunkcopy_core() 84 const unsigned char FAR* from, in chunkcopy_core() 107 static inline unsigned char FAR* chunkcopy_core_safe( in chunkcopy_core_safe() 108 unsigned char FAR* out, in chunkcopy_core_safe() 109 const unsigned char FAR* from, in chunkcopy_core_safe() 111 unsigned char FAR* limit) { in chunkcopy_core_safe() 114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe() [all …]
|
D | inflate.c | 97 local void fixedtables OF((struct inflate_state FAR *state)); 98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 109 struct inflate_state FAR *state; 113 state = (struct inflate_state FAR *)strm->state; 123 struct inflate_state FAR *state; 126 state = (struct inflate_state FAR *)strm->state; 148 struct inflate_state FAR *state; 151 state = (struct inflate_state FAR *)strm->state; 163 struct inflate_state FAR *state; [all …]
|
/external/zlib/contrib/optimizations/ |
D | chunkcopy.h | 52 const unsigned char FAR* s) { in loadchunk() 63 unsigned char FAR* d, in storechunk() 82 static inline unsigned char FAR* chunkcopy_core( in chunkcopy_core() 83 unsigned char FAR* out, in chunkcopy_core() 84 const unsigned char FAR* from, in chunkcopy_core() 107 static inline unsigned char FAR* chunkcopy_core_safe( in chunkcopy_core_safe() 108 unsigned char FAR* out, in chunkcopy_core_safe() 109 const unsigned char FAR* from, in chunkcopy_core_safe() 111 unsigned char FAR* limit) { in chunkcopy_core_safe() 114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe() [all …]
|
D | inflate.c | 97 local void fixedtables OF((struct inflate_state FAR *state)); 98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 109 struct inflate_state FAR *state; 113 state = (struct inflate_state FAR *)strm->state; 123 struct inflate_state FAR *state; 126 state = (struct inflate_state FAR *)strm->state; 148 struct inflate_state FAR *state; 151 state = (struct inflate_state FAR *)strm->state; 163 struct inflate_state FAR *state; [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | dls.h | 143 }DLSVERSION, FAR *LPDLSVERSION; 152 }CONNECTION, FAR *LPCONNECTION; 160 } CONNECTIONLIST, FAR *LPCONNECTIONLIST; 171 }RGNRANGE, FAR * LPRGNRANGE; 178 }MIDILOCALE, FAR *LPMIDILOCALE; 194 }RGNHEADER, FAR *LPRGNHEADER; 199 }INSTHEADER, FAR *LPINSTHEADER; 203 }DLSHEADER, FAR *LPDLSHEADER; 223 }WAVELINK, FAR *LPWAVELINK; 230 }POOLCUE, FAR *LPPOOLCUE; [all …]
|
/external/freetype/src/gzip/ |
D | ftzconf.h | 160 # define FAR _far macro 162 # define FAR far macro 168 # define FAR _far macro 175 # ifdef FAR 176 # undef FAR 183 # define ZEXPORTVA(x) x FAR _cdecl _export 214 #ifndef FAR 215 # define FAR macro 226 # define Bytef Byte FAR 228 typedef Byte FAR Bytef; [all …]
|
D | inftrees.h | 17 typedef struct inflate_huft_s FAR inflate_huft; 41 inflate_huft * FAR *, /* bits tree result */ 51 inflate_huft * FAR *, /* literal/length tree result */ 52 inflate_huft * FAR *, /* distance tree result */ 59 const inflate_huft * FAR *, /* literal/length tree result */ 60 const inflate_huft * FAR *, /* distance tree result */
|
/external/rust/crates/libz-sys/src/zlib/ |
D | crc32.c | 39 const unsigned char FAR *, z_size_t)); 41 const unsigned char FAR *, z_size_t)); 57 local z_crc_t FAR crc_table[TBLS][256]; 60 local void write_table OF((FILE *, const z_crc_t FAR *)); 167 const z_crc_t FAR *table; 188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 194 return (const z_crc_t FAR *)crc_table; in get_crc_table() 204 const unsigned char FAR *buf; 239 const unsigned char FAR *buf; 268 const unsigned char FAR *buf; [all …]
|
D | zconf.h | 315 # define FAR _far macro 317 # define FAR far macro 324 # define FAR _far macro 326 # define FAR far macro 349 # ifdef FAR 350 # undef FAR 359 # define ZEXPORTVA FAR CDECL 386 #ifndef FAR 387 # define FAR macro 398 # define Bytef Byte FAR [all …]
|
D | inflate.c | 96 local void fixedtables OF((struct inflate_state FAR *state)); 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 108 struct inflate_state FAR *state; 112 state = (struct inflate_state FAR *)strm->state; 122 struct inflate_state FAR *state; 125 state = (struct inflate_state FAR *)strm->state; 147 struct inflate_state FAR *state; 150 state = (struct inflate_state FAR *)strm->state; 162 struct inflate_state FAR *state; [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | crc32.c | 39 const unsigned char FAR *, z_size_t)); 41 const unsigned char FAR *, z_size_t)); 57 local z_crc_t FAR crc_table[TBLS][256]; 60 local void write_table OF((FILE *, const z_crc_t FAR *)); 167 const z_crc_t FAR *table; 188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 194 return (const z_crc_t FAR *)crc_table; in get_crc_table() 204 const unsigned char FAR *buf; 239 const unsigned char FAR *buf; 268 const unsigned char FAR *buf; [all …]
|
D | zconf.h | 315 # define FAR _far macro 317 # define FAR far macro 324 # define FAR _far macro 326 # define FAR far macro 349 # ifdef FAR 350 # undef FAR 359 # define ZEXPORTVA FAR CDECL 386 #ifndef FAR 387 # define FAR macro 398 # define Bytef Byte FAR [all …]
|
D | inflate.c | 96 local void fixedtables OF((struct inflate_state FAR *state)); 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 108 struct inflate_state FAR *state; 112 state = (struct inflate_state FAR *)strm->state; 122 struct inflate_state FAR *state; 125 state = (struct inflate_state FAR *)strm->state; 147 struct inflate_state FAR *state; 150 state = (struct inflate_state FAR *)strm->state; 162 struct inflate_state FAR *state; [all …]
|
D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, 61 unsigned codes, code FAR * FAR *table, 62 unsigned FAR *bits, unsigned short FAR *work));
|
/external/libwebsockets/win32port/zlib/ |
D | zconf.h | 258 # define FAR _far macro 260 # define FAR far macro 267 # define FAR _far macro 269 # define FAR far macro 292 # ifdef FAR 293 # undef FAR 302 # define ZEXPORTVA FAR CDECL 329 #ifndef FAR 330 # define FAR macro 341 # define Bytef Byte FAR [all …]
|
D | crc32.c | 59 const unsigned char FAR *, unsigned)); 61 const unsigned char FAR *, unsigned)); 77 local unsigned long FAR crc_table[TBLS][256]; 80 local void write_table OF((FILE *, const unsigned long FAR *)); 187 const unsigned long FAR *table; 207 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() 213 return (const unsigned long FAR *)crc_table; in get_crc_table() 223 const unsigned char FAR *buf; 266 const unsigned char FAR *buf; 270 register const u4 FAR *buf4; [all …]
|
/external/angle/third_party/zlib/ |
D | crc32.c | 45 const unsigned char FAR *, z_size_t)); 47 const unsigned char FAR *, z_size_t)); 63 local z_crc_t FAR crc_table[TBLS][256]; 66 local void write_table OF((FILE *, const z_crc_t FAR *)); 173 const z_crc_t FAR *table; 194 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 200 return (const z_crc_t FAR *)crc_table; in get_crc_table() 210 const unsigned char FAR *buf; 277 const unsigned char FAR *buf; 322 const unsigned char FAR *buf; [all …]
|
D | zconf.h | 327 # define FAR _far macro 329 # define FAR far macro 336 # define FAR _far macro 338 # define FAR far macro 361 # ifdef FAR 362 # undef FAR 371 # define ZEXPORTVA FAR CDECL 398 #ifndef FAR 399 # define FAR macro 413 # define Bytef Byte FAR [all …]
|
D | inflate.c | 96 local void fixedtables OF((struct inflate_state FAR *state)); 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 108 struct inflate_state FAR *state; 112 state = (struct inflate_state FAR *)strm->state; 122 struct inflate_state FAR *state; 125 state = (struct inflate_state FAR *)strm->state; 147 struct inflate_state FAR *state; 150 state = (struct inflate_state FAR *)strm->state; 162 struct inflate_state FAR *state; [all …]
|
/external/zlib/ |
D | crc32.c | 45 const unsigned char FAR *, z_size_t)); 47 const unsigned char FAR *, z_size_t)); 63 local z_crc_t FAR crc_table[TBLS][256]; 66 local void write_table OF((FILE *, const z_crc_t FAR *)); 173 const z_crc_t FAR *table; 194 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 200 return (const z_crc_t FAR *)crc_table; in get_crc_table() 210 const unsigned char FAR *buf; 277 const unsigned char FAR *buf; 322 const unsigned char FAR *buf; [all …]
|
D | zconf.h | 331 # define FAR _far macro 333 # define FAR far macro 340 # define FAR _far macro 342 # define FAR far macro 365 # ifdef FAR 366 # undef FAR 375 # define ZEXPORTVA FAR CDECL 402 #ifndef FAR 403 # define FAR macro 417 # define Bytef Byte FAR [all …]
|
D | inflate.c | 96 local void fixedtables OF((struct inflate_state FAR *state)); 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 108 struct inflate_state FAR *state; 112 state = (struct inflate_state FAR *)strm->state; 122 struct inflate_state FAR *state; 125 state = (struct inflate_state FAR *)strm->state; 147 struct inflate_state FAR *state; 150 state = (struct inflate_state FAR *)strm->state; 162 struct inflate_state FAR *state; [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | inffas8664.c | 86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ 87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ 88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */ 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ 90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */ 91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */ 92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ 93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ 110 struct inflate_state FAR *state; 125 state = (struct inflate_state FAR *)strm->state;
|
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/ |
D | infback9.h | 23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm, 24 in_func in, void FAR *in_desc, 25 out_func out, void FAR *out_desc)); 26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm)); 27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm, 28 unsigned char FAR *window,
|
D | inftree9.h | 59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens, 60 unsigned codes, code FAR * FAR *table, 61 unsigned FAR *bits, unsigned short FAR *work));
|