HomeSort by relevance Sort by last modified time
    Searched refs:FAR (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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));
inflate.h 96 unsigned char FAR *window; /* allocated sliding window, if needed */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
119 int sane; /* if false, allow invalid distance too far */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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));
zconf.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
zconf.in.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
inflate.h 92 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[] */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
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/python/cpython2/Modules/zlib/
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));
inflate.h 96 unsigned char FAR *window; /* allocated sliding window, if needed */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
119 int sane; /* if false, allow invalid distance too far */
  /external/python/cpython3/Modules/zlib/
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/syslinux/com32/lib/zlib/
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));
zconf.in.h 164 /* The following definitions for FAR are needed only for MSDOS mixed
165 * model programming (small or medium model with some far allocations).
168 * just define FAR to be empty.
175 # define FAR _far
177 # define FAR far
184 # define FAR _far
186 # define FAR far
209 # ifdef FAR
    [all...]
inflate.h 96 unsigned char FAR *window; /* allocated sliding window, if needed */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
119 int sane; /* if false, allow invalid distance too far */
  /external/zlib/src/contrib/infback9/
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));
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,
inflate9.h 37 unsigned char FAR *window; /* allocated sliding window, if needed */
43 code FAR *next; /* next available space in codes[] */
  /external/zlib/src/
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));
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
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));
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,
inflate9.h 37 unsigned char FAR *window; /* allocated sliding window, if needed */
43 code FAR *next; /* next available space in codes[] */
  /toolchain/binutils/binutils-2.27/zlib/
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/freetype/src/gzip/
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 */
ftzconf.h 150 /* The following definitions for FAR are needed only for MSDOS mixed
151 * model programming (small or medium model with some far allocations).
154 * just define FAR to be empty.
160 # define FAR _far
162 # define FAR far
168 # define FAR _far
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _expor
    [all...]
  /development/ndk/platforms/android-14/include/
zconf.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 66 //#define FAR
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
    [all...]

Completed in 503 milliseconds

1 2 3 4 5 6 7 8 9