Searched refs:BROTLI_UNALIGNED_LOAD64LE (Results 1 – 6 of 6) sorted by relevance
28 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == in FindMatchLengthWithLimit()29 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) { in FindMatchLengthWithLimit()33 uint64_t x = BROTLI_UNALIGNED_LOAD64LE(s2) ^ in FindMatchLengthWithLimit()34 BROTLI_UNALIGNED_LOAD64LE(s1 + matched); in FindMatchLengthWithLimit()
67 #define BROTLI_UNALIGNED_LOAD64LE(_p) (*(const uint64_t *)(_p)) macro91 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { in BROTLI_UNALIGNED_LOAD64LE() function114 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { in BROTLI_UNALIGNED_LOAD64LE() function126 static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void *p) { in BROTLI_UNALIGNED_LOAD64LE() function
44 const uint64_t h = (BROTLI_UNALIGNED_LOAD64LE(p) << 16) * kHashMul32; in Hash()349 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 5); in CreateCommands()357 input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 2); in CreateCommands()389 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 5); in CreateCommands()397 input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 2); in CreateCommands()
45 const uint64_t h = (BROTLI_UNALIGNED_LOAD64LE(p) << 24) * kHashMul32; in Hash()606 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl()643 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl()
25 const uint64_t h = ((BROTLI_UNALIGNED_LOAD64LE(data) << (64 - 8 * HASH_LEN)) * in FN()
26 const uint64_t h = (BROTLI_UNALIGNED_LOAD64LE(data) & mask) * kHashMul64Long; in FN()