Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1152 COptimal *nextOpt; in GetOptimum() local
1252 nextOpt = &p->opt[cur + 1]; in GetOptimum()
1254 if (curAnd1Price < nextOpt->price) in GetOptimum()
1256 nextOpt->price = curAnd1Price; in GetOptimum()
1257 nextOpt->posPrev = cur; in GetOptimum()
1258 MakeAsChar(nextOpt); in GetOptimum()
1265 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0)) in GetOptimum()
1268 if (shortRepPrice <= nextOpt->price) in GetOptimum()
1270 nextOpt->price = shortRepPrice; in GetOptimum()
1271 nextOpt->posPrev = cur; in GetOptimum()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java603 int nextOpt = toOpt; in externalizeOptions() local
616 nextOpt += obaos.size() + OPT_ID_SIZE + OPT_OFF_SIZE; in externalizeOptions()
627 putInt(nextOpt, baos); in externalizeOptions()