Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 25 of 2864) sorted by relevance

12345678910>>...115

/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DTIADebug.hxx129 bool collM0_P1(int newVal = -1) { return collision(0, newVal); } in collM0_P1() argument
130 bool collM0_P0(int newVal = -1) { return collision(1, newVal); } in collM0_P0() argument
131 bool collM1_P0(int newVal = -1) { return collision(2, newVal); } in collM1_P0() argument
132 bool collM1_P1(int newVal = -1) { return collision(3, newVal); } in collM1_P1() argument
133 bool collP0_PF(int newVal = -1) { return collision(4, newVal); } in collP0_PF() argument
134 bool collP0_BL(int newVal = -1) { return collision(5, newVal); } in collP0_BL() argument
135 bool collP1_PF(int newVal = -1) { return collision(6, newVal); } in collP1_PF() argument
136 bool collP1_BL(int newVal = -1) { return collision(7, newVal); } in collP1_BL() argument
137 bool collM0_PF(int newVal = -1) { return collision(8, newVal); } in collM0_PF() argument
138 bool collM0_BL(int newVal = -1) { return collision(9, newVal); } in collM0_BL() argument
[all …]
H A DTIADebug.cxx191 if(newVal > -1) in vdelP0()
200 if(newVal > -1) in vdelP1()
209 if(newVal > -1) in vdelBL()
218 if(newVal > -1) in enaM0()
227 if(newVal > -1) in enaM1()
236 if(newVal > -1) in enaBL()
245 if(newVal > -1) in resMP0()
284 if(newVal) in refPF()
300 if(newVal) in scorePF()
316 if(newVal) in priorityPF()
[all …]
H A DRiotDebug.cxx112 if(newVal > -1) in swcha()
121 if(newVal > -1) in swchb()
130 if(newVal > -1) in swacnt()
139 if(newVal > -1) in swbcnt()
167 if(newVal > -1) in tim1T()
176 if(newVal > -1) in tim8T()
185 if(newVal > -1) in tim64T()
194 if(newVal > -1) in tim1024T()
210 if(newVal > -1) in diffP0()
220 if(newVal > -1) in diffP1()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/approximations/
H A DlinearApproximationPolicy_tpl.h75 if (newHighLimit < newVal) newHighLimit = newVal; in combineAdd()
77 if (newLowLimit > newVal) newLowLimit = newVal; in combineAdd()
81 if (newHighLimit < newVal) newHighLimit = newVal; in combineAdd()
83 if (newLowLimit > newVal) newLowLimit = newVal; in combineAdd()
89 if (newLowLimit > newVal) newLowLimit = newVal; in combineAdd()
107 if (newLowLimit > newVal) newLowLimit = newVal; in combineSub()
113 if (newLowLimit > newVal) newLowLimit = newVal; in combineSub()
119 if (newLowLimit > newVal) newLowLimit = newVal; in combineSub()
137 if (newLowLimit > newVal) newLowLimit = newVal; in combineMult()
143 if (newLowLimit > newVal) newLowLimit = newVal; in combineMult()
[all …]
/dports/emulators/stella/stella-6.6/src/debugger/
H A DTIADebug.hxx86 uInt8 pf0(int newVal = -1);
87 uInt8 pf1(int newVal = -1);
88 uInt8 pf2(int newVal = -1);
90 uInt8 grP0(int newVal = -1);
91 uInt8 grP1(int newVal = -1);
97 uInt8 hmP0(int newVal = -1);
98 uInt8 hmP1(int newVal = -1);
99 uInt8 hmM0(int newVal = -1);
100 uInt8 hmM1(int newVal = -1);
101 uInt8 hmBL(int newVal = -1);
[all …]
H A DTIADebug.cxx295 if(newVal > -1) in vdelP0()
304 if(newVal > -1) in vdelP1()
313 if(newVal > -1) in vdelBL()
322 if(newVal > -1) in enaM0()
331 if(newVal > -1) in enaM1()
340 if(newVal > -1) in enaBL()
349 if(newVal > -1) in resMP0()
358 if(newVal > -1) in resMP1()
388 if(newVal) in refPF()
404 if(newVal) in scorePF()
[all …]
H A DRiotDebug.cxx123 if(newVal > -1) in swcha()
132 if(newVal > -1) in swchb()
141 if(newVal > -1) in swacnt()
150 if(newVal > -1) in swbcnt()
179 if(newVal > -1) in tim1T()
188 if(newVal > -1) in tim8T()
197 if(newVal > -1) in tim64T()
206 if(newVal > -1) in tim1024T()
264 if(newVal > -1) in diffP0()
274 if(newVal > -1) in diffP1()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java224 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
250 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
276 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
302 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
321 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
385 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
425 Arrays.sort(newVal); in testCpuSets()
447 Arrays.sort(newVal); in testCpuSets()
466 Arrays.sort(newVal); in testCpuSets()
488 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java243 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
269 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
295 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
323 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
343 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
407 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
447 Arrays.sort(newVal); in testCpuSets()
469 Arrays.sort(newVal); in testCpuSets()
488 Arrays.sort(newVal); in testCpuSets()
510 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTesterCgroupV1.java226 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
252 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
278 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED: newVal; in testMemorySubsystem()
307 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
327 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
399 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
431 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
443 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
453 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
465 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
H A DMetricsTesterCgroupV2.java227 fail("memory.max", oldVal, newVal); in testMemorySubsystem()
246 newVal = valSwap; in testMemorySubsystem()
249 newVal = valSwap + valMemory; in testMemorySubsystem()
258 newVal = swapUsage + memUsage; in testMemorySubsystem()
266 fail("memory.low", oldVal, newVal); in testMemorySubsystem()
310 newVal = getCpuShares("cpu.weight"); in testCpuSchedulingMetrics()
312 fail("cpu.weight", oldVal, newVal); in testCpuSchedulingMetrics()
343 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
353 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
363 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTesterCgroupV1.java226 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
252 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
278 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED: newVal; in testMemorySubsystem()
307 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
327 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
399 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
431 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
443 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
453 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
465 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
H A DMetricsTesterCgroupV2.java227 fail("memory.max", oldVal, newVal); in testMemorySubsystem()
246 newVal = valSwap; in testMemorySubsystem()
249 newVal = valSwap + valMemory; in testMemorySubsystem()
258 newVal = swapUsage + memUsage; in testMemorySubsystem()
266 fail("memory.low", oldVal, newVal); in testMemorySubsystem()
310 newVal = getCpuShares("cpu.weight"); in testCpuSchedulingMetrics()
312 fail("cpu.weight", oldVal, newVal); in testCpuSchedulingMetrics()
343 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
353 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
363 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java243 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
269 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
295 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
323 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
343 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
407 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
447 Arrays.sort(newVal); in testCpuSets()
469 Arrays.sort(newVal); in testCpuSets()
488 Arrays.sort(newVal); in testCpuSets()
510 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java243 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
269 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
295 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
321 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
340 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
404 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
444 Arrays.sort(newVal); in testCpuSets()
466 Arrays.sort(newVal); in testCpuSets()
485 Arrays.sort(newVal); in testCpuSets()
507 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java243 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
269 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
295 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
323 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
343 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
407 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
447 Arrays.sort(newVal); in testCpuSets()
469 Arrays.sort(newVal); in testCpuSets()
488 Arrays.sort(newVal); in testCpuSets()
510 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java224 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
250 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
276 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
304 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
324 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
388 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
428 Arrays.sort(newVal); in testCpuSets()
450 Arrays.sort(newVal); in testCpuSets()
469 Arrays.sort(newVal); in testCpuSets()
491 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTesterCgroupV1.java226 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
252 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
278 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED: newVal; in testMemorySubsystem()
307 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
327 newVal = newVal > unlimited_minimum ? CgroupSubsystem.LONG_RETVAL_UNLIMITED : newVal; in testMemorySubsystem()
399 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
431 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
443 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
453 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
465 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
H A DMetricsTesterCgroupV2.java227 fail("memory.max", oldVal, newVal); in testMemorySubsystem()
253 newVal = valSwap; in testMemorySubsystem()
256 newVal = valSwap + valMemory; in testMemorySubsystem()
265 newVal = swapUsage + memUsage; in testMemorySubsystem()
274 fail("memory.low", oldVal, newVal); in testMemorySubsystem()
318 newVal = getCpuShares("cpu.weight"); in testCpuSchedulingMetrics()
320 fail("cpu.weight", oldVal, newVal); in testCpuSchedulingMetrics()
351 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
361 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
371 newVal = CgroupMetricsTester.sortAllowNull(newVal); in testCpuSets()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/containers/cgroup/
H A DMetricsTester.java224 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
250 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
276 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
304 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
324 newVal = newVal > unlimited_minimum ? -1L : newVal; in testMemorySubsystem()
388 if (newVal == 0 || newVal == 1024) newVal = -1; in testCpuSchedulingMetrics()
428 Arrays.sort(newVal); in testCpuSets()
450 Arrays.sort(newVal); in testCpuSets()
469 Arrays.sort(newVal); in testCpuSets()
491 Arrays.sort(newVal); in testCpuSets()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/
H A DsetInst_inl.h63 _chgVal_(varPos, newVal); in chgVal()
83 _chgVal_(varPos, newVal); in chgVal()
104 _chgVal_(varPos, newVal); in chgVal()
175 _chgVals_(varPos, newVal); in chgVals()
200 addVal(varPos, newVal); in addVal()
220 addVal(varPos, newVal); in addVal()
248 addVals(varPos, newVal); in addVals()
268 addVals(varPos, newVal); in addVals()
296 remVal(varPos, newVal); in remVal()
316 remVal(varPos, newVal); in remVal()
[all …]
H A DsetInst.h330 SetInst& chgVal(Idx varPos, Idx newVal);
561 SetInst& chgVals(Idx varPos, const Size newVal);
577 SetInst& addVal(Idx varPos, Idx newVal);
593 SetInst& addVals(Idx varPos, const Size newVal);
609 SetInst& remVal(Idx varPos, Idx newVal);
625 SetInst& remVals(Idx varPos, const Size newVal);
642 SetInst& interVals(Idx varPos, const Size newVal);
659 SetInst& interVal(Idx varPos, Idx newVal);
676 SetInst& chgDifVal(Idx varPos, const Size newVal);
864 void _chgVal_(Idx varPos, Idx newVal);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java183 result = newVal == getVal ; in _updateBoolean()
212 result = newVal == getVal ; in _updateByte()
241 result = newVal == getVal ; in _updateShort()
270 result = newVal == getVal ; in _updateInt()
299 result = newVal == getVal ; in _updateLong()
328 result = newVal == getVal ; in _updateFloat()
415 if (newVal == null || newVal.length == 0) { in _updateBytes()
418 newVal = new byte[] {(byte) (newVal[0] + 1), 111, 98} ; in _updateBytes()
449 newVal.Year ++ ; in _updateDate()
479 newVal.Seconds ++ ; in _updateTime()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java183 result = newVal == getVal ; in _updateBoolean()
212 result = newVal == getVal ; in _updateByte()
241 result = newVal == getVal ; in _updateShort()
270 result = newVal == getVal ; in _updateInt()
299 result = newVal == getVal ; in _updateLong()
328 result = newVal == getVal ; in _updateFloat()
415 if (newVal == null || newVal.length == 0) { in _updateBytes()
418 newVal = new byte[] {(byte) (newVal[0] + 1), 111, 98} ; in _updateBytes()
449 newVal.Year ++ ; in _updateDate()
479 newVal.Seconds ++ ; in _updateTime()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/
H A DReconfigurationException.java31 private String newVal; field in ReconfigurationException
43 if (newVal != null) { in constructMessage()
44 message += "\' to \'" + newVal + "\'"; in constructMessage()
56 this.newVal = null; in ReconfigurationException()
64 String newVal, String oldVal, in ReconfigurationException() argument
66 super(constructMessage(property, newVal, oldVal), cause); in ReconfigurationException()
68 this.newVal = newVal; in ReconfigurationException()
76 String newVal, String oldVal) { in ReconfigurationException() argument
77 super(constructMessage(property, newVal, oldVal)); in ReconfigurationException()
79 this.newVal = newVal; in ReconfigurationException()
[all …]

12345678910>>...115