Searched defs:tick (Results 1 – 4 of 4) sorted by relevance
22 #define TICK_TO_NSEC(tick) ((tick) * 1000 / cpu_freq) argument
255 uint32_t tick = ts.tv_sec * 1000 + ts.tv_nsec / 1000000; in millis() local
45 uint64_t tick; /**< The tick value of the profiler item */ member
394 double tick = glfwGetTime() * 1000.0; in lv_glfw_tick_count_callback() local