Searched refs:X_TABSZ (Results 1 – 1 of 1) sorted by relevance
912 #define X_TABSZ 256 /* size of keydef tables etc */ macro954 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */956 static char *(*x_atab)[X_TABSZ]; /* macro definitions */958 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8];2495 for (key = 0; key < X_TABSZ; key++) { in x_bind()2576 x_bound[(prefix * X_TABSZ + key) / 8] &= in x_bind()2577 ~(1 << ((prefix * X_TABSZ + key) % 8)); in x_bind()2579 x_bound[(prefix * X_TABSZ + key) / 8] |= in x_bind()2580 (1 << ((prefix * X_TABSZ + key) % 8)); in x_bind()2594 t = p * X_TABSZ + k; in bind_if_not_bound()[all …]