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

1 2 34 5 6 7 8 9

  /external/syslinux/com32/lib/zlib/
inflate.c 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 local void fixedtables OF((struct inflate_state FAR *state));
100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
106 struct inflate_state FAR *state;
109 state = (struct inflate_state FAR *)strm->state;
135 struct inflate_state FAR *state;
139 state = (struct inflate_state FAR *)strm->state;
175 struct inflate_state FAR *state;
187 state = (struct inflate_state FAR *)
    [all...]
inftrees.c 34 unsigned short FAR *lens;
36 code FAR * FAR *table;
37 unsigned FAR *bits;
38 unsigned short FAR *work;
54 code FAR *next; /* next available space in table */
55 const unsigned short FAR *base; /* base value table to use */
56 const unsigned short FAR *extra; /* extra bits table to use */
  /external/python/cpython2/Modules/zlib/
zconf.h.cmakein 283 /* The following definitions for FAR are needed only for MSDOS mixed
284 * model programming (small or medium model with some far allocations).
287 * just define FAR to be empty.
294 # define FAR _far
296 # define FAR far
303 # define FAR _far
305 # define FAR far
328 # ifdef FAR
    [all...]
zconf.h.in 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
zlib.h 88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
95 struct internal_state FAR *state; /* not visible by applications */
106 typedef z_stream FAR *z_streamp;
129 typedef gz_header FAR *gz_headerp;
282 that the decompressor can get all input data available so far. (In
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
303 the data provided so far to the compressor. It may need to wait for the next
335 so far (that is, total_in bytes).
477 strm->adler to the Adler-32 checksum of all output produced so far (that is
    [all...]
infback.c 19 local void fixedtables OF((struct inflate_state FAR *state));
31 unsigned char FAR *window;
35 struct inflate_state FAR *state;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
62 strm->state = (struct internal_state FAR *)state;
83 struct inflate_state FAR *state;
253 void FAR *in_desc;
255 void FAR *out_desc;
257 struct inflate_state FAR *state;
258 z_const unsigned char FAR *next; /* next input *
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h.cmakein 283 /* The following definitions for FAR are needed only for MSDOS mixed
284 * model programming (small or medium model with some far allocations).
287 * just define FAR to be empty.
294 # define FAR _far
296 # define FAR far
303 # define FAR _far
305 # define FAR far
328 # ifdef FAR
    [all...]
zconf.h.in 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
zlib.h 88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
95 struct internal_state FAR *state; /* not visible by applications */
106 typedef z_stream FAR *z_streamp;
129 typedef gz_header FAR *gz_headerp;
282 that the decompressor can get all input data available so far. (In
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
303 the data provided so far to the compressor. It may need to wait for the next
335 so far (that is, total_in bytes).
477 strm->adler to the Adler-32 checksum of all output produced so far (that is
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
92 struct internal_state FAR *state; /* not visible by applications */
103 typedef z_stream FAR *z_streamp;
126 typedef gz_header FAR *gz_headerp;
278 that the decompressor can get all input data available so far. (In particular
310 so far (that is, total_in bytes).
433 strm->adler to the adler32 checksum of all output produced so far (that is,
614 strategy. If the compression level is changed, the input available so far
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
92 struct internal_state FAR *state; /* not visible by applications */
103 typedef z_stream FAR *z_streamp;
126 typedef gz_header FAR *gz_headerp;
278 that the decompressor can get all input data available so far. (In particular
310 so far (that is, total_in bytes).
433 strm->adler to the adler32 checksum of all output produced so far (that is,
614 strategy. If the compression level is changed, the input available so far
    [all...]
inflate.c 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 local void fixedtables OF((struct inflate_state FAR *state));
100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
106 struct inflate_state FAR *state;
109 state = (struct inflate_state FAR *)strm->state;
133 struct inflate_state FAR *state;
136 state = (struct inflate_state FAR *)strm->state;
150 struct inflate_state FAR *state;
162 state = (struct inflate_state FAR *)
    [all...]
infback.c 19 local void fixedtables OF((struct inflate_state FAR *state));
31 unsigned char FAR *window;
35 struct inflate_state FAR *state;
49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
53 strm->state = (struct internal_state FAR *)state;
74 struct inflate_state FAR *state;
244 void FAR *in_desc;
246 void FAR *out_desc;
248 struct inflate_state FAR *state;
249 unsigned char FAR *next; /* next input */
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
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
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
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
    [all...]
zconf.h.cmakein 306 /* The following definitions for FAR are needed only for MSDOS mixed
307 * model programming (small or medium model with some far allocations).
310 * just define FAR to be empty.
317 # define FAR _far
319 # define FAR far
326 # define FAR _far
328 # define FAR far
351 # ifdef FAR
    [all...]
zconf.h.in 304 /* The following definitions for FAR are needed only for MSDOS mixed
305 * model programming (small or medium model with some far allocations).
308 * just define FAR to be empty.
315 # define FAR _far
317 # define FAR far
324 # define FAR _far
326 # define FAR far
349 # ifdef FAR
    [all...]
  /external/zlib/src/
inflate.c 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
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
    [all...]
zconf.h.cmakein 306 /* The following definitions for FAR are needed only for MSDOS mixed
307 * model programming (small or medium model with some far allocations).
310 * just define FAR to be empty.
317 # define FAR _far
319 # define FAR far
326 # define FAR _far
328 # define FAR far
351 # ifdef FAR
    [all...]
zconf.h.in 304 /* The following definitions for FAR are needed only for MSDOS mixed
305 * model programming (small or medium model with some far allocations).
308 * just define FAR to be empty.
315 # define FAR _far
317 # define FAR far
324 # define FAR _far
326 # define FAR far
349 # ifdef FAR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
diskguid.h 8 #ifndef FAR
9 #define FAR
lmcons.h 14 #ifndef FAR
15 #define FAR
  /external/syslinux/com32/lib/libpng/
pngwio.c 67 * can't handle far buffers in the medium and small models, we have to copy
104 png_memcpy(buf, data, written); /* Copy far buffer to near buffer */
234 void FAR *far_ptr;
236 far_ptr = (void FAR *)near_ptr;
248 void FAR *far_ptr;
249 near_ptr = (void FAR *)ptr;
250 far_ptr = (void FAR *)near_ptr;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
95 struct internal_state FAR *state; /* not visible by applications */
106 typedef z_stream FAR *z_streamp;
129 typedef gz_header FAR *gz_headerp;
282 that the decompressor can get all input data available so far. (In
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
303 the data provided so far to the compressor. It may need to wait for the next
335 so far (that is, total_in bytes).
477 strm->adler to the Adler-32 checksum of all output produced so far (that is,
    [all...]
infback.c 19 local void fixedtables OF((struct inflate_state FAR *state));
31 unsigned char FAR *window;
35 struct inflate_state FAR *state;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
62 strm->state = (struct internal_state FAR *)state;
83 struct inflate_state FAR *state;
253 void FAR *in_desc;
255 void FAR *out_desc;
257 struct inflate_state FAR *state;
258 z_const unsigned char FAR *next; /* next input */
    [all...]

Completed in 523 milliseconds

1 2 34 5 6 7 8 9