/reactos/dll/directx/wine/dmusic/ |
H A D | buffer.c | 120 This->start_time = ref_time; in IDirectMusicBufferImpl_PackStructured() 125 header->rtDelta = ref_time - This->start_time; in IDirectMusicBufferImpl_PackStructured() 147 This->start_time = ref_time; in IDirectMusicBufferImpl_PackUnstructured() 152 header->rtDelta = ref_time - This->start_time; in IDirectMusicBufferImpl_PackUnstructured() 204 *ref_time = This->start_time; in IDirectMusicBufferImpl_GetStartTime() 256 This->start_time = ref_time; in IDirectMusicBufferImpl_SetStartTime()
|
H A D | dmusic_private.h | 137 REFERENCE_TIME start_time; member
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | animation.c | 282 … UINT track, float new_speed, double start_time, double duration, D3DXTRANSITION_TYPE transition) in d3dx9_animation_controller_KeyTrackSpeed() argument 285 track, new_speed, start_time, duration, transition); in d3dx9_animation_controller_KeyTrackSpeed() 291 … UINT track, float new_weight, double start_time, double duration, D3DXTRANSITION_TYPE transition) in d3dx9_animation_controller_KeyTrackWeight() argument 294 track, new_weight, start_time, duration, transition); in d3dx9_animation_controller_KeyTrackWeight() 300 UINT track, double new_position, double start_time) in d3dx9_animation_controller_KeyTrackPosition() argument 303 track, new_position, start_time); in d3dx9_animation_controller_KeyTrackPosition() 309 UINT track, BOOL new_enable, double start_time) in d3dx9_animation_controller_KeyTrackEnable() argument 312 track, new_enable, start_time); in d3dx9_animation_controller_KeyTrackEnable() 318 float new_blend_weight, double start_time, double duration, D3DXTRANSITION_TYPE transition) in d3dx9_animation_controller_KeyTrackBlend() argument 321 new_blend_weight, start_time, duration, transition); in d3dx9_animation_controller_KeyTrackBlend()
|
/reactos/base/services/shsvcs/ |
H A D | thmserver.c | 132 DWORD start_time = GetTickCount(); in ThemeWaitForServiceReady() local 165 if (GetTickCount() - start_time > dwTimeout) in ThemeWaitForServiceReady()
|
/reactos/sdk/tools/asmpp/ |
H A D | tokenizer.hpp | 178 time_t start_time = time(NULL); in match() local 186 search_time += time(NULL) - start_time; in match()
|
H A D | asmpp.cpp | 1237 time_t start_time = time(NULL); in main() local 1265 time_t total_time = time(NULL) + 1 - start_time; in main()
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9anim.h | 345 double start_time, double duration, D3DXTRANSITION_TYPE transition) PURE; in DECLARE_INTERFACE_() 347 double start_time, double duration, D3DXTRANSITION_TYPE transition) PURE; in DECLARE_INTERFACE_() 348 …(D3DXEVENTHANDLE, KeyTrackPosition)(THIS_ UINT track, double new_position, double start_time) PURE; in DECLARE_INTERFACE_() 349 …ETHOD_(D3DXEVENTHANDLE, KeyTrackEnable)(THIS_ UINT track, BOOL new_enable, double start_time) PURE; in DECLARE_INTERFACE_() 351 double start_time, double duration, D3DXTRANSITION_TYPE transition) PURE; in DECLARE_INTERFACE_()
|
/reactos/dll/directx/wine/amstream/ |
H A D | mediastream.c | 1261 …IDirectDrawStreamSampleImpl_GetSampleTimes(IDirectDrawStreamSample *iface, STREAM_TIME *start_time, in IDirectDrawStreamSampleImpl_GetSampleTimes() argument 1264 FIXME("(%p)->(%p,%p,%p): stub\n", iface, start_time, end_time, current_time); in IDirectDrawStreamSampleImpl_GetSampleTimes() 1269 …tDrawStreamSampleImpl_SetSampleTimes(IDirectDrawStreamSample *iface, const STREAM_TIME *start_time, in IDirectDrawStreamSampleImpl_SetSampleTimes() argument 1272 FIXME("(%p)->(%p,%p): stub\n", iface, start_time, end_time); in IDirectDrawStreamSampleImpl_SetSampleTimes() 1474 …LT WINAPI IAudioStreamSampleImpl_GetSampleTimes(IAudioStreamSample *iface, STREAM_TIME *start_time, in IAudioStreamSampleImpl_GetSampleTimes() argument 1477 FIXME("(%p)->(%p,%p,%p): stub\n", iface, start_time, end_time, current_time); in IAudioStreamSampleImpl_GetSampleTimes() 1482 …API IAudioStreamSampleImpl_SetSampleTimes(IAudioStreamSample *iface, const STREAM_TIME *start_time, in IAudioStreamSampleImpl_SetSampleTimes() argument 1485 FIXME("(%p)->(%p,%p): stub\n", iface, start_time, end_time); in IAudioStreamSampleImpl_SetSampleTimes()
|
/reactos/modules/rostests/winetests/dsound/ |
H A D | ds3d8.c | 325 DWORD start_time,now; in test_buffer8() local 490 start_time=GetTickCount(); in test_buffer8() 495 listener_param.vPosition.x = (float)(-5.0+10.0*(now-start_time)/1000/duration); in test_buffer8() 504 buffer_param.vPosition.x = (float)(100-200.0*(now-start_time)/1000/duration); in test_buffer8() 515 ok(fabs(1000*duration-now+start_time)<=100*duration, in test_buffer8() 517 now-start_time,1000*duration); in test_buffer8()
|
H A D | ds3d.c | 483 DWORD start_time,now; in test_buffer() local 659 start_time=GetTickCount(); in test_buffer() 664 listener_param.vPosition.x = (float)(-5.0+10.0*(now-start_time)/1000/duration); in test_buffer() 673 buffer_param.vPosition.x = (float)(100-200.0*(now-start_time)/1000/duration); in test_buffer() 684 ok(fabs(1000*duration-now+start_time)<=100*duration, in test_buffer() 686 now-start_time,1000*duration); in test_buffer()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | scrub.cpp | 96 if (bqs2->start_time.QuadPart > 0) { in UpdateTextBox() 97 filetime.dwLowDateTime = bqs2->start_time.LowPart; in UpdateTextBox() 98 filetime.dwHighDateTime = bqs2->start_time.HighPart; in UpdateTextBox()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | ppp.c | 159 static struct timeval start_time; /* Time when link was started. */ variable 1610 gettimeofday(&start_time, NULL); in reset_link_stats() 1623 link_connect_time = now.tv_sec - start_time.tv_sec; in update_link_stats()
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_epmap.c | 101 ULONGLONG start_time = GetTickCount64(); in start_rpcss() local 114 if (GetTickCount64() - start_time > 30000) break; in start_rpcss()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | btrfsioctl.h | 225 LARGE_INTEGER start_time; member
|
H A D | scrub.c | 3169 KeQuerySystemTime(&Vcb->scrub.start_time); in _Function_class_() 3171 Vcb->scrub.resume_time.QuadPart = Vcb->scrub.start_time.QuadPart; in _Function_class_() 3321 bqs->start_time.QuadPart = Vcb->scrub.start_time.QuadPart; in query_scrub()
|
H A D | btrfs_drv.h | 744 LARGE_INTEGER start_time; member
|
/reactos/dll/directx/wine/dsound/ |
H A D | mixer.c | 988 DWORD start_time = GetTickCount(); in DSOUND_timer() local 991 TRACE("entering at %d\n", start_time); in DSOUND_timer() 1008 TRACE("completed processing at %d, duration = %d\n", end_time, end_time - start_time); in DSOUND_timer()
|
/reactos/dll/directx/wine/quartz/ |
H A D | filtergraph.c | 201 REFERENCE_TIME start_time; member 2083 This->start_time = now + 500000; in MediaControl_Run() 2085 This->start_time += now - This->pause_time; in MediaControl_Run() 2087 This->start_time = now; in MediaControl_Run() 2089 else This->start_time = 0; in MediaControl_Run() 2091 SendFilterMessage(This, SendRun, (DWORD_PTR)&This->start_time); in MediaControl_Run() 2108 if (This->state == State_Running && This->refClock && This->start_time >= 0) in MediaControl_Pause() 2543 This->pause_time = This->start_time = -1; in MediaSeeking_SetPositions() 2572 if (This->state == State_Running && This->refClock && This->start_time >= 0) in MediaSeeking_GetPositions() 2576 time -= This->start_time; in MediaSeeking_GetPositions() [all …]
|
/reactos/dll/win32/ole32/ |
H A D | moniker.c | 151 ULONGLONG start_time = GetTickCount64(); in start_rpcss() local 164 if (GetTickCount64() - start_time > 30000) break; in start_rpcss()
|
H A D | compobj.c | 4582 DWORD start_time = GetTickCount(); in CoWaitForMultipleHandles() local 4608 if (now - start_time > dwTimeout) in CoWaitForMultipleHandles() 4632 (dwTimeout == INFINITE) ? INFINITE : start_time + dwTimeout - now, in CoWaitForMultipleHandles() 4649 now - start_time, pendingtype); in CoWaitForMultipleHandles() 4699 (dwTimeout == INFINITE) ? INFINITE : start_time + dwTimeout - now, in CoWaitForMultipleHandles()
|
H A D | storage32.c | 4916 DWORD start_time = GetTickCount(); in StorageImpl_LockRegionSync() local 4917 DWORD last_sanity_check = start_time; in StorageImpl_LockRegionSync() 4930 if (current_time - start_time >= 20000) in StorageImpl_LockRegionSync()
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 2230 char start_time[32]; in HTTPREQ_QueryOption() local 2267 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &start, NULL, start_time, sizeof(start_time)); in HTTPREQ_QueryOption() 2281 effective, start_date, start_time, in HTTPREQ_QueryOption() 2299 effective, start_date, start_time, in HTTPREQ_QueryOption()
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 6480 char start_time[32]; in test_cert_struct_string() local 6496 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &start, NULL, start_time, sizeof(start_time)); in test_cert_struct_string() 6501 start_date, start_time, expiry_date, expiry_time, in test_cert_struct_string()
|
/reactos/dll/win32/msi/ |
H A D | action.c | 5917 ULONGLONG start_time; in ITERATE_StartService() local 5980 start_time = GetTickCount64(); in ITERATE_StartService() 5983 if (GetTickCount64() - start_time > 30000) break; in ITERATE_StartService()
|