OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elem1
(Results
1 - 2
of
2
) 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) |
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 704 milliseconds