Searched refs:copy_len_ (Results 1 – 1 of 1) sorted by relevance
109 uint32_t copy_len_; member121 self->copy_len_ = (uint32_t)(copylen | (delta << 24)); in InitCommand()134 self->copy_len_ = 4 << 24; in InitInsertCommand()168 return self->copy_len_ & 0xFFFFFF; in CommandCopyLen()172 int32_t delta = (int8_t)((uint8_t)(self->copy_len_ >> 24)); in CommandCopyLenCode()173 return (uint32_t)((int32_t)(self->copy_len_ & 0xFFFFFF) + delta); in CommandCopyLenCode()