Home
last modified time | relevance | path

Searched refs:posMax (Results 1 – 25 of 105) sorted by path

12345

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DFM.cpp141 int posMax = GetWidth(hWnd) - kSplitterWidth; in SetPosPure() local
142 if (posMax < kPanelSizeMin * 2) in SetPosPure()
143 pos = posMax / 2; in SetPosPure()
146 if (pos > posMax - kPanelSizeMin) in SetPosPure()
147 pos = posMax - kPanelSizeMin; in SetPosPure()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DFM.cpp131 int posMax = GetWidth(hWnd) - kSplitterWidth; in SetPosPure() local
132 if (posMax < kPanelSizeMin * 2) in SetPosPure()
133 pos = posMax / 2; in SetPosPure()
136 if (pos > posMax - kPanelSizeMin) in SetPosPure()
137 pos = posMax - kPanelSizeMin; in SetPosPure()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DFM.cpp101 int posMax = GetWidth(hWnd) - kSplitterWidth; in SetPosPure() local
102 if (pos > posMax) in SetPosPure()
103 pos = posMax; in SetPosPure()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCGisItemTrk.cpp2039 QPointF posMax = limit.posMax * DEG_TO_RAD; in drawItem() local
2042 gis->convertRad2Px(posMax); in drawItem()
2048 p.drawEllipse(posMax, 5, 5); in drawItem()
2463 QPointF posMax = limit.posMax * DEG_TO_RAD; in drawLabel() local
2466 gis->convertRad2Px(posMax); in drawLabel()
2478 drawLimitLabels(eLimitTypeMax, labelMax, posMax, p, fm, blockedAreas); in drawLabel()
H A DCGisItemTrk.h714 posMax = pos; in setMax()
722 QPointF posMax = NOPOINTF; member
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f4xx/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_h7xx/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Darm_math.h575 int32_t posMax, negMin; in __SSAT() local
578 posMax = 1; in __SSAT()
581 posMax = posMax * 2; in __SSAT()
586 posMax = (posMax - 1); in __SSAT()
588 if(x > posMax) in __SSAT()
590 x = posMax; in __SSAT()
595 negMin = -posMax; in __SSAT()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f4xx/
H A Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.cpp5055 Sci::Position Editor::PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const { in PositionAfterMaxStyling() argument
5058 return posMax; in PositionAfterMaxStyling()
5070 return std::min(pdoc->LineStart(stylingMaxLine), posMax); in PositionAfterMaxStyling()
H A DEditor.h522 Sci::Position PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const;
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/Include/
H A Darm_math.h571 int32_t posMax, negMin; in __SSAT() local
574 posMax = 1; in __SSAT()
577 posMax = posMax * 2; in __SSAT()
582 posMax = (posMax - 1); in __SSAT()
584 if(x > posMax) in __SSAT()
586 x = posMax; in __SSAT()
591 negMin = -posMax; in __SSAT()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.cxx5075 Sci::Position Editor::PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const { in PositionAfterMaxStyling() argument
5078 return posMax; in PositionAfterMaxStyling()
5090 return std::min(static_cast<Sci::Position>(pdoc->LineStart(stylingMaxLine)), posMax); in PositionAfterMaxStyling()
H A DEditor.h534 Sci::Position PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const;
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.cxx5077 Sci::Position Editor::PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const { in PositionAfterMaxStyling() argument
5080 return posMax; in PositionAfterMaxStyling()
5092 return std::min(pdoc->LineStart(stylingMaxLine), posMax); in PositionAfterMaxStyling()
H A DEditor.h521 Sci::Position PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const;
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.cxx5099 Sci::Position Editor::PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const { in PositionAfterMaxStyling() argument
5102 return posMax; in PositionAfterMaxStyling()
5114 return std::min(pdoc->LineStart(stylingMaxLine), posMax); in PositionAfterMaxStyling()
H A DEditor.h530 Sci::Position PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const;
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.cxx5099 Sci::Position Editor::PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const { in PositionAfterMaxStyling() argument
5102 return posMax; in PositionAfterMaxStyling()
5114 return std::min(pdoc->LineStart(stylingMaxLine), posMax); in PositionAfterMaxStyling()
H A DEditor.h530 Sci::Position PositionAfterMaxStyling(Sci::Position posMax, bool scrolling) const;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwindowsx.h514 #define ScrollBar_SetRange(hwndCtl,posMin,posMax,fRedraw) SetScrollRange((hwndCtl),SB_CTL,(posMin),… argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwindowsx.h514 #define ScrollBar_SetRange(hwndCtl,posMin,posMax,fRedraw) SetScrollRange((hwndCtl),SB_CTL,(posMin),… argument

12345