Home
last modified time | relevance | path

Searched refs:STACK_ARGS (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_2d/
H A Dr_draw.h77 extern DWORD (STACK_ARGS *dovline1) ();
78 extern DWORD (STACK_ARGS *doprevline1) ();
83 extern void (STACK_ARGS *dovline4) ();
87 extern DWORD (STACK_ARGS *domvline1) ();
88 extern void (STACK_ARGS *domvline4) ();
135 void STACK_ARGS rt_copy4cols_c (int sx, int yl, int yh);
138 void STACK_ARGS rt_shaded4cols_c (int sx, int yl, int yh);
153 void STACK_ARGS rt_map4cols_c (int sx, int yl, int yh);
154 void STACK_ARGS rt_add4cols_c (int sx, int yl, int yh);
159 void STACK_ARGS rt_tlate4cols (int sx, int yl, int yh);
[all …]
H A Dr_draw.cpp1461 static void STACK_ARGS vlinec4 ();
1476 DWORD STACK_ARGS vlineasm1 ();
1477 DWORD STACK_ARGS prevlineasm1 ();
1480 void STACK_ARGS vlineasm4 ();
1482 void STACK_ARGS vlinetallasm4 ();
1486 DWORD STACK_ARGS mvlineasm1();
1487 void STACK_ARGS mvlineasm4();
1536 DWORD STACK_ARGS vlinec1 () in vlinec1()
1557 void STACK_ARGS vlinec4 () in vlinec4()
1587 DWORD STACK_ARGS mvlinec1 () in mvlinec1()
[all …]
H A Dr_drawt.cpp113 void STACK_ARGS rt_copy4cols_c (int sx, int yl, int yh) in rt_copy4cols_c()
181 void STACK_ARGS rt_map4cols_c (int sx, int yl, int yh) in rt_map4cols_c()
321 void STACK_ARGS rt_tlate4cols (int sx, int yl, int yh) in rt_tlate4cols()
362 void STACK_ARGS rt_add4cols_c (int sx, int yl, int yh) in rt_add4cols_c()
425 void STACK_ARGS rt_tlateadd4cols (int sx, int yl, int yh) in rt_tlateadd4cols()
463 void STACK_ARGS rt_shaded4cols_c (int sx, int yl, int yh) in rt_shaded4cols_c()
544 void STACK_ARGS rt_addclamp4cols_c (int sx, int yl, int yh) in rt_addclamp4cols_c()
615 void STACK_ARGS rt_tlateaddclamp4cols (int sx, int yl, int yh) in rt_tlateaddclamp4cols()
657 void STACK_ARGS rt_subclamp4cols (int sx, int yl, int yh) in rt_subclamp4cols()
724 void STACK_ARGS rt_tlatesubclamp4cols (int sx, int yl, int yh) in rt_tlatesubclamp4cols()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_draw.h68 extern DWORD (STACK_ARGS *dovline1) ();
69 extern DWORD (STACK_ARGS *doprevline1) ();
74 extern void (STACK_ARGS *dovline4) ();
78 extern DWORD (STACK_ARGS *domvline1) ();
79 extern void (STACK_ARGS *domvline4) ();
126 void STACK_ARGS rt_copy4cols_c (int sx, int yl, int yh);
129 void STACK_ARGS rt_shaded4cols_c (int sx, int yl, int yh);
144 void STACK_ARGS rt_map4cols_c (int sx, int yl, int yh);
145 void STACK_ARGS rt_add4cols_c (int sx, int yl, int yh);
150 void STACK_ARGS rt_tlate4cols (int sx, int yl, int yh);
[all …]
H A Ddoomtype.h105 #define STACK_ARGS __cdecl macro
107 #define STACK_ARGS macro
139 int STACK_ARGS Printf (int printlevel, const char *, ...) GCCPRINTF(2,3);
140 int STACK_ARGS Printf (const char *, ...) GCCPRINTF(1,2);
143 int STACK_ARGS DPrintf (const char *, ...) GCCPRINTF(1,2);
H A Dr_draw.cpp1589 static void STACK_ARGS vlinec4 ();
1604 DWORD STACK_ARGS vlineasm1 ();
1605 DWORD STACK_ARGS prevlineasm1 ();
1608 void STACK_ARGS vlineasm4 ();
1610 void STACK_ARGS vlinetallasm4 ();
1614 DWORD STACK_ARGS mvlineasm1();
1615 void STACK_ARGS mvlineasm4();
1664 DWORD STACK_ARGS vlinec1 () in vlinec1()
1685 void STACK_ARGS vlinec4 () in vlinec4()
1715 DWORD STACK_ARGS mvlinec1 () in mvlinec1()
[all …]
H A Dhu_stuff.h59 int STACK_ARGS comparepoints(const void *arg1, const void *arg2);
60 int STACK_ARGS compareteams(const void *arg1, const void *arg2);
H A Dv_video.h208 void STACK_ARGS DrawTexture (FTexture *img, double x, double y, int tags, ...);
217 void STACK_ARGS DrawText (FFont *font, int normalcolor, int x, int y, const char *string, ...);
219 void STACK_ARGS DrawTextA (FFont *font, int normalcolor, int x, int y, const char *string, ...);
222 void STACK_ARGS DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...);
266 virtual void STACK_ARGS DrawTextureV (FTexture *img, double x, double y, uint32 tag, va_list tags);
H A Dr_drawt.cpp115 void STACK_ARGS rt_copy4cols_c (int sx, int yl, int yh) in rt_copy4cols_c()
183 void STACK_ARGS rt_map4cols_c (int sx, int yl, int yh) in rt_map4cols_c()
323 void STACK_ARGS rt_tlate4cols (int sx, int yl, int yh) in rt_tlate4cols()
364 void STACK_ARGS rt_add4cols_c (int sx, int yl, int yh) in rt_add4cols_c()
427 void STACK_ARGS rt_tlateadd4cols (int sx, int yl, int yh) in rt_tlateadd4cols()
465 void STACK_ARGS rt_shaded4cols_c (int sx, int yl, int yh) in rt_shaded4cols_c()
546 void STACK_ARGS rt_addclamp4cols_c (int sx, int yl, int yh) in rt_addclamp4cols_c()
617 void STACK_ARGS rt_tlateaddclamp4cols (int sx, int yl, int yh) in rt_tlateaddclamp4cols()
659 void STACK_ARGS rt_subclamp4cols (int sx, int yl, int yh) in rt_subclamp4cols()
726 void STACK_ARGS rt_tlatesubclamp4cols (int sx, int yl, int yh) in rt_tlatesubclamp4cols()
[all …]
H A Dv_palette.cpp67 static int STACK_ARGS sortforremap (const void *a, const void *b);
68 static int STACK_ARGS sortforremap2 (const void *a, const void *b);
225 static int STACK_ARGS sortforremap (const void *a, const void *b) in sortforremap()
301 static int STACK_ARGS sortforremap2 (const void *a, const void *b) in sortforremap2()
387 extern "C" void STACK_ARGS DoBlending_MMX (const PalEntry *from, PalEntry *to, int count, int r, in…
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Di_musicinterns.h389 fluid_settings_t *(STACK_ARGS *new_fluid_settings)(); variable
390 fluid_synth_t *(STACK_ARGS *new_fluid_synth)(fluid_settings_t *); variable
391 int (STACK_ARGS *delete_fluid_synth)(fluid_synth_t *); variable
392 void (STACK_ARGS *delete_fluid_settings)(fluid_settings_t *); variable
398 void (STACK_ARGS *fluid_synth_set_reverb_on)(fluid_synth_t *, int); variable
401 int (STACK_ARGS *fluid_synth_set_polyphony)(fluid_synth_t *, int); variable
402 int (STACK_ARGS *fluid_synth_get_polyphony)(fluid_synth_t *); variable
404 double (STACK_ARGS *fluid_synth_get_cpu_load)(fluid_synth_t *); variable
405 int (STACK_ARGS *fluid_synth_system_reset)(fluid_synth_t *); variable
407 int (STACK_ARGS *fluid_synth_noteoff)(fluid_synth_t *, int, int); variable
[all …]
/dports/games/odamex/odamex-src-0.7.0/client/sdl/
H A Di_system.h107 void STACK_ARGS I_Quit (void);
109 void STACK_ARGS I_Warning(const char *warning, ...);
110 void STACK_ARGS I_Error (const char *error, ...);
111 void STACK_ARGS I_FatalError (const char *error, ...);
113 void addterm (void (STACK_ARGS *func)(void), const char *name);
H A Di_main.cpp86 typedef void (STACK_ARGS *term_func_t)(void);
89 void addterm (void (STACK_ARGS *func) (), const char *name) in addterm()
94 void STACK_ARGS call_terms (void) in call_terms()
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Di_system.h102 void STACK_ARGS I_Quit (void);
104 void STACK_ARGS I_Error (const char *error, ...);
105 void STACK_ARGS I_FatalError (const char *error, ...);
107 void addterm (void (STACK_ARGS *func)(void), const char *name);
H A Dsv_main.h61 void STACK_ARGS SV_BroadcastPrintf (int level, const char *fmt, ...);
62 void STACK_ARGS SV_ClientPrintf (client_t *cl, int level, const char *fmt, ...);
63 void STACK_ARGS SV_SpectatorPrintf (int level, const char *fmt, ...);
64 void STACK_ARGS SV_PlayerPrintf (int level, int who, const char *fmt, ...);
H A Di_main.cpp68 typedef void (STACK_ARGS *term_func_t)(void);
71 void addterm (void (STACK_ARGS *func) (), const char *name) in addterm()
76 void STACK_ARGS call_terms (void) in call_terms()
H A Dc_console.cpp256 int STACK_ARGS Printf (int printlevel, const char *format, ...) in Printf()
268 int STACK_ARGS Printf_Bold (const char *format, ...) in Printf_Bold()
281 int STACK_ARGS DPrintf (const char *format, ...) in DPrintf()
H A Di_system.cpp527 void STACK_ARGS I_Quit (void) in I_Quit()
551 void STACK_ARGS call_terms (void);
553 void STACK_ARGS I_FatalError (const char *error, ...) in I_FatalError()
585 void STACK_ARGS I_Error (const char *error, ...) in I_Error()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddoomtype.h55 #define STACK_ARGS __cdecl macro
57 #define STACK_ARGS macro
172 int STACK_ARGS Printf (int printlevel, const char *, ...);
174 int STACK_ARGS Printf_Bold (const char *format, ...);
176 int STACK_ARGS DPrintf (const char *, ...);
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_video.h234 void STACK_ARGS DrawTexture (FTexture *img, double x, double y, int tags, ...);
243 void STACK_ARGS DrawText (FFont *font, int normalcolor, int x, int y, const char *string, ...);
245 void STACK_ARGS DrawTextA (FFont *font, int normalcolor, int x, int y, const char *string, ...);
248 void STACK_ARGS DrawChar (FFont *font, int normalcolor, int x, int y, BYTE character, ...);
292 virtual void STACK_ARGS DrawTextureV (FTexture *img, double x, double y, uint32 tag, va_list tags);
H A Dzdoomsupport.h80 #define STACK_ARGS __cdecl macro
82 #define STACK_ARGS macro
H A Dv_palette.cpp62 static int STACK_ARGS sortforremap (const void *a, const void *b);
63 static int STACK_ARGS sortforremap2 (const void *a, const void *b);
233 static int STACK_ARGS sortforremap (const void *a, const void *b) in sortforremap()
309 static int STACK_ARGS sortforremap2 (const void *a, const void *b) in sortforremap2()
397 extern "C" void STACK_ARGS DoBlending_MMX (const PalEntry *from, PalEntry *to, int count, int r, in…
/dports/games/zdoom/zdoom-2.8.1/src/posix/
H A Di_system.h107 void STACK_ARGS I_Error (const char *error, ...) GCCPRINTF(1,2);
108 void STACK_ARGS I_FatalError (const char *error, ...) GCCPRINTF(1,2);
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_system.h135 void STACK_ARGS I_Error (const char *error, ...) GCCPRINTF(1,2);
136 void STACK_ARGS I_FatalError (const char *error, ...) GCCPRINTF(1,2);
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dresourcefile.h10 #define STACK_ARGS __cdecl macro
12 #define STACK_ARGS macro

1234567