Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h311 #define STATS_INC_USED(x, y, type) do { lwip_stats.x.used = (type)(lwip_stats.x.used + y); \ macro
321 #define STATS_INC_USED(x, y, type)
391 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y, mem_size_t)
415 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1, STAT_COUNTER)