Home | History | Annotate | Download | only in src

Lines Matching refs:MAX_255

71 #undef MAX_255
202 /* Other macros that are different for 8-bit mode. The MAX_255 macro checks
210 #define MAX_255(c) TRUE
218 #define MAX_255(c) ((c) <= 255u)
221 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))