HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_UNALIGNED_LOAD64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
find_match_length.h 35 if (PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64(s2) ==
36 BROTLI_UNALIGNED_LOAD64(s1 + matched))) {
41 BROTLI_UNALIGNED_LOAD64(s2) ^ BROTLI_UNALIGNED_LOAD64(s1 + matched);
port.h 73 #define BROTLI_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64_t *>(_p))
101 inline uint64_t BROTLI_UNALIGNED_LOAD64(const void *p) {
122 inline uint64_t BROTLI_UNALIGNED_LOAD64(const void *p) {

Completed in 38 milliseconds