Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
61 unsigned codes, code FAR * FAR *table,
62 unsigned FAR *bits, unsigned short FAR *work);
H A Dzconf.h317 # define FAR _far macro
319 # define FAR far macro
326 # define FAR _far macro
328 # define FAR far macro
351 # ifdef FAR
352 # undef FAR
364 # define ZEXPORTVA FAR CDECL
391 #ifndef FAR
392 # define FAR macro
403 # define Bytef Byte FAR
[all …]
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
H A Dinffast.c51 struct inflate_state FAR *state; in inflate_fast()
52 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
53 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
54 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
56 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
75 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
33 unsigned codes, code FAR * FAR *table, in inflate_table()
34 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table()
49 code FAR *next; /* next available space in table */ in inflate_table()
50 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
51 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
H A Dinflate.c95 struct inflate_state FAR *state; in inflateStateCheck()
99 state = (struct inflate_state FAR *)strm->state; in inflateStateCheck()
107 struct inflate_state FAR *state; in inflateResetKeep()
110 state = (struct inflate_state FAR *)strm->state; in inflateResetKeep()
131 struct inflate_state FAR *state; in inflateReset()
134 state = (struct inflate_state FAR *)strm->state; in inflateReset()
143 struct inflate_state FAR *state; in inflateReset2()
147 state = (struct inflate_state FAR *)strm->state; in inflateReset2()
181 struct inflate_state FAR *state; in inflateInit2_()
202 state = (struct inflate_state FAR *) in inflateInit2_()
[all …]
H A Dcrc32.c139 local z_crc_t FAR x2n_table[32];
194 local z_crc_t FAR crc_table[256];
196 local z_word_t FAR crc_big_table[256];
197 local z_crc_t FAR crc_braid_table[W][256];
198 local z_word_t FAR crc_braid_big_table[W][256];
202 local void write_table(FILE *, const z_crc_t FAR *, int);
203 local void write_table32hi(FILE *, const z_word_t FAR *, int);
204 local void write_table64(FILE *, const z_word_t FAR *, int);
477 local void write_table(FILE *out, const z_crc_t FAR *table, int k) { in write_table()
490 local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) { in write_table32hi()
[all …]
H A Dzlib.h100 struct internal_state FAR *state; /* not visible by applications */
112 typedef z_stream FAR *z_streamp;
135 typedef gz_header FAR *gz_headerp;
1116 typedef unsigned (*in_func)(void FAR *,
1117 z_const unsigned char FAR * FAR *);
1118 typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
1121 in_func in, void FAR *in_desc,
1122 out_func out, void FAR *out_desc);
1814 unsigned char FAR *window,
1935 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
H A Dzutil.h40 typedef uch FAR uchf;
42 typedef ush FAR ushf;