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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
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...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp333 # define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s; macro
341 STEP(10, "(printing fatal error message)")
351 STEP(15, "(printing type of error)")
394 STEP(20, "(printing exception/signal name)")
431 STEP(30, "(printing current thread and pid)")
438 STEP(40, "(printing error message)")
449 STEP(50, "(printing Java version string)")
467 STEP(60, "(printing problematic frame)")
478 STEP(63, "(printing core file information)")
488 STEP(6
798 # undef STEP macro
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c92 #define COLOR_CUBE_U8_3_SEARCH( TABLE_POINTER_TYPE, SHIFT, STEP ) \
120 c0 += STEP; \
121 c1 += STEP; \
122 c2 += STEP; \
134 c0 += STEP; \
135 c1 += STEP; \
136 c2 += STEP; \
148 c0 += STEP; \
149 c1 += STEP; \
150 c2 += STEP; \
[all...]

Completed in 680 milliseconds