Searched refs:size_size (Results 1 – 1 of 1) sorted by relevance
827 int offset_size, size_size, tmp; in run_pack() local 860 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() 944 /* size_size - How much bytes is packed len. */ in run_unpack() 946 /* size_size - How much bytes is packed len. */ in run_unpack() 947 u8 size_size in run_unpack() local 1142 u8 size_size; run_get_highest_vcn() local [all...]