Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Darch.h240 #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/sdk/tools/widl/
H A Dwrite_msft.c801 int target_type; in encode_type() local
891 *encoded_type = target_type; in encode_type()
904 if (target_type & 0x80000000) { in encode_type()
915 typedata[1] = target_type; in encode_type()
930 &target_type, &child_size); in encode_type()
940 if (target_type & 0x80000000) { in encode_type()
951 typedata[1] = target_type; in encode_type()
1051 int target_type; in encode_var() local
1078 arraydata[0] = target_type; in encode_var()
1125 if (target_type & 0x80000000) { in encode_var()
[all …]
/reactos/modules/rostests/winetests/winmm/
H A Dmixer.c95 static const char * target_type(DWORD dwType) in target_type() function
464 target_type(mixerlineA.Target.dwType)); in mixer_test_deviceA()
500 target_type(mixerlineA.Target.dwType)); in mixer_test_deviceA()
858 target_type(mixerlineW.Target.dwType)); in mixer_test_deviceW()
902 target_type(mixerlineW.Target.dwType)); in mixer_test_deviceW()
/reactos/dll/directx/wine/wined3d/
H A Darb_program_shader.c361 const struct wined3d_gl_info *gl_info, GLuint target_type, unsigned int max_constants, in shader_arb_load_constants_f() argument
380 if (target_type == GL_FRAGMENT_PROGRAM_ARB && shader->reg_maps.shader_version.major == 1) in shader_arb_load_constants_f()
420 GL_EXTCALL(glProgramEnvParameter4fvARB(target_type, i, lcl_const)); in shader_arb_load_constants_f()
452 GL_EXTCALL(glProgramEnvParameters4fvEXT(target_type, j, i - j, &constants[j].x)); in shader_arb_load_constants_f()
462 GL_EXTCALL(glProgramEnvParameter4fvARB(target_type, i, &constants[i].x)); in shader_arb_load_constants_f()
486 … GL_EXTCALL(glProgramEnvParameter4fvARB(target_type, lconst->idx, (GLfloat*)lconst->value)); in shader_arb_load_constants_f()