Searched refs:a_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 459 return ({ wide_type a_(a), b_(b); a_ > b_ ? a_ : b_; }); 476 return ({ wide_type a_(a), b_(c2_max(b, c...)); a_ > b_ ? a_ : b_; }); 486 wide_type a_(a), b_(b); 487 static_cast<typename c2_types<T, U>::min_type>(a_ < b_ ? a_ : b_); 507 wide_type a_(a), b_(c2_min(b, c...)); 508 static_cast<typename c2_types<T, rest_type>::min_type>(a_ < b_ ? a_ : b_); 519 wide_type a_(a), b_(b), c_(c); 520 static_cast<typename c2_types<T, V>::wide_type>(b_ < a_ ? a_ : b_ > c_ ? c_ : b_);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 4770 arena<N>& a_; member in mcld::short_alloc 4777 short_alloc(arena<N>& a) noexcept : a_(a) {} in short_alloc() 4780 : a_(a.a_) {} in short_alloc() 4786 return reinterpret_cast<T*>(a_.allocate(n*sizeof(T))); in allocate() 4790 a_.deallocate(reinterpret_cast<char*>(p), n*sizeof(T)); in deallocate() 4806 return N == M && &x.a_ == &y.a_; in operator ==()
|