Lines Matching refs:BROTLI_INLINE
69 static BROTLI_INLINE uint32_t Hash14(const uint8_t* data) {
76 static BROTLI_INLINE void PrepareDistanceCache(
119 static BROTLI_INLINE score_t BackwardReferenceScore(
125 static BROTLI_INLINE score_t BackwardReferenceScoreUsingLastDistance(
131 static BROTLI_INLINE score_t BackwardReferencePenaltyUsingLastDistance(
136 static BROTLI_INLINE BROTLI_BOOL TestStaticDictionaryItem(
175 static BROTLI_INLINE void SearchInStaticDictionary(
205 static BROTLI_INLINE void InitBackwardMatch(BackwardMatch* self,
211 static BROTLI_INLINE void InitDictionaryBackwardMatch(BackwardMatch* self,
218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) {
222 static BROTLI_INLINE size_t BackwardMatchLengthCode(const BackwardMatch* self) {
393 static BROTLI_INLINE void HasherInit(Hasher* hasher) {
397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) {
402 static BROTLI_INLINE void HasherReset(Hasher* hasher) {
406 static BROTLI_INLINE size_t HasherSize(const BrotliEncoderParams* params,
420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher,
465 static BROTLI_INLINE void InitOrStitchToPreviousBlock(