HomeSort by relevance Sort by last modified time
    Searched refs:MEMP_STATS_AVAIL (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
memp.c 343 MEMP_STATS_AVAIL(used, i, 0);
344 MEMP_STATS_AVAIL(max, i, 0);
345 MEMP_STATS_AVAIL(err, i, 0);
346 MEMP_STATS_AVAIL(avail, i, memp_num[i]);
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y
252 #define MEMP_STATS_AVAIL(x, i, y)

Completed in 41 milliseconds