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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 118 uint8 Elem2;
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
137 (((uint32)(Elem2)) << 8) |
202 uint8 Elem2;
209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
214 ((uint32)(Elem2));
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 145 milliseconds