Searched defs:repIndex (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | LzmaEnc.c | 912 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) argument 915 if (repIndex == 0) 923 if (repIndex == 1) 928 price += GET_PRICE(p->isRepG2[state], repIndex - 2); 934 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) argument 937 GetPureRepPrice(p, repIndex, state, posState); 1379 UInt32 repIndex; local 1380 for (repIndex = 0; repIndex < LZMA_NUM_REPS; repIndex [all...] |
Completed in 29 milliseconds