Searched defs:b0 (Results 1 - 25 of 25) sorted by last modified time

/openjdk10/jdk/test/java/io/
H A DUnicode.java49 static void fail(String enc, String msg, int e0, int e1, int b0, int b1) argument
/openjdk10/jdk/test/java/awt/Focus/RequestFocusToDisabledCompTest/
H A DRequestFocusToDisabledCompTest.java45 JButton b0 = new JButton("b0"); field in class:RequestFocusToDisabledCompTest
/openjdk10/jdk/test/java/awt/Focus/RestoreFocusOnDisabledComponentTest/
H A DRestoreFocusOnDisabledComponentTest.java45 Button b0 = new Button("button0") {public String toString() {return "B-0";}}; field in class:RestoreFocusOnDisabledComponentTest
/openjdk10/jdk/test/java/awt/Focus/NoAutotransferToDisabledCompTest/
H A DNoAutotransferToDisabledCompTest.java45 JButton b0 = new JButton("b0"); field in class:NoAutotransferToDisabledCompTest
/openjdk10/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java200 public JButton b0 = new JButton("b0"); field in class:TestFrame
/openjdk10/jdk/test/java/awt/Focus/6981400/
H A DTest3.java48 static JButton b0 = new JButton("b0"); field in class:Test3
/openjdk10/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java57 public byte b0; field in class:AccessSpecifierTarg
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmp_gf2m.c133 s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, const mp_digit b0) argument
151 s_bmul_3x3(mp_digit *r, const mp_digit a2, const mp_digit a1, const mp_digit a0, const mp_digit b2, const mp_digit b1, const mp_digit b0) argument
175 s_bmul_4x4(mp_digit *r, const mp_digit a3, const mp_digit a2, const mp_digit a1, const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, const mp_digit b0) argument
[all...]
H A Decp_192.c376 mp_digit b0 = 0, b1 = 0, b2 = 0; local
H A Decl_gf.c612 mp_digit b0 = 0, b1 = 0, b2 = 0; local
696 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; local
789 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; local
857 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; local
[all...]
H A Dec2_193.c186 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local
234 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
240 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
H A Dec2_233.c204 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local
257 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
263 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
H A Dec2_163.c177 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; local
221 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
227 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_Interp.c79 mlib_d64 b01, b23, b0, b1, b2, b3; local
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DView.java626 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
H A DCompositeView.java302 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java1626 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
H A DBasicTextFieldUI.java375 public Shape modelToView(int p0, Position.Bias b0, argument
H A DBasicHTML.java559 public Shape modelToView(int p0, Position.Bias b0, int p1, argument
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DBase64.java755 private int b0, b1, b2; field in class:Base64.EncOutputStream
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DLambdaFormEditor.java109 private static long packedBytes(int b0, int b1) { argument
114 private static long packedBytes(int b0, int b1, int b2) { argument
120 private static long packedBytes(int b0, int b1, int b2, int b3) { argument
165 of(byte b0, int b1, int b2) argument
171 of(byte b0, int b1, int b2, int b3) argument
[all...]
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DByteBufferTest.java144 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { argument
189 static private short makeShort(byte b1, byte b0) { argument
161 makeLong(byte b7, byte b6, byte b5, byte b4, byte b3, byte b2, byte b1, byte b0) argument
/openjdk10/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp229 double b0 = y_avg - b1 * x_avg; local
/openjdk10/hotspot/src/share/vm/code/
H A DcompressedStream.hpp86 jint read_int_mb(jint b0) { argument
112 jint read_int() { jint b0 = read(); local
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DCompressedReadStream.java109 private int readIntMb(int b0) { argument

Completed in 173 milliseconds