/reactos/modules/rostests/winetests/dsound/ |
H A D | dsound.c | 390 "dsbo=%p\n",rc,primary); in test_primary() 394 primary=NULL; in test_primary() 400 "primary=%p\n",rc,primary); in test_primary() 404 primary=NULL; in test_primary() 412 "primary=%p\n",rc,primary); in test_primary() 416 primary=NULL; in test_primary() 424 "primary=%p\n",rc,primary); in test_primary() 434 primary=NULL; in test_primary() 446 primary=NULL; in test_primary() 559 ok(rc==DS_OK && primary!=NULL, in test_primary_secondary() [all …]
|
H A D | ds3d8.c | 786 if (primary) { in test_secondary8() 832 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary8() local 859 primary=NULL; in test_primary8() 914 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d8() local 940 primary=NULL; in test_primary_3d8() 947 if (rc==DS_OK && primary!=NULL) { in test_primary_3d8() 951 primary=NULL; in test_primary_3d8() 985 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener8() local 1010 primary=NULL; in test_primary_3d_with_listener8() 1033 ok(temp_buffer==primary,"COM interface broken: %p != %p\n",temp_buffer,primary); in test_primary_3d_with_listener8() [all …]
|
H A D | ds3d.c | 946 if (primary) { in test_secondary() 992 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary() local 1019 primary=NULL; in test_primary() 1075 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d() local 1101 primary=NULL; in test_primary_3d() 1108 if (rc==DS_OK && primary!=NULL) { in test_primary_3d() 1112 primary=NULL; in test_primary_3d() 1146 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener() local 1171 primary=NULL; in test_primary_3d_with_listener() 1191 ok(temp_buffer==primary, in test_primary_3d_with_listener() [all …]
|
H A D | dsound8.c | 411 rc,primary); in test_primary8() 420 "dsbo=%p\n",rc,primary); in test_primary8() 429 "primary=%p\n",rc,primary); in test_primary8() 439 primary=NULL; in test_primary8() 448 if (rc==DS_OK && primary!=NULL) in test_primary8() 451 primary=NULL; in test_primary8() 560 ok(rc==DS_OK && primary!=NULL, in test_primary_secondary8() 564 if (rc==DS_OK && primary!=NULL) { in test_primary_secondary8() 701 ok(rc==DS_OK && primary!=NULL, in test_secondary8() 705 if (rc==DS_OK && primary!=NULL) { in test_secondary8() [all …]
|
H A D | propset.c | 558 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in dsenum_callback() local 588 primary=NULL; in dsenum_callback() 592 rc=IDirectSound_CreateSoundBuffer(dso,&bufdesc,&primary,NULL); in dsenum_callback() 593 ok((rc==DS_OK&&primary!=NULL) in dsenum_callback() 601 if (rc==DS_OK&&primary!=NULL) { in dsenum_callback() 692 ref=IDirectSoundBuffer_Release(primary); in dsenum_callback()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | monitor.c | 68 char *primary = (char *)lparam; in monitor_enum_proc() local 74 strcpy(primary, mi.szDevice); in monitor_enum_proc() 452 HMONITOR monitor, primary, nearest; in test_monitors() local 503 …ok( monitor == primary, "got %p, should get primary %p for MONITOR_DEFAULTTOPRIMARY\n", monitor, p… in test_monitors() 509 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors() 512 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors() 515 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors() 520 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors() 525 ok( monitor == primary, "got %p, should get primary %p\n", monitor, primary ); in test_monitors() 541 nearest = primary; in test_monitors() [all …]
|
/reactos/dll/directx/wine/ddraw/ |
H A D | palette.c | 97 if ((palette->flags & DDPCAPS_PRIMARYSURFACE) && palette->ddraw->primary) in ddraw_palette_Release() 98 palette->ddraw->primary->palette = NULL; in ddraw_palette_Release() 179 ddraw_surface_update_frontbuffer(palette->ddraw->primary, NULL, FALSE); in ddraw_palette_SetEntries()
|
/reactos/dll/directx/wine/dsound/ |
H A D | dsound.c | 1239 if (device->primary) { in DirectSoundDevice_Release() 1241 IDirectSoundBuffer8_Release((LPDIRECTSOUNDBUFFER8)device->primary); in DirectSoundDevice_Release() 1530 if (device->primary) { in DirectSoundDevice_CreateSoundBuffer() 1532 IDirectSoundBuffer_AddRef((LPDIRECTSOUNDBUFFER8)(device->primary)); in DirectSoundDevice_CreateSoundBuffer() 1533 *ppdsb = (LPDIRECTSOUNDBUFFER)(device->primary); in DirectSoundDevice_CreateSoundBuffer() 1535 hres = primarybuffer_create(device, &device->primary, dsbd); in DirectSoundDevice_CreateSoundBuffer() 1536 if (device->primary) { in DirectSoundDevice_CreateSoundBuffer() 1537 *ppdsb = (IDirectSoundBuffer*)&device->primary->IDirectSoundBuffer8_iface; in DirectSoundDevice_CreateSoundBuffer() 1540 device->primary->dsbd.dwFlags |= DSBCAPS_LOCHARDWARE; in DirectSoundDevice_CreateSoundBuffer() 1542 device->primary->dsbd.dwFlags |= DSBCAPS_LOCSOFTWARE; in DirectSoundDevice_CreateSoundBuffer() [all …]
|
H A D | CMakeLists.txt | 18 primary.c
|
H A D | sound3d.c | 746 *ppobj = &This->device->primary->IDirectSoundBuffer8_iface; in IDirectSound3DListenerImpl_QueryInterface() 747 IDirectSoundBuffer8_AddRef(&This->device->primary->IDirectSoundBuffer8_iface); in IDirectSound3DListenerImpl_QueryInterface() 763 InterlockedIncrement(&This->device->primary->numIfaces); in IDirectSound3DListenerImpl_AddRef() 776 if (!InterlockedDecrement(&This->device->primary->numIfaces)) in IDirectSound3DListenerImpl_Release() 777 primarybuffer_destroy(This->device->primary); in IDirectSound3DListenerImpl_Release()
|
/reactos/dll/directx/dsound_new/ |
H A D | CMakeLists.txt | 14 primary.c
|
/reactos/sdk/tools/isohybrid/ |
H A D | isohybrid.c | 831 initialise_gpt(uint8_t *gpt, uint32_t current, uint32_t alternate, int primary) in initialise_gpt() argument 843 if (primary) { in initialise_gpt() 856 if (primary) in initialise_gpt() 864 if (primary) in initialise_gpt() 870 if (primary) { in initialise_gpt()
|
/reactos/dll/cpl/main/lang/ |
H A D | he-IL.rc | 57 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10 59 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
|
H A D | en-US.rc | 55 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10 57 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
|
H A D | sk-SK.rc | 60 CHECKBOX "&Switch primary and secondary buttons", IDC_SWAP_MOUSE_BUTTONS, 10, 18, 156, 10 62 …LTEXT "Select this checkbox to make the right mouse button the one used for primary functions such…
|
/reactos/base/applications/network/telnet/doc/ |
H A D | ssh.txt | 22 …d under the MIT license, which seems to be compatible with the GPL. The primary advantage of inte…
|
/reactos/dll/win32/netcfgx/lang/ |
H A D | he-IL.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | ja-JP.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | el-GR.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | hu-HU.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | id-ID.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | nl-NL.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | sk-SK.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
H A D | sv-SE.rc | 83 …CONTROL "Append &primary and connection specific DNS suffixes", IDC_PRIMSUFFIX, "BUTTON", BS_AUTOR… 84 …CHECKBOX "Append parent suffi&xes of the primary DNS suffix", IDC_TOPPRIMSUFFIX, 15, 102, 220, 12,…
|
/reactos/boot/freeldr/ |
H A D | notes.txt | 49 primary loader to load FREELDR.SYS at 0x200000 (needs to be above 1MB). Control
|