Home
last modified time | relevance | path

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

/dports/audio/splay/splay-0.9.5.2/apps/
H A Dfileselect.cc96 int k,currentmin,nextmin=1; in SelectOk() local
104 currentmin=nextmin; in SelectOk()
105 nextmin=0x7FFFFFFF; in SelectOk()
118 if(nextmin>n)nextmin=n; in SelectOk()
121 if(nextmin==0x7FFFFFFF)break; // Avoid halting in SelectOk()
/dports/lang/clips/clips_core_source_630/core/
H A Dcstrnops.c890 struct expr *themin, *themax, *nextmin, *nextmax; in UnionRangeMinMaxValueWithList() local
1003 nextmin = tmpmin->nextArg; in UnionRangeMinMaxValueWithList()
1005 if (nextmin != NULL) in UnionRangeMinMaxValueWithList()
1008 nextmin->type,nextmin->value); in UnionRangeMinMaxValueWithList()
1014 tmpmin->nextArg = nextmin->nextArg; in UnionRangeMinMaxValueWithList()
1016 rtn_struct(theEnv,expr,nextmin); in UnionRangeMinMaxValueWithList()
1027 tmpmin = nextmin; in UnionRangeMinMaxValueWithList()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dretinex.h75 double nextmin; variable
H A Dretinex.cc20 nextmin = 0.; in Retinex()
671 nextmin = cdmin; in minmaxChanged()
698 nX = nextmin; in updateLabel()
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c6521 UV nextmin = 0; in S_pmtrans() local
6558 diff = val - nextmin; in S_pmtrans()
6560 t = uvchr_to_utf8(tmpbuf,nextmin); in S_pmtrans()
6570 if (val >= nextmin) in S_pmtrans()
6571 nextmin = val + 1; in S_pmtrans()
6574 t = uvchr_to_utf8(tmpbuf,nextmin); in S_pmtrans()