Home
last modified time | relevance | path

Searched refs:GetPosSlot (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c99 #define GetPosSlot(pos, res) { if (pos < 2) res = pos; else BSR2_RET(pos, res); } macro
132 #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos]; else BSR2_RET(… macro
1859 GetPosSlot(pos, posSlot); in LzmaEnc_CodeOneBlock()