Searched refs:MAX0 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppstats/
H A Dpppstats.c273 #define MAX0(a) ((int)(a) > 0? (a): 0) macro
274 #define V(offset) MAX0(cur.offset - old.offset)
275 #define W(offset) MAX0(ccs.offset - ocs.offset)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppstats/
H A Dpppstats.c273 #define MAX0(a) ((int)(a) > 0? (a): 0) macro
274 #define V(offset) MAX0(cur.offset - old.offset)
275 #define W(offset) MAX0(ccs.offset - ocs.offset)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppstats/
H A Dpppstats.c273 #define MAX0(a) ((int)(a) > 0? (a): 0) macro
274 #define V(offset) MAX0(cur.offset - old.offset)
275 #define W(offset) MAX0(ccs.offset - ocs.offset)

Completed in 86 milliseconds