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

  /external/openfst/src/include/fst/
add-on.h 70 : a1_(a1), a2_(a2) {
73 if (a2_)
74 a2_->IncrRefCount();
80 if (a2_ && !a2_->DecrRefCount())
81 delete a2_;
85 A2 *Second() const { return a2_; }
113 bool have_addon2 = a2_;
116 a2_->Write(ostrm);
132 A2 *a2_; member in class:fst::AddOnPair
    [all...]
  /external/stressapptest/src/
adler32memcpy.h 36 uint64 a1_, a2_, b1_, b2_; member in class:AdlerChecksum