Home
last modified time | relevance | path

Searched refs:toLength (Results 26 – 50 of 335) sorted by relevance

12345678910>>...14

/dports/biology/jalview/jalview/src/jalview/io/gff/
H A DExonerateHelper.java273 int toLength = Math.abs(toEnd - toStart) + 1; in buildMapping() local
274 int fromLength = toLength * type.getFromRatio() / type.getToRatio(); in buildMapping()
284 int toLength = fromLength * type.getToRatio() / type.getFromRatio(); in buildMapping() local
288 toEnd = toStart + toLength - 1; in buildMapping()
292 toEnd = toStart - (toLength - 1); in buildMapping()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dustring.h1648 char const * to, sal_Int32 toLength, sal_Int32 * index)
1680 sal_Int32 fromLength, char const * to, sal_Int32 toLength,
1716 sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLength,
1752 sal_Int32 fromLength, char const * to, sal_Int32 toLength,
1788 sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLength,
1881 char const * to, sal_Int32 toLength) SAL_THROW_EXTERN_C();
1908 sal_Int32 fromLength, char const * to, sal_Int32 toLength)
1939 sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLength)
1970 sal_Int32 fromLength, char const * to, sal_Int32 toLength)
2001 sal_Int32 fromLength, sal_Unicode const * to, sal_Int32 toLength)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/array/
H A Dcasting.d78 const toLength = fromSize / TTo.sizeof; in __ArrayCast() local
82 onArrayCastError(TFrom.stringof, fromSize, TTo.stringof, toLength * TTo.sizeof); in __ArrayCast()
91 a.length = toLength; // jam new length in __ArrayCast()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/DSP/
H A DTTempoChanger.h58 toLength(_toLength),
79 changer.setTempo((sample_fpos_t)srcLength/toLength);
133 const sample_pos_t toLength;
/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DcharsetTest.cpp67 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in VMIME_TEST_SUITE_BEGIN()
91 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in testConvertStreamValid()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dbuiltin_typedarrays.go32 b.data = make([]byte, toLength(args[0]))
50 start := toLength(call.Argument(0))
61 stop = toLength(arg)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dstring.cxx324 sal_Int32 fromLength, char const * to, sal_Int32 toLength, in rtl_string_newReplaceFirst() argument
331 assert(toLength >= 0); in rtl_string_newReplaceFirst()
340 if (str->length - fromLength > SAL_MAX_INT32 - toLength) { in rtl_string_newReplaceFirst()
343 sal_Int32 n = str->length - fromLength + toLength; in rtl_string_newReplaceFirst()
350 memcpy((*newStr)->buffer + i, to, toLength); in rtl_string_newReplaceFirst()
352 (*newStr)->buffer + i + toLength, str->buffer + i + fromLength, in rtl_string_newReplaceFirst()
362 sal_Int32 fromLength, char const * to, sal_Int32 toLength) in rtl_string_newReplaceAll() argument
366 for (sal_Int32 i = 0;; i += toLength) { in rtl_string_newReplaceAll()
368 newStr, *newStr, from, fromLength, to, toLength, &i); in rtl_string_newReplaceAll()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofchrenc.cc788 size_t &toLength, in convertToWideCharString() argument
793 toString, toLength, codePage); in convertToWideCharString()
800 size_t &toLength, in convertToWideCharString() argument
814toLength = MultiByteToWideChar(codePage, 0, fromString, OFstatic_cast(int, fromLength), toString, … in convertToWideCharString()
816 toString[toLength] = L'\0'; in convertToWideCharString()
817 if (toLength == 0) in convertToWideCharString()
830 toLength = 0; in convertToWideCharString()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofchrenc.h347 size_t &toLength,
380 size_t &toLength,
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLValueConversion.cc83 toLength(const SmartPtr<Value>& value, const FormattingContext& ctxt) in toLength() function
93 { return toLength(GetComponent(value, i, j), ctxt); } in resolveLength()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs193 !lx@(I# n#) = toLength x
194 !ly = toLength y
208 !n1 = toLength t1
209 !n2 = toLength t2
457 toLength :: ShortText -> Int
458 toLength st = I# (toLength# st) function
460 toLength# :: ShortText -> Int# function
954 !lx@(I# n#) = toLength x
955 !ly = toLength y
995 !lx@(I# n#) = toLength x
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs193 !lx@(I# n#) = toLength x
194 !ly = toLength y
208 !n1 = toLength t1
209 !n2 = toLength t2
457 toLength :: ShortText -> Int
458 toLength st = I# (toLength# st) function
460 toLength# :: ShortText -> Int# function
954 !lx@(I# n#) = toLength x
955 !ly = toLength y
995 !lx@(I# n#) = toLength x
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs193 !lx@(I# n#) = toLength x
194 !ly = toLength y
208 !n1 = toLength t1
209 !n2 = toLength t2
457 toLength :: ShortText -> Int
458 toLength st = I# (toLength# st) function
460 toLength# :: ShortText -> Int# function
954 !lx@(I# n#) = toLength x
955 !ly = toLength y
995 !lx@(I# n#) = toLength x
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs193 !lx@(I# n#) = toLength x
194 !ly = toLength y
208 !n1 = toLength t1
209 !n2 = toLength t2
457 toLength :: ShortText -> Int
458 toLength st = I# (toLength# st) function
460 toLength# :: ShortText -> Int# function
954 !lx@(I# n#) = toLength x
955 !ly = toLength y
995 !lx@(I# n#) = toLength x
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/warp-3.3.13/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/warp-3.3.12/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/warp-3.3.9/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/Utility/Primitives/
H A DCompoundBezierPath.swift67 toLength: toPosition * path.length, in trim()
135toLength: trim.end < pathEndPosition ? (trim.end - pathStartPosition) : path.length, in trim()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DRequest.hs151 len = toLength cl
155 toLength :: Maybe HeaderValue -> Int
156 toLength Nothing = 0 function
157 toLength (Just bs) = readInt bs function
/dports/japanese/w3m/w3m-2b59b9e/
H A Dparsetagx.c15 static int toLength(char *, int *);
24 toLength, /* VTYPE_LENGTH */
59 toLength(char *oval, int *len) in toLength() function
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dparsetagx.c15 static int toLength(char *, int *);
24 toLength, /* VTYPE_LENGTH */
59 toLength(char *oval, int *len) in toLength() function
/dports/www/w3m/w3m-2b59b9e/
H A Dparsetagx.c15 static int toLength(char *, int *);
24 toLength, /* VTYPE_LENGTH */
59 toLength(char *oval, int *len) in toLength() function

12345678910>>...14