Lines Matching defs:FN
23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() function
32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in FN() function
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in FN() function
54 static BROTLI_INLINE HashRolling* FN(Self)(HasherHandle handle) { in FN() function
58 static void FN(Initialize)( in FN() function
82 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
105 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() function
113 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() function
123 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() function
148 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
154 static BROTLI_INLINE void FN(FindLongestMatch)(HasherHandle handle, in FN() function