Home
last modified time | relevance | path

Searched refs:GetLengthCode (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dcommand.h83 static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen, in GetLengthCode() function
133 GetLengthCode( in InitCommand()
143 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()
Dencode.c940 GetLengthCode(last_command->insert_len_, in ExtendLastCommand()