Home
last modified time | relevance | path

Searched refs:forCopy (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/
H A DSimpleByteBuffer.java51 final int forCopy = size - pos; in insert() local
52 if (forCopy > 0) { in insert()
53 System.arraycopy(buffer, pos, buffer, pos + 1, forCopy); in insert()
76 final int forCopy = size - pos; in delete() local
77 System.arraycopy(buffer, pos + 1, buffer, pos, forCopy); in delete()
84 final int forCopy = size - pos; in backSpace() local
85 System.arraycopy(buffer, pos, buffer, pos - 1, forCopy); in backSpace()
/dports/devel/hs-shake/shake-0.19.6/src/General/
H A DIds.hs8 forWithKeyM_, forCopy, forMutate,
83 forCopy :: Ids a -> (a -> b) -> IO (Ids b)
84 forCopy (Ids ref) f = do function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/General/
H A DIds.hs8 forWithKeyM_, forCopy, forMutate,
83 forCopy :: Ids a -> (a -> b) -> IO (Ids b)
84 forCopy (Ids ref) f = do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/General/
H A DIds.hs8 forWithKeyM_, forCopy, forMutate,
83 forCopy :: Ids a -> (a -> b) -> IO (Ids b)
84 forCopy (Ids ref) f = do function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSAtom.cpp926 JS::SmallestEncoding forCopy; in AtomizeUTF8Chars() local
928 if (!GetUTF8AtomizationData(cx, utf8, &length, &forCopy, &hash)) { in AtomizeUTF8Chars()
936 AtomizeUTF8CharsWrapper chars(utf8, forCopy); in AtomizeUTF8Chars()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSAtom.cpp1148 JS::SmallestEncoding forCopy; in AtomizeUTF8Chars() local
1150 if (!GetUTF8AtomizationData(cx, utf8, &length, &forCopy, &hash)) { in AtomizeUTF8Chars()
1154 AtomizeUTF8CharsWrapper chars(utf8, forCopy); in AtomizeUTF8Chars()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSAtom.cpp1148 JS::SmallestEncoding forCopy; in AtomizeUTF8Chars() local
1150 if (!GetUTF8AtomizationData(cx, utf8, &length, &forCopy, &hash)) { in AtomizeUTF8Chars()
1154 AtomizeUTF8CharsWrapper chars(utf8, forCopy); in AtomizeUTF8Chars()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSAtom.cpp1077 JS::SmallestEncoding forCopy; in AtomizeUTF8OrWTF8Chars() local
1079 if (!GetUTF8AtomizationData(cx, utf8, &length, &forCopy, &hash)) { in AtomizeUTF8OrWTF8Chars()
1083 AtomizeUTF8OrWTF8CharsWrapper<CharsT> chars(utf8, forCopy); in AtomizeUTF8OrWTF8Chars()
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/Core/
H A DStorage.hs182 Just <$> Ids.forCopy ids snd
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Core/
H A DStorage.hs182 Just <$> Ids.forCopy ids snd
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Core/
H A DStorage.hs182 Just <$> Ids.forCopy ids snd
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.28436 * Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):
8500 * Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):
9830 ([_attributesAtPath:traverseLink:forCopy:]) fix 'cos windows lacks