Searched refs:current_time (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/xfs/dist/os/
H A Dwaitfor.c105 long current_time = 0; local in function:WaitForSomething
124 current_time = GetTimeInMillis();
125 timeout = current_time - LastReapTime;
128 LastReapTime = current_time;
192 if (current_time) /* may not have been set */
193 current_time = GetTimeInMillis();
203 client->last_request_time = current_time;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dtimespec.h326 struct timespec current_time; local in function:timespec_passed
327 clock_gettime(clock_domain, &current_time);
328 return timespec_after(&current_time, deadline);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c58 int64_t current_time)
68 if (!os_time_timeout(entry->start, entry->end, current_time))
93 int64_t current_time = os_time_get(); local in function:pb_cache_add_buffer
96 release_expired_buffers_locked(&mgr->buckets[i], current_time);
57 release_expired_buffers_locked(struct list_head * cache,int64_t current_time) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c58 int64_t current_time)
68 if (!os_time_timeout(entry->start, entry->end, current_time))
93 int64_t current_time = os_time_get(); local in function:pb_cache_add_buffer
96 release_expired_buffers_locked(&mgr->buckets[i], current_time);
57 release_expired_buffers_locked(struct list_head * cache,int64_t current_time) argument
/xsrc/external/mit/xf86-input-synaptics/dist/tools/
H A Dsyndaemon.c229 double current_time; local in function:main_loop
234 current_time = get_time();
236 last_activity = current_time;
240 if (last_activity > current_time)
241 last_activity = current_time - idle_time - 1;
243 if (current_time > last_activity + idle_time) { /* Enable touchpad */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_fence.c221 uint64_t current_time = gettime_ns(); local in function:rel2abs
222 uint64_t max_timeout = (uint64_t) INT64_MAX - current_time;
226 return current_time + timeout;
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp247 guint64 current_time = g_get_monotonic_time(); local in function:ImGui_ImplGtk3_NewFrame
248 io.DeltaTime = g_Time > 0 ? ((float)(current_time - g_Time) / 1000000) : (float)(1.0f/60.0f);
249 g_Time = current_time;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp247 guint64 current_time = g_get_monotonic_time(); local in function:ImGui_ImplGtk3_NewFrame
248 io.DeltaTime = g_Time > 0 ? ((float)(current_time - g_Time) / 1000000) : (float)(1.0f/60.0f);
249 g_Time = current_time;
/xsrc/external/mit/sessreg/dist/
H A Dsessreg.c219 time_t current_time; local in function:main
354 time (&current_time);
356 set_utmp (&utmp_entry, line, user_name, host_name, current_time, aflag);
368 host_name, current_time, aflag);
431 ll.ll_time = current_time;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c177 VdpTime *current_time)
181 if (!current_time)
189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen,
176 vlVdpPresentationQueueGetTime(VdpPresentationQueue presentation_queue,VdpTime * current_time) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c177 VdpTime *current_time)
181 if (!current_time)
189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen,
176 vlVdpPresentationQueueGetTime(VdpPresentationQueue presentation_queue,VdpTime * current_time) argument
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c55 current_time(void) function in typeref:typename:double
71 current_time(void) function in typeref:typename:double
77 fprintf(stderr, "Warning: current_time() not implemented!!\n");
333 double st = current_time();
340 double tt = current_time();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fence.c310 uint64_t current_time = gettime_ns(); local in function:rel2abs
311 uint64_t max_timeout = (uint64_t)INT64_MAX - current_time;
315 return current_time + timeout;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c374 uint64_t current_time = gettime_ns(); local in function:rel2abs
375 uint64_t max_timeout = (uint64_t) INT64_MAX - current_time;
379 return current_time + timeout;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c305 uint64_t current_time = gettime_ns(); local in function:absolute_timeout
306 uint64_t max_timeout = (uint64_t) INT64_MAX - current_time;
310 return (current_time + timeout);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dshape.c44 current_time(void) function in typeref:typename:double
272 double dt, t = current_time();
H A Dglxcontexts.c55 current_time(void) function in typeref:typename:double
71 current_time(void) function in typeref:typename:double
77 fprintf(stderr, "Warning: current_time() not implemented!!\n");
470 double dt, t = current_time();
H A Dglxgears.c57 current_time(void) function in typeref:typename:double
73 current_time(void) function in typeref:typename:double
79 fprintf(stderr, "Warning: current_time() not implemented!!\n");
327 double dt, t = current_time();
H A Dglxgears_fbconfig.c66 current_time(void) function in typeref:typename:int
82 current_time(void) function in typeref:typename:int
564 int t = current_time();
H A Dglxgears_pixmap.c62 current_time(void) function in typeref:typename:int
78 current_time(void) function in typeref:typename:int
480 int t = current_time();
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c863 uint64_t current_time = wsi_common_get_current_time(); local in function:wsi_get_absolute_timeout
865 timeout = MIN2(UINT64_MAX - current_time, timeout);
867 return current_time + timeout;
914 uint64_t current_time = wsi_common_get_current_time(); local in function:x11_acquire_next_image_poll_x11
915 if (atimeout > current_time)
916 timeout = atimeout - current_time;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dauxbuffer.c49 current_time(void) function in typeref:typename:int
433 int t = current_time();
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c770 uint64_t current_time; local in function:show_fps
773 current_time = (uint64_t)tv.tv_sec*1000000 + (uint64_t)tv.tv_usec;
777 if (draw->previous_time + interval * 1000000 <= current_time) {
781 (double)(current_time - draw->previous_time));
784 draw->previous_time = current_time;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c710 uint64_t current_time; local in function:show_fps
713 current_time = (uint64_t)tv.tv_sec*1000000 + (uint64_t)tv.tv_usec;
717 if (draw->previous_time + interval * 1000000 <= current_time) {
721 (double)(current_time - draw->previous_time));
724 draw->previous_time = current_time;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c1032 uint64_t current_time = wsi_common_get_current_time(); local in function:wsi_get_absolute_timeout
1034 timeout = MIN2(UINT64_MAX - current_time, timeout);
1036 return current_time + timeout;
1083 uint64_t current_time = wsi_common_get_current_time(); local in function:x11_acquire_next_image_poll_x11
1084 if (atimeout > current_time)
1085 timeout = atimeout - current_time;

Completed in 41 milliseconds

12