Searched defs:Statistic (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStatistic.h1 //===-- 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 { class in namespace:llvm
54 const Statistic &operator=(unsigned Val) {
59 const Statistic &operator++() {
75 const Statistic &operator--() {
87 const Statistic &operator+=(const unsigned &V) {
93 const Statistic &operator-=(const unsigned &V) {
99 const Statistic
[all...]
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h212 struct Statistic { struct in class:webrtc::AudioProcessing
310 AudioProcessing::Statistic residual_echo_return_loss;
313 AudioProcessing::Statistic echo_return_loss;
316 AudioProcessing::Statistic echo_return_loss_enhancement;
319 AudioProcessing::Statistic a_nlp;

Completed in 511 milliseconds