Home | History | Annotate | Download | only in src

Lines Matching refs:TABLE_GET

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