Searched refs:GetLengthCode (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | command.h | 83 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()
|
D | encode.c | 940 GetLengthCode(last_command->insert_len_, in ExtendLastCommand()
|
/third_party/node/deps/brotli/c/enc/ |
D | command.h | 83 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()
|
D | encode.c | 940 GetLengthCode(last_command->insert_len_, in ExtendLastCommand()
|