Home
last modified time | relevance | path

Searched refs:STATS_DEC (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h154 #define STATS_DEC(x) --lwip_stats.x macro
163 #define STATS_DEC(x)
248 #define MEMP_STATS_DEC(x, i) STATS_DEC(memp[i].x)
261 #define SYS_STATS_DEC(x) STATS_DEC(sys.x)