Home
last modified time | relevance | path

Searched refs:currentHigh (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/textadept/cdk-5.0-20200923/
H A Dscroller.c21 if (scroller->currentHigh) in scroller_KEY_UP()
23 scroller->currentHigh--; in scroller_KEY_UP()
42 if (scroller->currentHigh < scroller->viewSize - 1) in scroller_KEY_DOWN()
44 scroller->currentHigh++; in scroller_KEY_DOWN()
123 scroller->currentHigh = 0; in scroller_KEY_HOME()
130 scroller->currentHigh = scroller->viewSize - 1; in scroller_KEY_END()
176 scroller->currentHigh = scroller->currentItem - scroller->currentTop; in scroller_SetPosition()
H A Dradio.c535 int ypos = SCREEN_YPOS (radio, radio->currentHigh); in drawCDKRadioList()
H A Dscroll.c534 s->currentHigh, in drawCDKScrollCurrent()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dscroller.c21 if (scroller->currentHigh) in scroller_KEY_UP()
23 scroller->currentHigh--; in scroller_KEY_UP()
42 if (scroller->currentHigh < scroller->viewSize - 1) in scroller_KEY_DOWN()
44 scroller->currentHigh++; in scroller_KEY_DOWN()
123 scroller->currentHigh = 0; in scroller_KEY_HOME()
130 scroller->currentHigh = scroller->viewSize - 1; in scroller_KEY_END()
176 scroller->currentHigh = scroller->currentItem - scroller->currentTop; in scroller_SetPosition()
H A Dscroller.h59 int currentHigh; \
H A Dradio.c535 int ypos = SCREEN_YPOS (radio, radio->currentHigh); in drawCDKRadioList()
H A Dscroll.c534 s->currentHigh, in drawCDKScrollCurrent()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dscroller.c21 if (scroller->currentHigh) in scroller_KEY_UP()
23 scroller->currentHigh--; in scroller_KEY_UP()
42 if (scroller->currentHigh < scroller->viewSize - 1) in scroller_KEY_DOWN()
44 scroller->currentHigh++; in scroller_KEY_DOWN()
123 scroller->currentHigh = 0; in scroller_KEY_HOME()
130 scroller->currentHigh = scroller->viewSize - 1; in scroller_KEY_END()
176 scroller->currentHigh = scroller->currentItem - scroller->currentTop; in scroller_SetPosition()
H A Dradio.c535 int ypos = SCREEN_YPOS (radio, radio->currentHigh); in drawCDKRadioList()
H A Dscroll.c532 s->currentHigh, in drawCDKScrollCurrent()
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv_rewrite_rules_core.h73 unsigned currentHigh = 0; in apply() local
87 currentHigh = utils::getExtractHigh(current); in apply()
106 else mergedExtracts.push_back(utils::mkExtract(current[0], currentHigh, currentLow)); in apply()
114 else mergedExtracts.push_back(utils::mkExtract(current[0], currentHigh, currentLow)); in apply()
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGIntervalTree.hh263 const int currentHigh, in CheckMaxHighFieldsHelper() argument
266 match = CheckMaxHighFieldsHelper(y->left,currentHigh,match) ? in CheckMaxHighFieldsHelper()
268 GVERIFY(y->high <= currentHigh); in CheckMaxHighFieldsHelper()
269 if (y->high == currentHigh) in CheckMaxHighFieldsHelper()
271 match = CheckMaxHighFieldsHelper(y->right,currentHigh,match) ? in CheckMaxHighFieldsHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c47 const int currentHigh, int match);
844 int currentHigh, int match) in CheckMaxHighFieldsHelper() argument
847 match = CheckMaxHighFieldsHelper(it, y->left, currentHigh, match) ? in CheckMaxHighFieldsHelper()
849 VERIFY(y->high <= currentHigh); in CheckMaxHighFieldsHelper()
850 if (y->high == currentHigh) in CheckMaxHighFieldsHelper()
852 match = CheckMaxHighFieldsHelper(it, y->right, currentHigh, match) ? in CheckMaxHighFieldsHelper()
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dinttree.c47 const int currentHigh, int match);
844 int currentHigh, int match) in CheckMaxHighFieldsHelper() argument
847 match = CheckMaxHighFieldsHelper(it, y->left, currentHigh, match) ? in CheckMaxHighFieldsHelper()
849 VERIFY(y->high <= currentHigh); in CheckMaxHighFieldsHelper()
850 if (y->high == currentHigh) in CheckMaxHighFieldsHelper()
852 match = CheckMaxHighFieldsHelper(it, y->right, currentHigh, match) ? in CheckMaxHighFieldsHelper()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/intervaltree/
H A Dinterval_tree.cc755 const int currentHigh, in CheckMaxHighFieldsHelper() argument
759 match = CheckMaxHighFieldsHelper(y->left,currentHigh,match) ? in CheckMaxHighFieldsHelper()
761 assert(y->high <= currentHigh); in CheckMaxHighFieldsHelper()
762 if (y->high == currentHigh) in CheckMaxHighFieldsHelper()
764 match = CheckMaxHighFieldsHelper(y->right,currentHigh,match) ? in CheckMaxHighFieldsHelper()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/intervaltree/
H A Dinterval_tree.cc755 const int currentHigh, in CheckMaxHighFieldsHelper() argument
759 match = CheckMaxHighFieldsHelper(y->left,currentHigh,match) ? in CheckMaxHighFieldsHelper()
761 assert(y->high <= currentHigh); in CheckMaxHighFieldsHelper()
762 if (y->high == currentHigh) in CheckMaxHighFieldsHelper()
764 match = CheckMaxHighFieldsHelper(y->right,currentHigh,match) ? in CheckMaxHighFieldsHelper()
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dscroller.h59 int currentHigh; \
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dscroller.h59 int currentHigh; \
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/intervaltree/
H A Dinterval_tree.h113 const int currentHigh,
/dports/math/lib2geom/lib2geom-1.1/include/2geom/intervaltree/
H A Dinterval_tree.h113 const int currentHigh,
/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Danalyzer.h100 double HighParameter(long int pnum, double currentHigh);
H A Dprofile.cpp564 double Analyzer::HighParameter(long int pnum, double currentHigh) in HighParameter() argument
584 if (value <= currentHigh+EPSILON) in HighParameter()
/dports/x11/antimicro/antimicro-2.23/src/
H A Dautoprofilewatcher.cpp191 int currentHigh = highestMatchCount.value(info->getGUID()); in runAppCheck() local
192 if (numMatched > currentHigh) in runAppCheck()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dfilesystem-disk-win32.c++495 LONG currentHigh = 0; in truncate() local
496 LONG currentLow = SetFilePointer(handle, 0, &currentHigh, FILE_CURRENT); in truncate()
500 uint64_t current = (uint64_t(currentHigh) << 32) | uint64_t((ULONG)currentLow); in truncate()
511 if (SetFilePointer(handle, currentLow, &currentHigh, FILE_BEGIN) == in truncate()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dfilesystem-disk-win32.c++498 LONG currentHigh = 0; in truncate() local
499 LONG currentLow = SetFilePointer(handle, 0, &currentHigh, FILE_CURRENT); in truncate()
503 uint64_t current = (uint64_t(currentHigh) << 32) | uint64_t((ULONG)currentLow); in truncate()
514 if (SetFilePointer(handle, currentLow, &currentHigh, FILE_BEGIN) == in truncate()

12