Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 25 of 143) sorted by relevance

123456

/external/quake/quake/src/WinQuake/
Dmpdosock.h16 #define FAR macro
56 extern int PASCAL FAR __WSAFDIsSet(SOCKET, fd_set FAR *);
65 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count ; __i++) { \
66 if (((fd_set FAR *)(set))->fd_array[__i] == fd) { \
67 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
68 ((fd_set FAR *)(set))->fd_array[__i] = \
69 ((fd_set FAR *)(set))->fd_array[__i+1]; \
72 ((fd_set FAR *)(set))->fd_count--; \
79 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \
80 ((fd_set FAR *)(set))->fd_array[((fd_set FAR *)(set))->fd_count++]=(fd);\
[all …]
Dwinquake.h97 int (PASCAL FAR *pWSAStartup)(WORD wVersionRequired, LPWSADATA lpWSAData);
98 int (PASCAL FAR *pWSACleanup)(void);
99 int (PASCAL FAR *pWSAGetLastError)(void);
100 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
101 int (PASCAL FAR *pioctlsocket)(SOCKET s, long cmd, u_long FAR *argp);
102 int (PASCAL FAR *psetsockopt)(SOCKET s, int level, int optname,
103 const char FAR * optval, int optlen);
104 int (PASCAL FAR *precvfrom)(SOCKET s, char FAR * buf, int len, int flags,
105 struct sockaddr FAR *from, int FAR * fromlen);
106 int (PASCAL FAR *psendto)(SOCKET s, const char FAR * buf, int len, int flags,
[all …]
Dnet_wins.cpp38 int (PASCAL FAR *pWSAStartup)(WORD wVersionRequired, LPWSADATA lpWSAData);
39 int (PASCAL FAR *pWSACleanup)(void);
40 int (PASCAL FAR *pWSAGetLastError)(void);
41 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
42 int (PASCAL FAR *pioctlsocket)(SOCKET s, long cmd, u_long FAR *argp);
43 int (PASCAL FAR *psetsockopt)(SOCKET s, int level, int optname,
44 const char FAR * optval, int optlen);
45 int (PASCAL FAR *precvfrom)(SOCKET s, char FAR * buf, int len, int flags,
46 struct sockaddr FAR *from, int FAR * fromlen);
47 int (PASCAL FAR *psendto)(SOCKET s, const char FAR * buf, int len, int flags,
[all …]
/external/quake/quake/src/QW/client/
Dwinquake.h96 int (PASCAL FAR *pWSAStartup)(WORD wVersionRequired, LPWSADATA lpWSAData);
97 int (PASCAL FAR *pWSACleanup)(void);
98 int (PASCAL FAR *pWSAGetLastError)(void);
99 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
100 int (PASCAL FAR *pioctlsocket)(SOCKET s, long cmd, u_long FAR *argp);
101 int (PASCAL FAR *psetsockopt)(SOCKET s, int level, int optname,
102 const char FAR * optval, int optlen);
103 int (PASCAL FAR *precvfrom)(SOCKET s, char FAR * buf, int len, int flags,
104 struct sockaddr FAR *from, int FAR * fromlen);
105 int (PASCAL FAR *psendto)(SOCKET s, const char FAR * buf, int len, int flags,
[all …]
/external/open-vcdiff/src/zlib/
Dzconf.h185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
268 # define Bytef Byte FAR
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
268 # define Bytef Byte FAR
[all …]
Dcrc32.c59 const unsigned char FAR *, unsigned));
61 const unsigned char FAR *, unsigned));
75 local unsigned long FAR crc_table[TBLS][256];
78 local void write_table OF((FILE *, const unsigned long FAR *));
185 const unsigned long FAR *table;
205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table()
211 return (const unsigned long FAR *)crc_table; in get_crc_table()
221 const unsigned char FAR *buf;
264 const unsigned char FAR *buf;
268 register const u4 FAR *buf4;
[all …]
Dinftrees.h53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
54 unsigned codes, code FAR * FAR *table,
55 unsigned FAR *bits, unsigned short FAR *work));
Dinflate.c95 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 *)
166 strm->state = (struct internal_state FAR *)state;
206 struct inflate_state FAR *state; in fixedtables()
[all …]
Dinffast.c71 struct inflate_state FAR *state;
72 unsigned char FAR *in; /* local strm->next_in */
73 unsigned char FAR *last; /* while in < last, enough input available */
74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
76 unsigned char FAR *end; /* while out < end, enough space available */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
95 unsigned char FAR *from; /* where to copy match from */
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
268 # define Bytef Byte FAR
[all …]
/external/qemu/distrib/libpng-1.2.19/
Dpngconf.h1153 # ifndef FAR
1154 # define FAR __far macro
1173 #if defined(FAR)
1176 # define FARDATA FAR
1182 #ifndef FAR
1183 # define FAR macro
1196 typedef void FAR * png_voidp;
1197 typedef png_byte FAR * png_bytep;
1198 typedef png_uint_32 FAR * png_uint_32p;
1199 typedef png_int_32 FAR * png_int_32p;
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Ddls.h143 }DLSVERSION, FAR *LPDLSVERSION;
152 }CONNECTION, FAR *LPCONNECTION;
160 } CONNECTIONLIST, FAR *LPCONNECTIONLIST;
171 }RGNRANGE, FAR * LPRGNRANGE;
178 }MIDILOCALE, FAR *LPMIDILOCALE;
194 }RGNHEADER, FAR *LPRGNHEADER;
199 }INSTHEADER, FAR *LPINSTHEADER;
203 }DLSHEADER, FAR *LPDLSHEADER;
223 }WAVELINK, FAR *LPWAVELINK;
230 }POOLCUE, FAR *LPPOOLCUE;
[all …]
/external/libpng/
Dpngconf.h1276 # ifndef FAR
1277 # define FAR __far macro
1296 #ifdef FAR
1299 # define FARDATA FAR
1305 #ifndef FAR
1306 # define FAR macro
1319 typedef void FAR * png_voidp;
1320 typedef png_byte FAR * png_bytep;
1321 typedef png_uint_32 FAR * png_uint_32p;
1322 typedef png_int_32 FAR * png_int_32p;
[all …]
/external/zlib/src/
Dcrc32.c41 const unsigned char FAR *, unsigned));
43 const unsigned char FAR *, unsigned));
59 local z_crc_t FAR crc_table[TBLS][256];
62 local void write_table OF((FILE *, const z_crc_t FAR *));
169 const z_crc_t FAR *table;
190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()
196 return (const z_crc_t FAR *)crc_table; in get_crc_table()
206 const unsigned char FAR *buf;
249 const unsigned char FAR *buf;
253 register const z_crc_t FAR *buf4;
[all …]
Dzconf.h289 # define FAR _far macro
291 # define FAR far macro
298 # define FAR _far macro
300 # define FAR far macro
323 # ifdef FAR
324 # undef FAR
333 # define ZEXPORTVA FAR CDECL
360 #ifndef FAR
361 # define FAR macro
372 # define Bytef Byte FAR
[all …]
Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
61 unsigned codes, code FAR * FAR *table,
62 unsigned FAR *bits, unsigned short FAR *work));
Dinflate.c95 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;
131 struct inflate_state FAR *state;
134 state = (struct inflate_state FAR *)strm->state;
146 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
186 struct inflate_state FAR *state;
207 state = (struct inflate_state FAR *)
[all …]
/external/zlib/
Dzconf.h289 # define FAR _far macro
291 # define FAR far macro
298 # define FAR _far macro
300 # define FAR far macro
323 # ifdef FAR
324 # undef FAR
333 # define ZEXPORTVA FAR CDECL
360 #ifndef FAR
361 # define FAR macro
372 # define Bytef Byte FAR
[all …]
/external/zlib/src/contrib/infback9/
Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
24 in_func in, void FAR *in_desc,
25 out_func out, void FAR *out_desc));
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
28 unsigned char FAR *window,
Dinftree9.h59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
60 unsigned codes, code FAR * FAR *table,
61 unsigned FAR *bits, unsigned short FAR *work));
Dinfback9.c20 z_stream FAR *strm; in inflateBack9Init_()
21 unsigned char FAR *window;
25 struct inflate_state FAR *state;
38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
218 z_stream FAR *strm; in inflateBack9()
220 void FAR *in_desc;
222 void FAR *out_desc;
224 struct inflate_state FAR *state;
225 unsigned char FAR *next; /* next input */
226 unsigned char FAR *put; /* next output */
[all …]
/external/zlib/src/contrib/masmx64/
Dinffas8664.c86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
110 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dddraw.h56 typedef struct IDirectDraw FAR *LPDIRECTDRAW;
57 typedef struct IDirectDraw2 FAR *LPDIRECTDRAW2;
58 typedef struct IDirectDrawSurface FAR *LPDIRECTDRAWSURFACE;
59 typedef struct IDirectDrawSurface2 FAR *LPDIRECTDRAWSURFACE2;
61 typedef struct IDirectDrawPalette FAR *LPDIRECTDRAWPALETTE;
62 typedef struct IDirectDrawClipper FAR *LPDIRECTDRAWCLIPPER;
64 typedef struct _DDFXROP FAR *LPDDFXROP;
65 typedef struct _DDSURFACEDESC FAR *LPDDSURFACEDESC;
72 typedef BOOL (FAR PASCAL * LPDDENUMCALLBACKA)(GUID FAR *, LPSTR, LPSTR, LPVOID);
73 typedef BOOL (FAR PASCAL * LPDDENUMCALLBACKW)(GUID FAR *, LPWSTR, LPWSTR, LPVOID);
[all …]
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDDRAW.H56 typedef struct IDirectDraw FAR *LPDIRECTDRAW;
57 typedef struct IDirectDraw2 FAR *LPDIRECTDRAW2;
58 typedef struct IDirectDrawSurface FAR *LPDIRECTDRAWSURFACE;
59 typedef struct IDirectDrawSurface2 FAR *LPDIRECTDRAWSURFACE2;
61 typedef struct IDirectDrawPalette FAR *LPDIRECTDRAWPALETTE;
62 typedef struct IDirectDrawClipper FAR *LPDIRECTDRAWCLIPPER;
64 typedef struct _DDFXROP FAR *LPDDFXROP;
65 typedef struct _DDSURFACEDESC FAR *LPDDSURFACEDESC;
72 typedef BOOL (FAR PASCAL * LPDDENUMCALLBACKA)(GUID FAR *, LPSTR, LPSTR, LPVOID);
73 typedef BOOL (FAR PASCAL * LPDDENUMCALLBACKW)(GUID FAR *, LPWSTR, LPWSTR, LPVOID);
[all …]

123456