Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c255 windows_compute_revents_socket (SOCKET h, int sought, long lNetworkEvents) in windows_compute_revents_socket() argument
260 happened |= (POLLIN | POLLRDNORM) & sought; in windows_compute_revents_socket()
273 happened |= (POLLIN | POLLRDNORM) & sought; in windows_compute_revents_socket()
285 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in windows_compute_revents_socket()
288 happened |= (POLLPRI | POLLRDBAND) & sought; in windows_compute_revents_socket()
297 compute_revents (int fd, int sought, fd_set *rfds, fd_set *wfds, fd_set *efds) in compute_revents() argument
325 happened |= (POLLIN | POLLRDNORM) & sought; in compute_revents()
334 happened |= (POLLIN | POLLRDNORM) & sought; in compute_revents()
341 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in compute_revents()
344 happened |= (POLLPRI | POLLRDBAND) & sought; in compute_revents()
[all...]
/third_party/gptfdisk/
H A Ddiskio-unix.cc320 off64_t seekTo, sought; in Seek() local
329 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
330 if (sought != seekTo) { in Seek()

Completed in 2 milliseconds