Home
last modified time | relevance | path

Searched refs:copyIndex (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/maude/maude-2.7.1/src/Core/
H A DcopyRhsAutomaton.cc46 CopyRhsAutomaton::CopyRhsAutomaton(int originalIndex, int copyIndex) in CopyRhsAutomaton() argument
48 copyIndex(copyIndex) in CopyRhsAutomaton()
56 copyIndex = variableInfo.remapIndex(copyIndex); in remapIndices()
65 compiler.recordFunctionEval(0, copyIndex, sources); in recordInfo()
76 matcher.bind(copyIndex, n); in construct()
95 "\tcopyIndex = " << copyIndex << '\n'; in dump()
H A DcopyRhsAutomaton.hh36 CopyRhsAutomaton(int originalIndex, int copyIndex);
49 int copyIndex; member in CopyRhsAutomaton
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DPngLzBlockReader.java27 int copyIndex; field in PngLzBlockReader
121 byte value = window[copyIndex]; in getNextCompressedByte()
125 copyIndex++; in getNextCompressedByte()
127 if (copyIndex == window.length) copyIndex = 0; in getNextCompressedByte()
157 copyIndex = windowIndex - distance; in getNextCompressedByte()
158 if (copyIndex < 0) copyIndex += window.length; in getNextCompressedByte()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DPngLzBlockReader.java27 int copyIndex; field in PngLzBlockReader
121 byte value = window[copyIndex]; in getNextCompressedByte()
125 copyIndex++; in getNextCompressedByte()
127 if (copyIndex == window.length) copyIndex = 0; in getNextCompressedByte()
157 copyIndex = windowIndex - distance; in getNextCompressedByte()
158 if (copyIndex < 0) copyIndex += window.length; in getNextCompressedByte()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Runtime/CompilerHelpers/
H A DStartupCodeHelpers.cs74 for (int copyIndex = 0; copyIndex < copyLimit; copyIndex++) in GetLoadedModules()
76 outputModules[copyIndex] = s_modules[copyIndex]; in GetLoadedModules()
94 for (int copyIndex = 0; copyIndex < s_moduleCount; copyIndex++) in AddModule()
96 newModules[copyIndex] = s_modules[copyIndex]; in AddModule()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/
H A Dtransform_if.hpp35 bool copyIndex, in transform_if_impl() argument
70 if(copyIndex){ in transform_if_impl()
88 bool copyIndex, in transform_if_impl() argument
92 (void) copyIndex; in transform_if_impl()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in transform_if_impl() argument
72 if(copyIndex){ in transform_if_impl()
90 bool copyIndex, in transform_if_impl() argument
94 (void) copyIndex; in transform_if_impl()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/algorithm/
H A Dtransform_if.hpp39 bool copyIndex, in dispatch_gpu_sort_by_key()
72 if(copyIndex){ in dispatch_gpu_sort_by_key()
90 bool copyIndex, in dispatch_gpu_sort_by_key()
94 (void) copyIndex; in dispatch_gpu_sort_by_key()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp33 for (size_t copyIndex = 0; copyIndex < prevIterSize; copyIndex++) in GetImplicitConversionCombinations() local
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DUDPProxyCoordinator.cpp229 DataStructures::DefaultIndexType copyIndex; in OnForwardingRequestFromClientToCoordinator() local
230 for (copyIndex=0; copyIndex < serverList.GetSize(); copyIndex++) in OnForwardingRequestFromClientToCoordinator()
231 fw->remainingServersToTry.Push(serverList[copyIndex], __FILE__, __LINE__ ); in OnForwardingRequestFromClientToCoordinator()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgOfflineImapOperation.cpp321 NS_IMETHODIMP nsMsgOfflineImapOperation::GetCopyDestination(int32_t copyIndex, in GetCopyDestination() argument
326 if (copyIndex >= (int32_t)m_copyDestinations.Length()) in GetCopyDestination()
328 *retval = ToNewCString(m_copyDestinations.ElementAt(copyIndex)); in GetCopyDestination()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DBackwardsCompatibilityTest.cpp114 static void copyIndex(const String& dirName) { in copyIndex() function
437 copyIndex(oldNames[i]); in TEST_F()
466 copyIndex(oldNames[i]); in TEST_F()
475 copyIndex(oldNames[i]); in TEST_F()
484 copyIndex(oldNames[i]); in TEST_F()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DScTitleSequence.hpp374 auto copyIndex = GetManagerIndex(); in clone() local
375 if (copyIndex) in clone()
377 auto index = TitleSequenceManager::DuplicateItem(*copyIndex, name.c_str()); in clone()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/
H A DLaunchManager.java1045 int copyIndex = baseName.lastIndexOf(" ("); //$NON-NLS-1$ in generateUniqueLaunchConfigurationNameFrom() local
1047 if (copyIndex > -1 && length > copyIndex + 2 && baseName.charAt(length - 1) == ')') { in generateUniqueLaunchConfigurationNameFrom()
1048 String trailer = baseName.substring(copyIndex + 2, length - 1); in generateUniqueLaunchConfigurationNameFrom()
1052 base = baseName.substring(0, copyIndex); in generateUniqueLaunchConfigurationNameFrom()
1091 int copyIndex = base.lastIndexOf(" ("); //$NON-NLS-1$ in generateUniqueLaunchConfigurationNameFrom() local
1092 if (copyIndex > -1 && length > copyIndex + 2 && base.charAt(length - 1) == ')') { in generateUniqueLaunchConfigurationNameFrom()
1093 String trailer = base.substring(copyIndex + 2, length -1); in generateUniqueLaunchConfigurationNameFrom()
1097 base = base.substring(0, copyIndex); in generateUniqueLaunchConfigurationNameFrom()

12