Searched defs:GetPosSlot1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c92 UInt32 GetPosSlot1(UInt32 pos) function
130 #define GetPosSlot1(pos) p->g_FastPos[pos] macro
1668 UInt32 posSlot = GetPosSlot1(i);
1690 distancesPrices[i] = posSlotPrices[GetPosSlot1(i)] + tempPrices[i];

Completed in 90 milliseconds