Home
last modified time | relevance | path

Searched refs:nabs (Results 1 – 4 of 4) sorted by relevance

/third_party/libevdev/test/
Dtest-common.c61 int nabs, in test_create_abs_device() argument
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()
Dtest-common.h60 int nabs,
Dtest-libevdev-has-event.c316 const int nabs = 6; in START_TEST() local
330 for (i = 0; i < nabs; i++) { in START_TEST()
/third_party/libevdev/
Dthird_party_libevdev.diff25485 + int nabs,
25502 + while (--nabs >= 0) {
25506 + code = abs[nabs].value;
25507 + a = abs[nabs];
25511 + ck_assert_msg(rc == 0, "for abs field %d\n", nabs);
25590 + int nabs,
29302 + const int nabs = 6;
29316 + for (i = 0; i < nabs; i++) {