LOOKUP
#define LOOKUP(x) (((long)(x) >> 8) & (TABLESIZE - 1))
#define LOOKUP 0 /* perform name lookup only */
#define LOOKUP 1 /* use a lookup array instead a function, 3x faster */
#define LOOKUP 0