Home | History | Annotate | Download | only in config

Lines Matching refs:SZ

2148 #define F(SZ,PCREL)		(((SZ) << 1) + (PCREL))
2149 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break