Lines Matching defs:tbl
46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT];53 tbl[3] = tbl[2] = tbl[1] = tbl[0] = 0;55 for (idx = 0; idx < sizeof(tbl) / sizeof(tbl[0]); idx++)56 tbl[idx] = 0;61 tbl[idx] |= bit;67 if ((tbl[idx] & bit) == 0)