nfds_t             46 content/common/gpu/media/exynos_v4l2_video_device.cc   nfds_t nfds;
nfds_t           1054 content/common/gpu/media/exynos_video_encode_accelerator.cc   nfds_t nfds;
nfds_t             34 native_client_sdk/src/libraries/nacl_io/include/sys/poll.h int poll(struct pollfd *__fds, nfds_t __nfds, int __timeout);
nfds_t            350 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_poll(struct pollfd *fds, nfds_t nfds, int timeout) {
nfds_t            118 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_poll(struct pollfd *fds, nfds_t nfds, int timeout);
nfds_t           1116 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::poll(struct pollfd *fds, nfds_t nfds, int timeout) {
nfds_t           1122 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   for (int index = 0; static_cast<nfds_t>(index) < nfds; index++) {
nfds_t            161 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int poll(struct pollfd *fds, nfds_t nfds, int timeout);
nfds_t            283 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(poll)(struct pollfd *fds, nfds_t nfds, int timeout, int* count) {
nfds_t            247 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(poll)(struct pollfd *fds, nfds_t nfds, int timeout, int* count) {
nfds_t             10 native_client_sdk/src/libraries/nacl_io/syscalls/poll.c int poll(struct pollfd *fds, nfds_t nfds, int timeout) {
nfds_t             73 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD3(poll, int(struct pollfd*, nfds_t, int));
nfds_t             78 third_party/libusb/src/libusb/os/openbsd_usb.c     nfds_t, int);
nfds_t            532 third_party/libusb/src/libusb/os/openbsd_usb.c obsd_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds,