Lines Matching refs:size_t
39 constexpr size_t MAX_DEVICES = 16;
40 constexpr size_t MAX_MISC_FDS = 16;
42 constexpr size_t BITS_PER_LONG = sizeof(unsigned long) * 8;
43 constexpr size_t BITS_TO_LONGS(size_t bits) { in BITS_TO_LONGS()
60 static size_t g_ev_count = 0;
61 static size_t g_ev_dev_count = 0;
62 static size_t g_ev_misc_count = 0;
64 static bool test_bit(size_t bit, unsigned long* array) { // NOLINT in test_bit()
97 size_t event_len = event_len_int; in inotify_cb()
111 size_t offset = 0; in inotify_cb()
273 for (size_t i = 0; i < g_ev_dev_count; ++i) { in ev_sync_key_state()
302 for (size_t i = 0; i < g_ev_dev_count; ++i) { in ev_iterate_available_keys()
327 for (size_t i = 0; i < g_ev_dev_count; ++i) { in ev_iterate_touch_inputs()