Home
last modified time | relevance | path

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

123

/openbsd/lib/libz/
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] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
3289 local const z_crc_t FAR crc_braid_table[][256] = {
4399 local const z_crc_t FAR crc_braid_table[][256] = {
4827 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
H A Dzconf.h315 # 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
389 #ifndef FAR
390 # define FAR macro
401 # define Bytef Byte FAR
405 typedef char FAR charf;
[all …]
H A Dinflate.c95 struct inflate_state FAR *state; in inflateStateCheck()
107 struct inflate_state FAR *state; in inflateResetKeep()
131 struct inflate_state FAR *state; in inflateReset()
143 struct inflate_state FAR *state; in inflateReset2()
181 struct inflate_state FAR *state; in inflateInit2_()
224 struct inflate_state FAR *state; in inflatePrime()
369 struct inflate_state FAR *state; in updatewindow()
591 struct inflate_state FAR *state; in inflate()
1442 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
1528 struct inflate_state FAR *copy; in inflateCopy()
[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 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.c30 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
31 unsigned codes, code FAR * FAR *table, in inflate_table()
32 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table()
47 code FAR *next; /* next available space in table */ in inflate_table()
48 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
49 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
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 Dinfback.c28 struct inflate_state FAR *state; in inflateBackInit_()
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
76 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
243 out_func out, void FAR *out_desc) { in inflateBack()
244 struct inflate_state FAR *state; in inflateBack()
245 z_const unsigned char FAR *next; /* next input */ in inflateBack()
246 unsigned char FAR *put; /* next output */ in inflateBack()
262 state = (struct inflate_state FAR *)strm->state; in inflateBack()
385 state->lencode = (code const FAR *)(state->next); in inflateBack()
[all …]
H A Dcrc32.c137 local z_crc_t FAR x2n_table[32];
192 local z_crc_t FAR crc_table[256];
194 local z_word_t FAR crc_big_table[256];
195 local z_crc_t FAR crc_braid_table[W][256];
196 local z_word_t FAR crc_braid_big_table[W][256];
200 local void write_table(FILE *, const z_crc_t FAR *, int);
201 local void write_table32hi(FILE *, const z_word_t FAR *, int);
202 local void write_table64(FILE *, const z_word_t FAR *, int);
547 const z_crc_t FAR * ZEXPORT get_crc_table(void) { in get_crc_table()
551 return (const z_crc_t FAR *)crc_table; in get_crc_table()
[all …]
/openbsd/sys/lib/libz/
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] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
3289 local const z_crc_t FAR crc_braid_table[][256] = {
4399 local const z_crc_t FAR crc_braid_table[][256] = {
4827 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
H A Dzconf.h315 # 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
389 #ifndef FAR
390 # define FAR macro
401 # define Bytef Byte FAR
405 typedef char FAR charf;
[all …]
H A Dinflate.c95 struct inflate_state FAR *state; in inflateStateCheck()
107 struct inflate_state FAR *state; in inflateResetKeep()
131 struct inflate_state FAR *state; in inflateReset()
143 struct inflate_state FAR *state; in inflateReset2()
181 struct inflate_state FAR *state; in inflateInit2_()
224 struct inflate_state FAR *state; in inflatePrime()
369 struct inflate_state FAR *state; in updatewindow()
591 struct inflate_state FAR *state; in inflate()
1441 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
1527 struct inflate_state FAR *copy; in inflateCopy()
[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 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.c30 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
31 unsigned codes, code FAR * FAR *table, in inflate_table()
32 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table()
47 code FAR *next; /* next available space in table */ in inflate_table()
48 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
49 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
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 Dinfback.c28 struct inflate_state FAR *state; in inflateBackInit_()
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
76 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
243 out_func out, void FAR *out_desc) { in inflateBack()
244 struct inflate_state FAR *state; in inflateBack()
245 z_const unsigned char FAR *next; /* next input */ in inflateBack()
246 unsigned char FAR *put; /* next output */ in inflateBack()
262 state = (struct inflate_state FAR *)strm->state; in inflateBack()
385 state->lencode = (code const FAR *)(state->next); in inflateBack()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
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] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
3289 local const z_crc_t FAR crc_braid_table[][256] = {
4399 local const z_crc_t FAR crc_braid_table[][256] = {
4827 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
H A Dzconf.h314 # define FAR _far macro
316 # define FAR far macro
323 # define FAR _far macro
325 # define FAR far macro
348 # ifdef FAR
349 # undef FAR
388 #ifndef FAR
389 # define FAR macro
400 # define Bytef Byte FAR
404 typedef char FAR charf;
[all …]
H A Dinflate.c95 struct inflate_state FAR *state; in inflateStateCheck()
107 struct inflate_state FAR *state; in inflateResetKeep()
131 struct inflate_state FAR *state; in inflateReset()
143 struct inflate_state FAR *state; in inflateReset2()
181 struct inflate_state FAR *state; in inflateInit2_()
224 struct inflate_state FAR *state; in inflatePrime()
369 struct inflate_state FAR *state; in updatewindow()
591 struct inflate_state FAR *state; in inflate()
1355 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
1441 struct inflate_state FAR *copy; in inflateCopy()
[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 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 Dinfback.c28 struct inflate_state FAR *state; in inflateBackInit_()
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
76 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
243 out_func out, void FAR *out_desc) { in inflateBack()
244 struct inflate_state FAR *state; in inflateBack()
245 z_const unsigned char FAR *next; /* next input */ in inflateBack()
246 unsigned char FAR *put; /* next output */ in inflateBack()
262 state = (struct inflate_state FAR *)strm->state; in inflateBack()
373 state->lencode = (code const FAR *)(state->next); in inflateBack()
[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[] */

123