D | sz.c | 6 #define PSZ_yes(lg_grp, ndelta, lg_delta) \ argument 7 (((ZU(1)<<lg_grp) + (ZU(ndelta)<<lg_delta))), 8 #define PSZ_no(lg_grp, ndelta, lg_delta) argument 9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument 10 PSZ_##psz(lg_grp, ndelta, lg_delta) 20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument 21 ((ZU(1)<<lg_grp) + (ZU(ndelta)<<lg_delta)), 93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
|