Searched refs:size_size (Results 1 – 1 of 1) sorted by relevance
933 int offset_size, size_size, tmp; in run_pack() local966 size_size = run_packed_size(len); in run_pack()984 if (tmp < size_size) in run_pack()989 run_buf[0] = ((u8)(size_size | (offset_size << 4))); in run_pack()993 run_pack_s64(run_buf, size_size, len); in run_pack()995 run_buf += size_size; in run_pack()1001 packed_size += 1 + offset_size + size_size; in run_pack()1053 u8 size_size = *run_buf & 0xF; in run_unpack() local1058 if (!size_size) in run_unpack()1068 if (size_size > sizeof(len)) in run_unpack()[all …]