Home
last modified time | relevance | path

Searched refs:dest_ptr (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dexcept_i386.c294 void **dest_ptr; in copy_exception() local
298 dest_ptr = (void **)((char *)&frame->ebp + catchblock->offset); in copy_exception()
302 *dest_ptr = get_this_pointer( &type->offsets, object ); in copy_exception()
306 memmove( dest_ptr, object, type->size ); in copy_exception()
308 if (type->size == sizeof(void *)) *dest_ptr = get_this_pointer( &type->offsets, *dest_ptr ); in copy_exception()
313 call_copy_ctor( type->copy_ctor, dest_ptr, get_this_pointer(&type->offsets,object), in copy_exception()
316 memmove( dest_ptr, get_this_pointer(&type->offsets,object), type->size ); in copy_exception()
/reactos/dll/directx/wine/wined3d/
H A Ddevice.c3080 BYTE *dest_ptr; in process_vertices_strided() local
3124 dest_ptr = map_desc.data; in process_vertices_strided()
3250 ( (float *) dest_ptr)[0] = x; in process_vertices_strided()
3251 ( (float *) dest_ptr)[1] = y; in process_vertices_strided()
3252 ( (float *) dest_ptr)[2] = z; in process_vertices_strided()
3255 dest_ptr += 3 * sizeof(float); in process_vertices_strided()
3258 dest_ptr += sizeof(float); in process_vertices_strided()
3262 dest_ptr += sizeof(DWORD); in process_vertices_strided()
3287 dest_ptr += sizeof(DWORD); in process_vertices_strided()
3309 *(DWORD *)dest_ptr = 0xff000000; in process_vertices_strided()
[all …]
/reactos/dll/win32/ole32/
H A Dclipboard.c487 METAFILEPICT *dest_ptr; in dup_metafilepict() local
495 dest_ptr = GlobalLock(dest); in dup_metafilepict()
496 if (!dest_ptr) return E_FAIL; in dup_metafilepict()
499 dest_ptr->hMF = CopyMetaFileW(dest_ptr->hMF, NULL); in dup_metafilepict()
500 if (dest_ptr->hMF) in dup_metafilepict()
/reactos/dll/win32/msxml3/
H A Dmxwriter.c950 char *dest_ptr; in mxwriter_get_output() local
962 dest_ptr = (char*)V_BSTR(dest); in mxwriter_get_output()
967 memcpy(dest_ptr, buff->data, buff->written); in mxwriter_get_output()
968 dest_ptr += buff->written; in mxwriter_get_output()
973 memcpy(dest_ptr, buff->data, buff->written); in mxwriter_get_output()
974 dest_ptr += buff->written; in mxwriter_get_output()
/reactos/dll/win32/oleaut32/
H A Dtypelib.c100 static HRESULT TLB_AllocAndInitVarDesc(const VARDESC *src, VARDESC **dest_ptr);
5871 static HRESULT TLB_AllocAndInitFuncDesc( const FUNCDESC *src, FUNCDESC **dest_ptr, BOOL dispinterfa… in TLB_AllocAndInitFuncDesc() argument
5964 *dest_ptr = dest; in TLB_AllocAndInitFuncDesc()
6110 static HRESULT TLB_AllocAndInitVarDesc( const VARDESC *src, VARDESC **dest_ptr ) in TLB_AllocAndInitVarDesc() argument
6159 *dest_ptr = dest; in TLB_AllocAndInitVarDesc()