Searched refs:size_size (Results 1 – 1 of 1) sorted by relevance
827 int offset_size, size_size, tmp; in run_pack() local860 size_size = run_packed_size(len); in run_pack()878 if (tmp < size_size) in run_pack()883 run_buf[0] = ((u8)(size_size | (offset_size << 4))); in run_pack()887 run_pack_s64(run_buf, size_size, len); in run_pack()889 run_buf += size_size; in run_pack()895 packed_size += 1 + offset_size + size_size; in run_pack()947 u8 size_size = *run_buf & 0xF; in run_unpack() local952 if (!size_size) in run_unpack()962 if (size_size > sizeof(len)) in run_unpack()[all …]