Searched defs:TABLE_GET (Results 1 – 1 of 1) sorted by relevance
270 #define TABLE_GET(c, table, default) ((table)[c]) macro284 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro292 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
Completed in 24 milliseconds