Home
last modified time | relevance | path

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

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