Searched refs:LITERALU64 (Results 1 - 4 of 4) sorted by last modified time

/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlWriter.c16 #define LITERALU64(n) n macro
18 #define LITERALU64(n) n##LLU macro
/external/libvpx/libvpx/
H A Dtools_common.h58 #define LITERALU64(hi, lo) ((((uint64_t)hi) << 32) | lo) macro
H A Dwebmenc.c77 const uint64_t kEbmlUnknownLength = LITERALU64(0x01FFFFFF, 0xFFFFFFFF);
92 size |= LITERALU64(0x01000000, 0x00000000);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h52 #define LITERALU64(hi, lo) ((((uint64_t)hi) << 32) | lo) macro

Completed in 109 milliseconds