Home | History | Annotate | Download | only in gennorm

Lines Matching refs:xff

298         haveSeenFlags[(c>>5)&0xff]|=(1<<(c&0x1f));
303 #define HAVE_SEEN(c) (haveSeenFlags[((c)>>5)&0xff]&(1<<((c)&0x1f)))