Searched refs:STEP (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsmd5.c92 #define STEP(f, w, x, y, z, data, s) \ macro
107 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
108 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
109 STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
110 STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
111 STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
112 STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
113 STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
114 STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22);
115 STEP(F
[all...]
/openjdk9/hotspot/src/share/vm/utilities/
H A DvmError.cpp318 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s; macro
326 STEP("printing fatal error message")
341 STEP("test secondary crash 1")
348 STEP("test secondary crash 2")
355 STEP("test safefetch in error handler")
376 STEP("printing type of error")
411 STEP("printing exception/signal name")
441 STEP("printing current thread and pid")
448 STEP("printing error message")
459 STEP("printin
873 # undef STEP macro
[all...]
/openjdk9/jdk/test/javax/swing/JPopupMenu/7154841/
H A Dbug7154841.java43 private static final int STEP = 10; field in class:bug7154841
92 for (int x = center - 10 * STEP; x < center + 10 * STEP; x += STEP) {
/openjdk9/jdk/test/java/lang/invoke/
H A DLoopCombinatorLongSignatureTest.java51 static final MethodHandle STEP = MethodHandles.identity(int.class); field in class:LoopCombinatorLongSignatureTest
79 MethodHandle[] clause = {init, STEP, PRED_T, FINI};
80 MethodHandle[] fclause = {init, STEP, PRED_F, FINI};
/openjdk9/jdk/test/java/util/stream/boottest/java.base/java/util/stream/
H A DSliceSpliteratorTest.java189 static final int STEP = 32; field in class:SliceSpliteratorTest
194 for (int skip = 0; skip < SIZE; skip += STEP) {
196 for (int limit = 0; limit < SIZE; limit += STEP) {
/openjdk9/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLockWithConf.java70 static final long STEP = 1 * 1000; // message every 1 sec. field in class:TestLogConfigurationDeadLockWithConf
317 if (previous == time || previous - rest >= STEP) {
H A DTestLogConfigurationDeadLock.java63 static final long STEP = 1 * 1000; // message every 1 sec. field in class:TestLogConfigurationDeadLock
233 if (previous == time || previous - rest >= STEP) {
H A DTestLoggerBundleSync.java69 static final long STEP = 1 * 1000; // message every 1 sec. field in class:TestLoggerBundleSync
583 if (previous == time || previous - rest >= STEP) {
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java75 static final long STEP = 1 * 1000; // message every 1 sec. field in class:TestConfigurationLock
348 if (previous == time || previous - rest >= STEP) {

Completed in 203 milliseconds