Home
last modified time | relevance | path

Searched refs:iterationIndex (Results 26 – 34 of 34) sorted by relevance

12

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Ddds.c3096 iterationIndex; in CompressClusterFit() local
3132 for (iterationIndex = 0;;) in CompressClusterFit()
3254 bestIteration = iterationIndex; in CompressClusterFit()
3274 if (bestIteration != iterationIndex) in CompressClusterFit()
3277 iterationIndex++; in CompressClusterFit()
3278 if (iterationIndex == 8) in CompressClusterFit()
3283 iterationIndex) == MagickFalse) in CompressClusterFit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxis.cs4431 int iterationIndex = 0; in ReduceLabelInterval()
4441 if(iterationIndex >= 99) in ReduceLabelInterval()
4453 ++iterationIndex; in ReduceLabelInterval()
4454 } while(newInterval == oldInterval && iterationIndex <= 100); in ReduceLabelInterval()
4554 int iterationIndex = 0; in IncreaseLabelInterval()
4564 if(iterationIndex >= 99) in IncreaseLabelInterval()
4575 ++iterationIndex; in IncreaseLabelInterval()
4576 } while(newInterval == oldInterval && iterationIndex <= 100); in IncreaseLabelInterval()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/locales/en-US/
H A Dwebconsole.properties166 # LOCALIZATION NOTE (table.index, table.iterationIndex, table.key, table.value):
169 table.iterationIndex=(iteration index)
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/locales/en-US/
H A Dwebconsole.properties118 # LOCALIZATION NOTE (table.index, table.iterationIndex, table.key, table.value):
121 table.iterationIndex=(iteration index)
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/locales/en-US/
H A Dwebconsole.properties122 # LOCALIZATION NOTE (table.index, table.iterationIndex, table.key, table.value):
125 table.iterationIndex=(iteration index)
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/locales/en-US/
H A Dwebconsole.properties118 # LOCALIZATION NOTE (table.index, table.iterationIndex, table.key, table.value):
121 table.iterationIndex=(iteration index)
/dports/www/firefox/firefox-99.0/devtools/client/locales/en-US/
H A Dwebconsole.properties118 # LOCALIZATION NOTE (table.index, table.iterationIndex, table.key, table.value):
121 table.iterationIndex=(iteration index)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/VmaReplay/
H A DVmaReplay.cpp4001 static int ProcessFile(size_t iterationIndex, const char* data, size_t numBytes, duration& outDurat… in ProcessFile() argument
4058 printf("Playing #%zu (limited range of lines)...\n", iterationIndex + 1); in ProcessFile()
4062 printf("Playing #%zu...\n", iterationIndex + 1); in ProcessFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DTests.cpp3699 for(uint32_t iterationIndex = 0; iterationIndex < iterationCount; ++iterationIndex) in BenchmarkAlgorithmsCase() local

12