Home
last modified time | relevance | path

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

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Color/
H A DColorFilter.cpp93 ColorFilterEntry entryMax; in marginColor() local
94 entryMax.count = 0; in marginColor()
96 if ((*itr).count > entryMax.count) { in marginColor()
97 entryMax = *itr; in marginColor()
101 return entryMax.color.rgb(); in marginColor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java106 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
107 while (entry.lessThan(entryMax)) { in probe()
145 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
146 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java106 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
107 while (entry.lessThan(entryMax)) { in probe()
145 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
146 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java108 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
109 while (entry.lessThan(entryMax)) { in probe()
147 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
148 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java108 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
109 while (entry.lessThan(entryMax)) { in probe()
147 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
148 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java108 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
109 while (entry.lessThan(entryMax)) { in probe()
147 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
148 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java106 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
107 while (entry.lessThan(entryMax)) { in probe()
145 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
146 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java106 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
107 while (entry.lessThan(entryMax)) { in probe()
145 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
146 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java106 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in probe() local
107 while (entry.lessThan(entryMax)) { in probe()
145 Address entryMax = entriesField.getValue(addr).addOffsetTo(nextBucketOffset * uintSize); in symbolsDo() local
146 while (entry.lessThan(entryMax)) { in symbolsDo()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dmodifier_table.cpp100 ModifierEntry* entryMax = new ModifierEntry("$max", MOD_MAX); in init() local
101 nameMap->insert(make_pair(StringData(entryMax->name), entryMax)); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/randomshaders/
H A DrsgExpression.cpp1037 float entryMax = entryValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local
1042 if (Scalar::min<float>() == entryMin && Scalar::max<float>() == entryMax) in computeEntryReadWeight()
1047 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()
1048 float entryRangeLen = entryMax - entryMin; in computeEntryReadWeight()
1065 int entryMax = entryValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local
1070 if (Scalar::min<int>() == entryMin && Scalar::max<int>() == entryMax) in computeEntryReadWeight()
1075 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()
1076 deInt64 entryRangeLen = (deInt64)entryMax - (deInt64)entryMin; in computeEntryReadWeight()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGabeditContoursPlot.c1658 GtkWidget *entryMax = NULL; in create_contours_frame() local
1704 entryMax = gtk_entry_new (); in create_contours_frame()
1705 add_widget_table(Table,entryMax,i,j); in create_contours_frame()
1707 gtk_entry_set_text(GTK_ENTRY(entryMax),t); in create_contours_frame()
1728 g_object_set_data(G_OBJECT (window), "EntryMax",entryMax); in create_contours_frame()
5966 GtkWidget* entryMax; in applyColorMapOptions() local
6139 GtkWidget* entryMax; in createColorMapOptionsWindow() local
6201 entryMax = gtk_entry_new (); in createColorMapOptionsWindow()
6202 add_widget_table(table,entryMax,i,j); in createColorMapOptionsWindow()
6204 gtk_entry_set_text(GTK_ENTRY(entryMax),t); in createColorMapOptionsWindow()
[all …]