Searched defs:GetCopyLengthCode (Results 1 - 1 of 1) sorted by relevance

/external/brotli/c/enc/
H A Dcommand.h48 static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) { function
86 uint16_t copycode = GetCopyLengthCode(copylen);

Completed in 652 milliseconds