HomeSort by: relevance | last modified time | path
    Searched refs:FAR (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/freetype/dist/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...]
infblock.h 15 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
infcodes.h 15 typedef struct inflate_codes_state FAR inflate_codes_statef;
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
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;
inflate.c 102 if ((z->state = (struct internal_state FAR *)
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
tri.c 31 #define FAR 1
178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
quad-tex.c 31 #define FAR 1
235 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
tri.c 31 #define FAR 1
178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
quad-tex.c 31 #define FAR 1
234 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /xsrc/external/mit/freetype/dist/builds/amiga/
smakefile 182 sc $(SCFLAGS) code=far objname=$@ $<
259 sc $(SCFLAGS) define FAR objname=$@ $<
265 sc $(SCFLAGS) define FAR objname=$@ $<
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xpoll.h.in 179 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
180 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])

Completed in 16 milliseconds