Home
last modified time | relevance | path

Searched refs:nevs (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dinteractive-evdev.c288 const size_t nevs = len / sizeof(struct input_event); in read_keyboard() local
289 for (size_t i = 0; i < nevs; i++) in read_keyboard()
/external/blktrace/
Dblktrace.c1717 static int handle_pfds_file(struct tracer *tp, int nevs, int force_read) in handle_pfds_file() argument
1724 for (i = 0; nevs > 0 && i < ndevs; i++, pfd++, iop++) { in handle_pfds_file()
1753 nevs--; in handle_pfds_file()
1760 static int handle_pfds_netclient(struct tracer *tp, int nevs, int force_read) in handle_pfds_netclient() argument
1783 if (--nevs == 0) in handle_pfds_netclient()
1794 static int handle_pfds_entries(struct tracer *tp, int nevs, int force_read) in handle_pfds_entries() argument
1821 if (!piped_output && --nevs == 0) in handle_pfds_entries()