Searched refs:HAVE_SEEN (Results 1 – 1 of 1) sorted by relevance
302 #define HAVE_SEEN(c) (haveSeenFlags[((c)>>5)&0xff]&(1<<((c)&0x1f))) macro822 if(HAVE_SEEN(code)) { in storeNorm()