Searched refs:MAXID (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libusbhid/
H A Dparse.c41 #define MAXID 64 macro
54 struct hid_pos_data last_pos[MAXID];
105 for (i = 1; i != MAXID; i++) {
112 if (i != MAXID) {
127 for (i = 1; i != MAXID; i++) {
134 if (i != MAXID) {
/openbsd-current/sys/dev/hid/
H A Dhid.c49 #define MAXID 16 macro
61 struct hid_pos_data last_pos[MAXID];
106 for (i = 1; i != MAXID; i++) {
113 if (i != MAXID) {
125 for (i = 1; i != MAXID; i++) {
132 if (i != MAXID) {

Completed in 293 milliseconds