Searched defs:low_bits (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/opto/
H A Dregmask.cpp242 static int low_bits[5] = { 0x55555555, 0x11111111, 0x01010101, 0x00000000, 0x00010001 }; variable
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DFixedDtoa.java71 UInt128(final long high_bits, final long low_bits) { argument
/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local

Completed in 64 milliseconds