Searched refs:x_bound (Results 1 – 1 of 1) sorted by relevance
936 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable2564 x_bound[(prefix * X_TABSZ + key) / 8] &= in x_bind()2567 x_bound[(prefix * X_TABSZ + key) / 8] |= in x_bind()2583 if (x_bound[t >> 3] & (1 << (t & 7))) in bind_if_not_bound()