Searched refs:EncodedDiff (Results 1 – 2 of 2) 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()