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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 117 uint8 Elem1;
130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
136 (((uint32)(Elem1)) << 16) |
165 uint8 Elem1;
171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
175 ((uint16)(Elem1));
201 uint8 Elem1;
208 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
213 (((uint32)(Elem1)) << 8) |
  /art/libartbase/base/
hash_set.h 88 template <class Elem1, class HashSetType1, class Elem2, class HashSetType2>
89 friend bool operator==(const HashSetIterator<Elem1, HashSetType1>& lhs,
95 template <class Elem1, class HashSetType1, class Elem2, class HashSetType2>
96 bool operator==(const HashSetIterator<Elem1, HashSetType1>& lhs,
99 std::is_convertible<HashSetIterator<Elem1, HashSetType1>,
102 HashSetIterator<Elem1, HashSetType1>>::value, "Bad iterator types.");
107 template <class Elem1, class HashSetType1, class Elem2, class HashSetType2>
108 bool operator!=(const HashSetIterator<Elem1, HashSetType1>& lhs,
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 679 milliseconds