Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/node/deps/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()