Lines Matching refs:BROTLI_INLINE
32 static BROTLI_INLINE uint16_t GetInsertLengthCode(size_t insertlen) {
49 static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) {
62 static BROTLI_INLINE uint16_t CombineLengthCodes(
83 static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen,
91 static BROTLI_INLINE uint32_t GetInsertBase(uint16_t inscode) {
95 static BROTLI_INLINE uint32_t GetInsertExtra(uint16_t inscode) {
99 static BROTLI_INLINE uint32_t GetCopyBase(uint16_t copycode) {
103 static BROTLI_INLINE uint32_t GetCopyExtra(uint16_t copycode) {
120 static BROTLI_INLINE void InitCommand(Command* self,
138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) {
146 static BROTLI_INLINE uint32_t CommandRestoreDistanceCode(
167 static BROTLI_INLINE uint32_t CommandDistanceContext(const Command* self) {
176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) {
180 static BROTLI_INLINE uint32_t CommandCopyLenCode(const Command* self) {