/reactos/modules/rostests/winetests/d3drm/ |
H A D | d3drm.c | 1068 ULONG ref, ref2; in test_Frame() local 1782 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 1813 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 1826 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 1857 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 1873 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 1904 ok(ref4 == ref2, "Expected ref4 == ref2, got ref2 = %u, ref4 = %u.\n", ref2, ref4); in test_Viewport() 2768 ok(ref2 > ref1, "expected ref2 > ref1, got ref1 = %u , ref2 = %u.\n", ref1, ref2); in test_Texture() 2930 ok(ref2 > ref1, "expected ref2 > ref1, got ref1 = %u , ref2 = %u.\n", ref1, ref2); in test_Texture() 6194 ULONG ref1, ref2; in test_load_texture() local [all …]
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlview.c | 636 ULONG ref1, ref2; in test_CreateViewWindow() local 690 ref2 = IShellView_Release(view); in test_CreateViewWindow() 691 ok(ref1 > ref2, "expected %u > %u\n", ref1, ref2); in test_CreateViewWindow() 692 ref1 = ref2; in test_CreateViewWindow() 702 ref2 = IShellView_Release(view); in test_CreateViewWindow() 703 ok(ref2 != 0, "ref2 = %u\n", ref2); in test_CreateViewWindow() 704 ok(ref2 > ref1, "expected %u > %u\n", ref2, ref1); in test_CreateViewWindow()
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afhints.c | 1442 AF_Point ref2 ) in af_iup_interp() argument 1451 if ( ref1->v > ref2->v ) in af_iup_interp() 1454 ref1 = ref2; in af_iup_interp() 1455 ref2 = p; in af_iup_interp() 1459 v2 = ref2->v; in af_iup_interp() 1461 u2 = ref2->u; in af_iup_interp()
|
/reactos/modules/rostests/winetests/scrrun/ |
H A D | filesystem.c | 1041 LONG count, ref, ref2, i; in test_FolderCollection() local 1110 ref2 = GET_REFCOUNT(folders); in test_FolderCollection() 1111 ok(ref2 == ref + 1, "got %d, %d\n", ref2, ref); in test_FolderCollection() 1123 ref2 = GET_REFCOUNT(folders); in test_FolderCollection() 1124 ok(ref2 == ref, "got %d, %d\n", ref2, ref); in test_FolderCollection() 1217 LONG count, ref, ref2, i; in test_FileCollection() local 1280 ref2 = GET_REFCOUNT(files); in test_FileCollection() 1281 ok(ref2 == ref + 1, "got %d, %d\n", ref2, ref); in test_FileCollection() 1293 ref2 = GET_REFCOUNT(files); in test_FileCollection() 1294 ok(ref2 == ref, "got %d, %d\n", ref2, ref); in test_FileCollection()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftmac.c | 202 FSRef ref2; in FT_GetFileRef_From_Mac_ATS_Name() local 207 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name() 209 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name()
|
/reactos/dll/directx/wine/dplayx/ |
H A D | dplay_global.h | 193 LONG ref, ref2A, ref2, ref3A, ref3, ref4A, ref4; member
|
H A D | dplobby.c | 75 LONG ref, refA, ref2, ref2A, ref3, ref3A; member 251 ULONG ref = InterlockedIncrement( &This->ref2 ); in IDirectPlayLobby2Impl_AddRef() 329 ULONG ref = InterlockedDecrement( &This->ref2 ); in IDirectPlayLobby2Impl_Release() 2048 obj->ref2 = 0; in dplobby_create()
|
H A D | dplay.c | 694 ULONG ref = InterlockedIncrement( &This->ref2 ); in IDirectPlay2Impl_AddRef() 772 ULONG ref = InterlockedDecrement( &This->ref2 ); in IDirectPlay2Impl_Release() 5699 obj->ref2 = 0; in dplay_create()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | balance.c | 301 metadata_reloc_ref* ref2 = CONTAINING_RECORD(le, metadata_reloc_ref, list_entry); in sort_metadata_reloc_refs() local 303 if (ref->type < ref2->type || (ref->type == ref2->type && ref->hash > ref2->hash)) { in sort_metadata_reloc_refs() 1501 data_reloc_ref* ref2 = CONTAINING_RECORD(le, data_reloc_ref, list_entry); in sort_data_reloc_refs() local 1503 if (ref->type < ref2->type || (ref->type == ref2->type && ref->hash > ref2->hash)) { in sort_data_reloc_refs() 1521 data_reloc_ref* ref2 = CONTAINING_RECORD(le->Flink, data_reloc_ref, list_entry); in sort_data_reloc_refs() local 1523 …if (ref->type == TYPE_EXTENT_DATA_REF && ref2->type == TYPE_EXTENT_DATA_REF && ref->edr.root == re… in sort_data_reloc_refs() 1524 ref->edr.objid == ref2->edr.objid && ref->edr.offset == ref2->edr.offset) { in sort_data_reloc_refs() 1525 RemoveEntryList(&ref2->list_entry); in sort_data_reloc_refs() 1526 ref->edr.count += ref2->edr.count; in sort_data_reloc_refs() 1527 ExFreePool(ref2); in sort_data_reloc_refs()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | main.c | 889 ddraw, ddraw->ref7, ddraw->ref4, ddraw->ref3, ddraw->ref2, ddraw->ref1); in DllMain() 898 surface->ref2, surface->ref1, surface->gamma_count); in DllMain()
|
H A D | ddraw_private.h | 90 LONG ref7, ref4, ref2, ref3, ref1, numIfaces; member 159 LONG ref7, ref4, ref3, ref2, ref1, iface_count, gamma_count; member
|
H A D | surface.c | 389 ULONG refcount = InterlockedIncrement(&This->ref2); in ddraw_surface2_AddRef() 525 surface, surface->ref7, surface->ref4, surface->ref3, surface->ref2, surface->ref1); in ddraw_surface_cleanup() 649 ULONG refcount = InterlockedDecrement(&This->ref2); in ddraw_surface2_Release()
|
H A D | ddraw.c | 311 ULONG ref = InterlockedIncrement(&This->ref2); in ddraw2_AddRef() 488 ULONG ref = InterlockedDecrement(&This->ref2); in ddraw2_Release()
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttgxvar.c | 3311 int ref2, in tt_delta_interpolate() argument 3330 if ( in_points[ref1].x > in_points[ref2].x ) in tt_delta_interpolate() 3333 ref1 = ref2; in tt_delta_interpolate() 3334 ref2 = p; in tt_delta_interpolate() 3338 in2 = in_points[ref2].x; in tt_delta_interpolate() 3340 out2 = out_points[ref2].x; in tt_delta_interpolate()
|
H A D | ttinterp.c | 6808 FT_UInt ref2 ) in _iup_worker_interpolate() argument 6818 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate() 6822 orus2 = worker->orus[ref2].x; in _iup_worker_interpolate() 6835 ref1 = ref2; in _iup_worker_interpolate() 6836 ref2 = tmp_r; in _iup_worker_interpolate() 6840 org2 = worker->orgs[ref2].x; in _iup_worker_interpolate() 6842 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate()
|
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 2667 WCHAR *ref2; member 2677 heap_free( assoc[i].ref2 ); in free_assocations() 2715 if (!(ret[i].ref2 = heap_strdupW( V_BSTR(&val) ))) goto done; in get_diskdrivetodiskpartition_pairs() 2751 rec->dependent = assoc[i].ref2; in fill_diskdrivetodiskpartition() 3016 if (!(ret[i].ref2 = heap_strdupW( V_BSTR(&val) ))) goto done; in get_logicaldisktopartition_pairs() 3052 rec->dependent = assoc[i].ref2; in fill_logicaldisktopartition()
|
/reactos/dll/directx/wine/d3drm/ |
H A D | d3drm.c | 193 LONG ref1, ref2, ref3, iface_count; member 811 ULONG refcount = InterlockedIncrement(&d3drm->ref2); in d3drm2_AddRef() 824 ULONG refcount = InterlockedDecrement(&d3drm->ref2); in d3drm2_Release()
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | domdoc.c | 8043 ULONG ref1, ref2; in test_setAttributeNode() local 8075 ref2 = IXMLDOMElement_AddRef(elem); in test_setAttributeNode() 8077 ok(ref2 == ref1, "got %d, expected %d\n", ref2, ref1); in test_setAttributeNode() 8152 ref2 = IXMLDOMAttribute_AddRef(attr); in test_setAttributeNode() 8154 ok(ref1 == ref2, "got %d, expected %d\n", ref2, ref1); in test_setAttributeNode() 8845 ULONG ref1, ref2; in test_xsltemplate() local 8897 ref2 = IXMLDOMDocument_AddRef(doc); in test_xsltemplate() 8899 ok(ref2 > ref1, "got %d\n", ref2); in test_xsltemplate() 9051 ref2 = IXMLDOMDocument_AddRef(doc); in test_xsltemplate() 9053 ok(ref2 == ref1, "got %d\n", ref2); in test_xsltemplate()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | storage32.c | 3326 ULONG ref, ref2; in test_direct_swmr() local 3364 ref2 = IStorage_AddRef(stg); in test_direct_swmr() 3366 ok(ref2 == ref + 1, "got %u\n", ref2); in test_direct_swmr()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | typelib.c | 6113 ULONG ref1, ref2; in test_GetLibAttr() local 6127 ref2 = ITypeLib_AddRef(tl); in test_GetLibAttr() 6129 ok(ref2 == ref1, "got %d, %d\n", ref2, ref1); in test_GetLibAttr()
|