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

/external/syslinux/core/lwip/src/include/lwip/
H A Dstats.h155 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \ macro
164 #define STATS_INC_USED(x) macro
234 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y)
249 #define MEMP_STATS_INC_USED(x, i) STATS_INC_USED(memp[i], 1)
262 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1)

Completed in 254 milliseconds