Searched refs:VAR_BASE (Results 1 – 1 of 1) sorted by relevance
127 #define VAR_BASE (256-4) macro128 #define MAX_VARIABLES (VAR_BASE * VAR_BASE)897 p[1] = ENCODE(num / VAR_BASE + 1); in lookup()898 p[2] = ENCODE(num % VAR_BASE + 1); in lookup()