Searched refs:EncodedDiff (Results 1 – 1 of 1) sorted by relevance
92 uintptr_t EncodedDiff; in unpack() local94 varIntDecode(Packed + Index, PackedSize - Index, &EncodedDiff); in unpack()99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()