Home
last modified time | relevance | path

Searched refs:time_step (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setitimer/
H A Dsetitimer01.c27 static long time_step; variable
94 * time_step afterward the elapsed time to make sure that in verify_setitimer()
97 margin = tc->which == ITIMER_REAL ? 0 : time_step; in verify_setitimer()
151 time_step = time_res.tv_nsec / 1000; in setup()
152 if (time_step <= 0) in setup()
153 time_step = 1000; in setup()
156 time_res.tv_nsec, time_step); in setup()
158 time_sec = 9 + time_step / 1000; in setup()
159 time_usec = 3 * time_step; in setup()
/third_party/glfw/examples/
H A Dwave.c222 double time_step = dt * ANIMATION_SPEED; in calc_grid() local
244 vx[x][y] = vx[x][y] + ax[x][y] * time_step; in calc_grid()
245 vy[x][y] = vy[x][y] + ay[x][y] * time_step; in calc_grid()
256 p[x][y] = p[x][y] + (vx[x2][y] - vx[x][y] + vy[x][y2] - vy[x][y]) * time_step; in calc_grid()

Completed in 3 milliseconds