Home
last modified time | relevance | path

Searched refs:nabs (Results 1 - 3 of 3) sorted by relevance

/third_party/libevdev/test/
H A Dtest-common.c61 int nabs, in test_create_abs_device()
78 while (--nabs >= 0) { in test_create_abs_device()
82 code = abs[nabs].value; in test_create_abs_device()
83 a = abs[nabs]; in test_create_abs_device()
87 ck_assert_msg(rc == 0, "for abs field %d\n", nabs); in test_create_abs_device()
59 test_create_abs_device(struct uinput_device **uidev_return, struct libevdev **dev_return, int nabs, const struct input_absinfo *abs, ...) test_create_abs_device() argument
H A Dtest-common.h60 int nabs,
H A Dtest-libevdev-has-event.c317 const int nabs = 6; in START_TEST() local
331 for (i = 0; i < nabs; i++) { in START_TEST()

Completed in 2 milliseconds