Searched defs:BROTLI_UNALIGNED_LOAD64LE (Results 1 - 1 of 1) sorted by relevance

/external/brotli/c/enc/
H A Dport.h67 #define BROTLI_UNALIGNED_LOAD64LE(_p) (*(const uint64_t *)(_p)) macro
91 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { function
114 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { function
126 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { function

Completed in 90 milliseconds