Lines Matching refs:TABLE_GET
81 #undef TABLE_GET204 fit in one code unit; currently it is set to 255 or 65535. The TABLE_GET macro215 #define TABLE_GET(c, table, default) ((table)[c])221 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))