Searched refs:MAXNKEYS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dmatrixkpvar.h29 #define MAXNKEYS 64 macro
31 for((x) = 0; (x) < ((MAXNKEYS + 31) / 32); (x)++) y
35 u_int32_t mxkp_pressed[(MAXNKEYS + 31) / 32];
H A Dmatrixkp_subr.c101 u_int32_t scanned[(MAXNKEYS + 31) / 32];
102 u_int32_t changed[(MAXNKEYS + 31) / 32];
103 u_int32_t set[(MAXNKEYS + 31) / 32];
104 u_int32_t cleared[(MAXNKEYS + 31) / 32];
138 u_int32_t last_val[(MAXNKEYS + 31) / 32];
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dtsd.c38 #define MAXNKEYS 64 /* hard-wired? really? well, it depends only on us and we have a sense for how many keys we will use */ macro
39 static pthread_key_t tsd_pkeys[MAXNKEYS];
40 static size_t tsd_sizes[MAXNKEYS];
82 * Our hard-wired MAXNKEYS presumably is considerably higher than the number of keys we use.
84 if (init || fini || (tsd_nkeys >= MAXNKEYS))
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.c38 #define MAXNKEYS 64 /* hard-wired? really? well, it depends only on us and we have a sense for how many keys we will use */ macro
39 static pthread_key_t tsd_pkeys[MAXNKEYS];
40 static size_t tsd_sizes[MAXNKEYS];
82 * Our hard-wired MAXNKEYS presumably is considerably higher than the number of keys we use.
84 if (init || fini || (tsd_nkeys >= MAXNKEYS))

Completed in 123 milliseconds