/external/v8/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 …]
|
D | inffast_chunk.c | 78 struct inflate_state FAR *state; 79 z_const unsigned char FAR *in; /* local strm->next_in */ 80 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned char FAR *out; /* local strm->next_out */ 82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 83 unsigned char FAR *end; /* while out < end, enough space available */ 84 unsigned char FAR *limit; /* safety limit for chunky copies */ 91 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 94 code const FAR *lcode; /* local strm->lencode */ 95 code const FAR *dcode; /* local strm->distcode */ [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 …]
|
D | inffast_chunk.c | 78 struct inflate_state FAR *state; 79 z_const unsigned char FAR *in; /* local strm->next_in */ 80 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned char FAR *out; /* local strm->next_out */ 82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 83 unsigned char FAR *end; /* while out < end, enough space available */ 84 unsigned char FAR *limit; /* safety limit for chunky copies */ 91 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 94 code const FAR *lcode; /* local strm->lencode */ 95 code const FAR *dcode; /* local strm->distcode */ [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/u-boot/include/u-boot/ |
D | zlib.h | 236 # define FAR _far macro 238 # define FAR far 245 # define FAR _far macro 247 # define FAR far 270 # ifdef FAR 271 # undef FAR 280 # define ZEXPORTVA FAR CDECL 307 #ifndef FAR 308 # define FAR macro 319 # define Bytef Byte FAR [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));
|
D | inffast.c | 54 struct inflate_state FAR *state; 55 z_const unsigned char FAR *in; /* local strm->next_in */ 56 z_const unsigned char FAR *last; /* have enough input while in < last */ 57 unsigned char FAR *out; /* local strm->next_out */ 58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 59 unsigned char FAR *end; /* while out < end, enough space available */ 66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 69 code const FAR *lcode; /* local strm->lencode */ 70 code const FAR *dcode; /* local strm->distcode */ 78 unsigned char FAR *from; /* where to copy match from */ [all …]
|
/external/v8/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 …]
|
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));
|
D | inffast.c | 58 struct inflate_state FAR *state; 59 z_const unsigned char FAR *in; /* local strm->next_in */ 60 z_const unsigned char FAR *last; /* have enough input while in < last */ 61 unsigned char FAR *out; /* local strm->next_out */ 62 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 63 unsigned char FAR *end; /* while out < end, enough space available */ 70 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 73 code const FAR *lcode; /* local strm->lencode */ 74 code const FAR *dcode; /* local strm->distcode */ 82 unsigned char FAR *from; /* where to copy match from */ [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 …]
|
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/u-boot/lib/zlib/ |
D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 54 unsigned codes, code FAR * FAR *table, 55 unsigned FAR *bits, unsigned short FAR *work));
|