Searched defs:target_type (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | arch.h | 240 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) argument 245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument 252 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument 257 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | mixer.c | 95 static const char * target_type(DWORD dwType) in target_type() function
|
/reactos/sdk/tools/widl/ |
H A D | write_msft.c | 801 int target_type; in encode_type() local 1051 int target_type; in encode_var() local
|
/reactos/dll/directx/wine/wined3d/ |
H A D | arb_program_shader.c | 361 const struct wined3d_gl_info *gl_info, GLuint target_type, unsigned int max_constants, in shader_arb_load_constants_f()
|