Searched refs:VCount (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pm526 my $VCount = 21;
528 my $NCount = $VCount * $TCount;
545 return ($L * $VCount + $V) * $TCount + $T + $SBase;
H A Dmktables1404 my $VCount = 21;
1406 my $NCount = $VCount * $TCount;
12595 elsif ($cp <= $VBase + $VCount) {
17386 for my $i ($VBase .. $VBase + $VCount - 1) {
17494 my \$VCount = $VCount;
17496 my \$NCount = \$VCount * \$TCount;
17520 return ($L * $VCount + $V) * $TCount + $T + $SBase;
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp258 constexpr const uint32_t VCount = 21; member in namespace:llvm::sys::unicode
264 static std::size_t CountPerColumn[] = {LCount, VCount, TCount};
313 return SBase + (std::uint32_t(L) * VCount + std::uint32_t(V)) * TCount +
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader80 use constant NCount => 588; # VCount * TCount
86 use constant VCount => 21;
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp.c16093 const int VCount = C_ARRAY_LENGTH(JamoV); local
16113 for (V = 0; V < VCount; V++) {

Completed in 242 milliseconds