Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcommand.h180 static BROTLI_INLINE uint32_t CommandCopyLenCode(const Command* self) { in CommandCopyLenCode() function
Dbrotli_bit_stream.c102 uint32_t copylen_code = CommandCopyLenCode(cmd); in StoreCommandExtra()