Searched refs:FAR (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | 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 */
|
| H A D | ftzconf.h | 150 /* 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 D | infblock.h | 15 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
|
| H A D | infcodes.h | 15 typedef struct inflate_codes_state FAR inflate_codes_statef;
|
| H A D | zlib.h | 78 struct internal_state FAR *state; /* not visible by applications */ 89 typedef z_stream FAR *z_streamp;
|
| H A D | 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 */
|
| H A D | zutil.h | 35 typedef uch FAR uchf; 37 typedef ush FAR ushf;
|
| H A D | inflate.c | 102 if ((z->state = (struct internal_state FAR *)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/ |
| H A D | tri.c | 31 #define FAR 1 macro 178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
|
| H A D | quad-tex.c | 31 #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 D | tri.c | 31 #define FAR 1 macro 178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
|
| H A D | quad-tex.c | 31 #define FAR 1 macro 235 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | 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])
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.1.2.rst | 125 - nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit
|
Completed in 14 milliseconds