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

  /external/llvm/include/llvm/ADT/
Statistic.h 1 //===-- llvm/ADT/Statistic.h - Easy way to expose stats ---------*- C++ -*-===//
10 // This file defines the 'Statistic' class, which is designed to be an easy way
18 // static Statistic NumInstsKilled("gcse", "Number of instructions killed");
35 class Statistic {
56 const Statistic &operator=(unsigned Val) {
61 const Statistic &operator++() {
77 const Statistic &operator--() {
89 const Statistic &operator+=(const unsigned &V) {
95 const Statistic &operator-=(const unsigned &V) {
101 const Statistic &operator*=(const unsigned &V)
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 88 #define STATISTIC 0x02
1081 * file_statistic() - Get statistic info of the file's fragments.
1260 /* Print statistic info */
    [all...]

Completed in 1007 milliseconds