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

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

Completed in 67 milliseconds