Searched refs:FAR (Results 1 - 25 of 86) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinftree9.h53 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
54 unsigned codes, code FAR * FAR *table,
55 unsigned FAR *bits, unsigned short FAR *work));
H A Dinfback9.h23 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,
H A Dinflate9.h37 unsigned char FAR *window; /* allocated sliding window, if needed */
43 code FAR *next; /* next available space in codes[] */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinftrees.h53 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));
H A Dzconf.h174 /* The following definitions for FAR are needed only for MSDOS mixed
178 * just define FAR to be empty.
185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR macro
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
311 # undef FAR macro
[all...]
H A Dzconf.in.h174 /* The following definitions for FAR are needed only for MSDOS mixed
178 * just define FAR to be empty.
185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR macro
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
311 # undef FAR macro
[all...]
H A Dinflate.h92 unsigned char FAR *window; /* allocated sliding window, if needed */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
H A Dcrc32.c29 #include "zutil.h" /* for STDC and FAR definitions */
59 const unsigned char FAR *, unsigned));
61 const unsigned char FAR *, unsigned));
75 local unsigned long FAR crc_table[TBLS][256];
78 local void write_table OF((FILE *, const unsigned long FAR *));
165 fprintf(out, "local const unsigned long FAR ");
185 const unsigned long FAR *table;
205 const unsigned long FAR * ZEXPORT get_crc_table()
211 return (const unsigned long FAR *)crc_table;
221 const unsigned char FAR *bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinftree9.h53 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
54 unsigned codes, code FAR * FAR *table,
55 unsigned FAR *bits, unsigned short FAR *work));
H A Dinfback9.h23 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,
H A Dinflate9.h37 unsigned char FAR *window; /* allocated sliding window, if needed */
43 code FAR *next; /* next available space in codes[] */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinftrees.h53 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));
H A Dzconf.h174 /* The following definitions for FAR are needed only for MSDOS mixed
178 * just define FAR to be empty.
185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR macro
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
311 # undef FAR macro
[all...]
H A Dzconf.in.h174 /* The following definitions for FAR are needed only for MSDOS mixed
178 * just define FAR to be empty.
185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR macro
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
311 # undef FAR macro
[all...]
H A Dinflate.h92 unsigned char FAR *window; /* allocated sliding window, if needed */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
H A Dcrc32.c29 #include "zutil.h" /* for STDC and FAR definitions */
59 const unsigned char FAR *, unsigned));
61 const unsigned char FAR *, unsigned));
75 local unsigned long FAR crc_table[TBLS][256];
78 local void write_table OF((FILE *, const unsigned long FAR *));
165 fprintf(out, "local const unsigned long FAR ");
185 const unsigned long FAR *table;
205 const unsigned long FAR * ZEXPORT get_crc_table()
211 return (const unsigned long FAR *)crc_table;
221 const unsigned char FAR *bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h81 #ifndef FAR
82 # define FAR macro
117 typedef Byte FAR Bytef;
118 typedef char FAR charf;
119 typedef int FAR intf;
120 typedef uInt FAR uIntf;
121 typedef uLong FAR uLongf;
124 typedef void FAR *voidpf;
127 typedef Byte FAR *voidpf;
169 struct internal_state FAR *stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemnobs.c49 * NB: although we include FAR keywords in the routine declarations,
54 GLOBAL(void FAR *)
57 return (void FAR *) malloc(sizeofobject);
61 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
H A Djutils.c92 * are FAR and we're assuming a small-pointer memory model. However, some
104 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))
105 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
165 jzero_far (void FAR * target, size_t bytestozero)
166 /* Zero out a chunk of FAR memory. */
172 register char FAR * ptr = (char FAR *) target;
H A Djmemansi.c50 * NB: although we include FAR keywords in the routine declarations,
55 GLOBAL(void FAR *)
58 return (void FAR *) malloc(sizeofobject);
62 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
98 void FAR * buffer_address,
111 void FAR * buffer_address,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dabort-ev7.S26 mrc p15, 0, r0, c6, c0, 0 @ get FAR
H A Dabort-nommu.S12 * Note: There is no FSR/FAR on !CPU_CP15_MMU cores.
17 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c86 /* 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 *)str
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c86 /* 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 *)str
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h184 /* The following definitions for FAR are needed only for MSDOS mixed
188 * just define FAR to be empty.
194 # define FAR __far macro
196 # define FAR far macro
202 # define FAR __far macro
205 #ifndef FAR
206 # define FAR macro
214 /* Borland C/C++ ignores FAR inside typedef */
215 # define Bytef Byte FAR
217 typedef Byte FAR Byte
[all...]

Completed in 162 milliseconds

1234