Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/
H A Dindex_ddl.cpp609 xs_integer lSkip = xs_integer::zero(); in nextImpl() local
664 lSkip = lSkipItem->getIntegerValue(); in nextImpl()
665 if (lSkip < xs_integer::zero()) in nextImpl()
666 lSkip = xs_integer::zero(); in nextImpl()
700 state->theIterator->init(cond, lSkip); in nextImpl()
1003 xs_integer lSkip = xs_integer::zero(); in nextImpl() local
1071 lSkip = lSkipItem->getIntegerValue(); in nextImpl()
1072 if (lSkip < xs_integer::zero()) in nextImpl()
1073 lSkip = xs_integer::zero(); in nextImpl()
1164 state->theIterator->init(cond, lSkip); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/
H A Dcollections_impl.cpp255 xs_integer lSkip = lSkipItem->getIntegerValue(); in nextImpl() local
257 lCount -= ( lSkip <= xs_integer::zero() ? xs_integer::zero() : lSkip ); in nextImpl()
383 xs_integer lSkip; in nextImpl() local
404 lSkip = lSkipItem->getIntegerValue(); in nextImpl()
406 if (lSkip < xs_integer::zero()) in nextImpl()
408 lSkip = xs_integer::zero(); in nextImpl()
412 state->theIterator = collection->getIterator(lSkip); in nextImpl()
421 state->theIterator = collection->getIterator(lSkip, lStart); in nextImpl()
442 lSkip), in nextImpl()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcutpaste.c3056 long lMask, lSkip;
3082 if ((lMask & bit) != 0L && (lSkip & bit) == 0) {
3216 long lMask=0L, lSkip=0L; local
3252 long lMask=0L, lSkip=0L; in CreateGetPropertyInfo() local
3281 if ((lMask & bit) != 0L && (lSkip & bit) == 0) { in CreateGetPropertyInfo()
3315 long lMask=0L, lSkip=0L; local
3337 long lMask=0L, lSkip=0L; in SaveProperties() local
3387 long lMask=0L, lSkip=0L; local
3420 lSkip = (~lMask);
3529 long lMask=0L, lSkip=0L; in RestoreProperties() local
[all …]