Searched refs:nb_args (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/crt/wine/ |
H A D | except_i386.c | 1070 int WINAPIV DECLSPEC_HIDDEN __regs_MSVCRT__setjmp3(_JUMP_BUFFER *jmp, int nb_args, ...) in DEFINE_SETJMP_ENTRYPOINT() 1084 va_start( args, nb_args ); in DEFINE_SETJMP_ENTRYPOINT() 1085 if (nb_args > 0) jmp->UnwindFunc = va_arg( args, unsigned long ); in DEFINE_SETJMP_ENTRYPOINT() 1086 if (nb_args > 1) jmp->TryLevel = va_arg( args, unsigned long ); in DEFINE_SETJMP_ENTRYPOINT() 1088 for (i = 0; i < 6 && i < nb_args - 2; i++) in DEFINE_SETJMP_ENTRYPOINT()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winbase16.h | 183 DWORD nb_args; /* 2c number of 16-bit argument bytes */ member
|
/reactos/sdk/tools/widl/ |
H A D | typegen.c | 1301 unsigned int nb_args = 0; in write_proc_func_header() local 1326 nb_args++; in write_proc_func_header() 1331 nb_args++; in write_proc_func_header() 1393 print_file( file, indent, "0x%02x,\t/* %u params */\n", nb_args, nb_args ); in write_proc_func_header()
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.h | 2459 DWORD nb_args; /* 2c number of 16-bit argument bytes */ member
|
/reactos/dll/win32/oleaut32/ |
H A D | typelib.c | 6407 extern LONGLONG call_method( void *func, int nb_args, const DWORD *args, int *stack_offset ); 6408 extern double call_double_method( void *func, int nb_args, const DWORD *args, int *stack_offset ); 6556 extern DWORD_PTR CDECL call_method( void *func, int nb_args, const DWORD_PTR *args ); 6557 extern double CDECL call_double_method( void *func, int nb_args, const DWORD_PTR *args );
|