Searched defs:STATISTIC (Results 1 - 2 of 2) sorted by path

/external/e2fsprogs/misc/
H A De4defrag.c88 #define STATISTIC 0x02 macro
1742 mode_flag |= STATISTIC;
1775 if ((mode_flag & STATISTIC) && i > optind)
1810 if (!(mode_flag & STATISTIC))
1870 if (!(mode_flag & STATISTIC))
1911 if (mode_flag & STATISTIC) {
1996 if (mode_flag & STATISTIC) {
2014 if (mode_flag & STATISTIC) {
/external/llvm/include/llvm/ADT/
H A DStatistic.h162 // STATISTIC - A macro to make definition of statistics really simple. This
164 #define STATISTIC(VARNAME, DESC) \ macro

Completed in 1505 milliseconds