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

/xsrc/external/mit/freetype/dist/src/gzip/
H A Dinftrees.h17 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 */
H A Dftzconf.h150 /* The following definitions for FAR are needed only for MSDOS mixed
154 * just define FAR to be empty.
160 # define FAR _far macro
162 # define FAR far macro
168 # define FAR _far macro
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _export
214 #ifndef FAR
215 # define FAR macro
[all...]
H A Dinfblock.h15 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
H A Dinfcodes.h15 typedef struct inflate_codes_state FAR inflate_codes_statef;
H A Dzlib.h78 struct internal_state FAR *state; /* not visible by applications */
89 typedef z_stream FAR *z_streamp;
H A Dinftrees.c36 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 */
H A Dzutil.h35 typedef uch FAR uchf;
37 typedef ush FAR ushf;
H A Dinflate.c102 if ((z->state = (struct internal_state FAR *)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dtri.c31 #define FAR 1 macro
178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
H A Dquad-tex.c31 #define FAR 1 macro
234 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dtri.c31 #define FAR 1 macro
178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
H A Dquad-tex.c31 #define FAR 1 macro
235 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXpoll.h.in179 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
180 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.1.2.rst125 - nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit

Completed in 14 milliseconds