Searched defs:STATISTIC (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStatistic.h146 // STATISTIC - A macro to make definition of statistics really simple. This
148 #define STATISTIC(VARNAME, DESC) \ macro
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStatistic.h118 // STATISTIC - A macro to make definition of statistics really simple. This
120 #define STATISTIC(VARNAME, DESC) \ macro
/external/e2fsprogs/misc/
H A De4defrag.c87 #define STATISTIC 0x02 macro
1692 mode_flag |= STATISTIC;
1725 if ((mode_flag & STATISTIC) && i > optind)
1760 if (!(mode_flag & STATISTIC))
1820 if (!(mode_flag & STATISTIC))
1861 if (mode_flag & STATISTIC) {
1946 if (mode_flag & STATISTIC) {
1964 if (mode_flag & STATISTIC) {

Completed in 846 milliseconds