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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
port.h 72 #define BROTLI_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p))
97 #define BROTLI_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p))
116 inline uint32_t BROTLI_UNALIGNED_LOAD32(const void *p) {
find_match_length.h 70 BROTLI_UNALIGNED_LOAD32(s2_ptr) ==
71 BROTLI_UNALIGNED_LOAD32(s1 + matched)) {
hash.h 50 uint32_t h = (BROTLI_UNALIGNED_LOAD32(data) & 0xffffff) * kHashMul32;
56 uint32_t h = BROTLI_UNALIGNED_LOAD32(data) * kHashMul32;
340 int prefix = BROTLI_UNALIGNED_LOAD32(&data[cur_ix_masked]);

Completed in 51 milliseconds