OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LITERALU64
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
tools_common.h
49
#define
LITERALU64
(hi, lo) ((((uint64_t)hi) << 32) | lo)
/external/libvpx/libvpx/third_party/libmkv/
EbmlWriter.c
16
#define
LITERALU64
(n) n
18
#define
LITERALU64
(n) n##LLU
Completed in 125 milliseconds