Searched refs:fov (Results 1 – 4 of 4) sorted by relevance
266 struct fio_overlapped *fov; in fio_windowsaio_getevents() local283 fov = (struct fio_overlapped*)io_u->engine_data; in fio_windowsaio_getevents()285 if (fov->io_complete) { in fio_windowsaio_getevents()286 fov->io_complete = FALSE; in fio_windowsaio_getevents()287 ResetEvent(fov->o.hEvent); in fio_windowsaio_getevents()367 struct fio_overlapped *fov; in IoCompletionRoutine() local381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o); in IoCompletionRoutine()382 io_u = fov->io_u; in IoCompletionRoutine()392 fov->io_complete = TRUE; in IoCompletionRoutine()
250 valType const & fov, argument259 assert(fov > valType(0));262 valType rad = fov;265 valType rad = glm::radians(fov);
202 T const & fov,
509 unsigned long fov:1; member