Home
last modified time | relevance | path

Searched refs:VCount (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/editors/fte/fte/src/
H A De_line.cpp158 int GapSize = VAllocated - VCount; in MoveVGap()
161 if (VPos < 0 || VPos > VCount) return 0; in MoveVGap()
184 int L = 0, R = VCount, M, V; in RToV()
186 if (No > Vis(VCount - 1) + VCount - 1) // beyond end in RToV()
188 if (No < VCount) // no folds before (direct match) in RToV()
205 int L = 0, R = VCount, M, V; in RToVN()
208 return VCount; in RToVN()
209 if (No > Vis(VCount - 1) + VCount - 1) in RToVN()
210 return VCount - 1; in RToVN()
211 if (No < VCount) in RToVN()
[all …]
H A De_redraw.cpp61 if (Max >= VCount) in FullRedraw()
157 if (VRow < VCount) { in DrawLine()
268 } else if (VRow == VCount) { in DrawLine()
287 if (CP.Row >= VCount) CP.Row = VCount - 1; in Redraw()
338 if (W->TP.Row + W->Rows >= VCount) W->TP.Row = VCount - W->Rows; in Redraw()
387 if (!VCount) in Redraw()
390 if (B > VCount) { in Redraw()
392 B = VCount; in Redraw()
394 int LastV = VToR(VCount - 1); in Redraw()
408 if (W->CP.Row >= VCount) W->CP.Row = VCount - 1; in Redraw()
[all …]
H A De_fold.cpp56 assert(VCount <= VAllocated); in ShowRow()
57 if (VCount == VAllocated) { in ShowRow()
58 if (AllocVis(VCount ? (VCount * 2) : 1) == 0) return 0; in ShowRow()
61 sizeof(int) * (VCount - VGap)); in ShowRow()
67 VCount++; in ShowRow()
69 GapSize = VAllocated - VCount; in ShowRow()
72 for (int i = V + 2; i < VCount; i++) in ShowRow()
92 GapSize = VAllocated - VCount; in HideRow()
94 VCount--; in HideRow()
102 GapSize = VAllocated - VCount; in HideRow()
[all …]
H A De_buffer.cpp47 VCount(0), in EBuffer()
433 (Pos.Row < VCount)) in ValidPos()
481 if (!VCount) in SetPos()
497 PrevPos.Row = (CP.Row < VCount) ? VToR(CP.Row) : (CP.Row - VCount + RCount); in SetPos()
536 if (Row >= VCount) Row = VCount - 1; in SetNearPos()
577 if (Row >= VCount) Row = VCount - 1; in CenterNearPos()
660 VCount--; in DelLine()
692 VLine = VCount; in InsLine()
723 if (VCount == VAllocated) { in InsLine()
724 if (AllocVis(VCount ? (VCount * 2) : 1) == 0) return 0; in InsLine()
[all …]
H A De_buffer.h206 int VCount; variable
282 if (No < 0 || No >= VCount) { in Vis()
284 assert (No >= 0 && No < VCount); in Vis()
291 if (No < 0 || No >= VCount) { in Vis()
293 assert (No >= 0 && No < VCount); in Vis()
296 VV[GapLine(No, VGap, VCount, VAllocated)] = V; in Vis()
300 if (!((No < VCount) && (No >= 0))) { in VLine()
302 assert((No < VCount) && (No >= 0)); in VLine()
322 if (!VCount) in VToR()
325 if (!(No < VCount)) { in VToR()
[all …]
/dports/dns/idnkit/idnkit-1.0-src/lib/
H A Dunicode.c72 #define VCount 21 macro
74 #define SLast (SBase + LCount * VCount * TCount)
172 v_offset = idx % VCount; in idn__unicode_decompose()
173 l_offset = idx / VCount; in idn__unicode_decompose()
264 VBase <= c2 && c2 < VBase + VCount) { in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c72 #define VCount 21 macro
74 #define SLast (SBase + LCount * VCount * TCount)
172 v_offset = idx % VCount; in idn__unicode_decompose()
173 l_offset = idx / VCount; in idn__unicode_decompose()
264 VBase <= c2 && c2 < VBase + VCount) { in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/www/libwww/w3c-libwww-5.4.2/modules/idn/
H A Dunicode.c72 #define VCount 21 macro
74 #define SLast (SBase + LCount * VCount * TCount)
172 v_offset = idx % VCount; in idn__unicode_decompose()
173 l_offset = idx / VCount; in idn__unicode_decompose()
264 VBase <= c2 && c2 < VBase + VCount) { in idn__unicode_compose()
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount; in idn__unicode_compose()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/stringprep/
H A Dunicode.tcl21 set VCount 21
23 set NCount [expr {$VCount * $TCount}]
149 variable VCount
222 variable VCount
229 $uc2 >= $VBase && $uc2 < $VBase + $VCount} {
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl21 set VCount 21
23 set NCount [expr {$VCount * $TCount}]
149 variable VCount
222 variable VCount
229 $uc2 >= $VBase && $uc2 < $VBase + $VCount} {
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/
H A Dunicode.tcl21 set VCount 21
23 set NCount [expr {$VCount * $TCount}]
149 variable VCount
222 variable VCount
229 $uc2 >= $VBase && $uc2 < $VBase + $VCount} {
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
/dports/graphics/povray36/povray-3.6.1/scenes/incdemo/
H A Dsundial.pov77 #declare VCount= -30;
79 #while ( VCount<90 )
80 #declare RotV = degrees(atan2(tan(radians(VCount))/cos(radians(LAT)),1));
95 #declare VCount= VCount+15;
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/incdemo/
H A Dsundial.pov83 #declare VCount= -30;
85 #while ( VCount<90 )
86 #declare RotV = degrees(atan2(tan(radians(VCount))/cos(radians(LAT)),1));
101 #declare VCount= VCount+15;
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/incdemo/
H A Dsundial.pov83 #declare VCount= -30;
85 #while ( VCount<90 )
86 #declare RotV = degrees(atan2(tan(radians(VCount))/cos(radians(LAT)),1));
101 #declare VCount= VCount+15;
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/hangul/
H A Dhangul.cpp53 const int Hangul::VCount = 21; member in QtVirtualKeyboard::Hangul
55 const int Hangul::NCount = Hangul::VCount * Hangul::TCount; // 588
176 if (VIndex >= 0 && VIndex < VCount) { in compose()
194 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
217 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
258 if (VIndex >= 0 && VIndex < VCount) { in compose()
259 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
/dports/www/p5-RT-Extension-LDAPImport/RT-Extension-LDAPImport-0.36/inc/unicore/
H A DName.pm331 my $VCount = 21;
333 my $NCount = $VCount * $TCount;
350 return ($L * $VCount + $V) * $TCount + $T + $SBase;
/dports/devel/p5-JSON-Hyper/JSON-Hyper-0.011/inc/unicore/
H A DName.pm330 my $VCount = 21;
332 my $NCount = $VCount * $TCount;
349 return ($L * $VCount + $V) * $TCount + $T + $SBase;
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A DNDSSystem.cc150 nds.VCount = 0;
309 nds.VCount = 0;
562 if(nds.VCount<192)
580 ++nds.VCount;
636 if(nds.VCount == 192)
662 else if(nds.VCount == 263)
667 nds.VCount = 0;
711 T1WriteWord(ARM9Mem.ARM9_REG, 6, nds.VCount);
712 T1WriteWord(MMU.ARM7_REG, 6, nds.VCount);
715 if(nds.VCount== ((vmatch >> 8) | ((vmatch << 1) & 256)))
[all …]
/dports/converters/bsdconv/bsdconv-11.6/modules/inter/
H A D_NF-HANGUL-COMPOSITION.c8 #define VCount 21 macro
10 #define NCount (VCount * TCount)
57 if (0 <= VIndex && VIndex < VCount) { in cbconv()
58 r->pending = (SBase + (LIndex * VCount + VIndex) * TCount); in cbconv()
/dports/dns/libidn/libidn-1.35/csharp/
H A DNFKC.cs317 internal const int VCount = 21; field in Gnu.Inet.Encoding.NFKC
320 internal static readonly int NCount = VCount * TCount;
362 if (0 <= VIndex && VIndex < VCount) in composeHangul()
365 return SBase + (LIndex * VCount + VIndex) * TCount; in composeHangul()
/dports/dns/libidn/libidn-1.35/java/src/main/java/gnu/inet/encoding/
H A DNFKC.java278 static final int VCount = 21; field in NFKC
280 static final int NCount = VCount * TCount;
321 if (0 <= VIndex && VIndex < VCount) { in composeHangul()
323 return SBase + (LIndex * VCount + VIndex) * TCount; in composeHangul()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Idn/
H A DNFKC.cs307 internal const int VCount = 21; field in agsXMPP.Idn.NFKC
310 internal static readonly int NCount = VCount * TCount;
352 if (0 <= VIndex && VIndex < VCount) in composeHangul()
355 return SBase + (LIndex * VCount + VIndex) * TCount; in composeHangul()
/dports/korean/p5-Lingua-KO-Hangul-Util/Lingua-KO-Hangul-Util-0.28/
H A DUtil.pm70 use constant VCount => 21; # scalar @JamoV constant
88 @CodeV{@JamoV} = 0 .. VCount-1;
380 return (SBase + ($lindex * VCount + $vindex) * TCount);
453 $ret[-1] = SBase + ($ret[-1] * VCount + $ch) * TCount;
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dtypes.h72 typedef unsigned short VCount; typedef
76 VCount vcnt; /* only used if type == C_REPLV */
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxcompose.cpp52 VCount = 21, enumerator
54 NCount = VCount*TCount,
95 if(0<=VIndex && VIndex<VCount){ in composehangul()
96 last=SBase+(LIndex*VCount+VIndex)*TCount; in composehangul()

123456789