OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_byte
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/common/
bigend.h
25
#define
low_byte
(x) (unsigned char)(x >> 24)
macro
littlend.h
22
#define
low_byte
(x) (unsigned char)x
macro
Completed in 60 milliseconds