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

1 2 3 45 6 7 8 9

  /external/python/cpython3/Modules/zlib/
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...]
zlib.h 89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
96 struct internal_state FAR *state; /* not visible by applications */
108 typedef z_stream FAR *z_streamp;
131 typedef gz_header FAR *gz_headerp;
288 that the decompressor can get all input data available so far. (In
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
309 the data provided so far to the compressor. It may need to wait for the next
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
343 strm->adler will be the CRC-32 checksum of the input read so far. (Se
    [all...]
deflate.h 77 } FAR ct_data;
90 } FAR tree_desc;
93 typedef Pos FAR Posf;
276 } FAR deflate_state;
  /external/syslinux/com32/lib/zlib/
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...]
deflate.h 71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
270 } FAR deflate_state;
  /external/zlib/src/
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...]
zlib.h 89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
96 struct internal_state FAR *state; /* not visible by applications */
108 typedef z_stream FAR *z_streamp;
131 typedef gz_header FAR *gz_headerp;
288 that the decompressor can get all input data available so far. (In
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
309 the data provided so far to the compressor. It may need to wait for the next
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
343 strm->adler will be the CRC-32 checksum of the input read so far. (Se
    [all...]
deflate.h 77 } FAR ct_data;
90 } FAR tree_desc;
93 typedef Pos FAR Posf;
276 } FAR deflate_state;
  /toolchain/binutils/binutils-2.27/zlib/
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...]
deflate.h 74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;
  /external/syslinux/com32/include/
zlib.h 88 uLong total_in; /* total nb of input bytes read so far */
92 uLong total_out; /* total nb 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
334 so far (that is, total_in bytes).
470 strm->adler to the adler32 checksum of all output produced so far (that is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 88 uLong total_in; /* total nb of input bytes read so far */
92 uLong total_out; /* total nb 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 particular
291 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
302 the data provided so far to the compressor. It may need to wait for the next
333 so far (that is, total_in bytes).
469 strm->adler to the adler32 checksum of all output produced so far (that is
    [all...]
  /external/freetype/src/gzip/
zlib.h 71 uLong total_in; /* total nb of input bytes read so far */
75 uLong total_out; /* total nb of bytes output so far */
78 struct internal_state FAR *state; /* not visible by applications */
89 typedef z_stream FAR *z_streamp;
229 that the decompressor can get all input data available so far. (In particular
259 so far (that is, total_in bytes).
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
503 strategy. If the compression level is changed, the input available so far
    [all...]
inftrees.c 36 inflate_huft * FAR*,/* result: starting table */
101 inflate_huft * FAR *t, /* result: starting table */
302 inflate_huft * FAR *tb, /* bits tree result */
333 inflate_huft * FAR *tl, /* literal/length tree result */
334 inflate_huft * FAR *td, /* distance tree result */
412 const inflate_huft * FAR *tl, /* literal/length tree result */
413 const inflate_huft * FAR *td, /* distance tree result */
zutil.h 35 typedef uch FAR uchf;
37 typedef ush FAR ushf;
  /external/libpcap/msdos/
ndis2.h 46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg
49 #define FAR _far
56 #define FAR
63 #define FAR _far
70 #define FAR _far
87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD));
97 PAS_PTR (TransmitChain, (WORD, WORD, struct _TxBufDescr FAR*, WORD));
98 PAS_PTR (TransferData, (WORD*,WORD, struct _TDBufDescr FAR*, WORD));
376 BYTE FAR *pointer1;
377 BYTE FAR *pointer2
    [all...]
  /external/zlib/src/contrib/inflate86/
inffas86.c 75 struct inflate_state FAR *state;
81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
82 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
86 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
109 state = (struct inflate_state FAR *)strm->state
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/inflate86/
inffas86.c 75 struct inflate_state FAR *state;
81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
82 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
86 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
109 state = (struct inflate_state FAR *)strm->state
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
96 struct internal_state FAR *state; /* not visible by applications */
108 typedef z_stream FAR *z_streamp;
131 typedef gz_header FAR *gz_headerp;
288 that the decompressor can get all input data available so far. (In
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
309 the data provided so far to the compressor. It may need to wait for the next
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
343 strm->adler will be the CRC-32 checksum of the input read so far. (Se
    [all...]
  /external/libjpeg-turbo/
jmorecfg.h 226 /* libjpeg-turbo no longer supports platforms that have far symbols (MS-DOS),
230 #undef FAR
231 #define FAR
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 25 #ifndef FAR
26 #define FAR
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
263 } FAR deflate_state;
  /external/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 169 if (TestFunctionAnalysis::Result *FAR =
171 AnalyzedInstrCount += FAR->InstructionCount;
177 TestFunctionAnalysis::Result &FAR =
179 AnalyzedInstrCount += FAR.InstructionCount;
  /external/python/cpython2/Modules/zlib/
deflate.h 74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;

Completed in 535 milliseconds

1 2 3 45 6 7 8 9