Searched refs:b0 (Results 51 - 59 of 59) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java545 * @param b0 the bias toward the previous character or the
559 public Shape modelToView(int p0, Position.Bias b0, int p1, argument
561 return view.modelToView(p0, b0, p1, b1, a);
H A DBasicTextUI.java1612 * @param b0 the bias toward the previous character or the
1626 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
1628 return view.modelToView(p0, b0, p1, b1, a);
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DByteBufferTest.java144 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { argument
148 ((b0 & 0xff) ));
162 byte b3, byte b2, byte b1, byte b0)
171 (((long)b0 & 0xff) ));
189 static private short makeShort(byte b1, byte b0) { argument
190 return (short)((b1 << 8) | (b0 & 0xff));
161 makeLong(byte b7, byte b6, byte b5, byte b4, byte b3, byte b2, byte b1, byte b0) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DView.java604 * @param b0 the bias of the first character position,
607 * position is a boundary of two views; <code>b0</code> will have one
621 * @exception IllegalArgumentException if <code>b0</code> or
626 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
627 Shape s0 = modelToView(p0, a, b0);
/openjdk10/jdk/make/data/blacklistedcertsconverter/
H A Dblacklisted.certs.pem128 // Serial: 55:c0:e6:44:59:59:79:9e:d9:26:f1:b0:4a:1e:f0:27
491 // Serial: 20015536 (01:31:69:b0)
562 // Serial: 1184640176 (46:9c:2c:b0)
/openjdk10/hotspot/src/share/vm/opto/
H A Dblock.cpp1383 Block *b0 = tr0->first_block();
1388 if (b0->is_connector() != b1->is_connector()) {
1393 float freq0 = b0->_freq;
/openjdk10/jdk/src/java.base/share/classes/java/math/
H A DBigInteger.java1794 // bits of the numbers a and b, and a0 and b0 the least significant.
1795 BigInteger a0, a1, a2, b0, b1, b2;
1801 b0 = b.getToomSlice(k, r, 2, largest);
1805 v0 = a0.multiply(b0);
1807 db1 = b2.add(b0);
1813 db1.add(b2).shiftLeft(1).subtract(b0));
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64Assembler.java502 STP(0b0 << 22),
1099 // prfm requires size == 0b11, v == 0b0 and opc == 0b11
1102 // passing General64 ensures opc[0] == 0b1 and v = 0b0
1103 // (n.b. passing General32 ensures opc[0] == 0b0 and v = 0b0)
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dassembler_arm_64.hpp1370 VFA_SIZE_F32 = 0b0,

Completed in 115 milliseconds

123