Lines Matching refs:stc
95 #define STATUP(nsd, stc) nsd->st->stc++
96 /* #define STATUP2(nsd, stc, i) ((i) <= (LASTELEM(nsd->st->stc) - 1)) ? nsd->st->stc[(i)]++ : \
97 nsd->st.stc[LASTELEM(nsd->st->stc)]++ */
99 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->st->stc)]++
102 #define STATUP(nsd, stc) /* Nothing */
103 #define STATUP2(nsd, stc, i) /* Nothing */
109 #define ZTATUP(nsd, zone, stc) ( \
111 nsd->zonestatnow[zone->zonestatid].stc++ \
113 #define ZTATUP2(nsd, zone, stc, i) ( \
115 (nsd->zonestatnow[zone->zonestatid].stc[(i) <= (LASTELEM(nsd->zonestatnow[zone->zonestatid].stc) - 1) ? i : LASTELEM(nsd->zonestatnow[zone->zonestatid].stc)]++ ) \
118 #define ZTATUP(nsd, zone, stc) /* Nothing */
119 #define ZTATUP2(nsd, zone, stc, i) /* Nothing */