Searched refs:byte (Results 51 - 54 of 54) sorted by relevance

123

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp55 byte *buffer;
711 // special no-op (mainly used for achieving 8-byte alignment)
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp920 intptr_t* count_p = (intptr_t*)(((byte*)(data)) + in_bytes(CounterData::count_offset()));
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1529 WRAPPER_ReleaseScalarArrayElements(T_BYTE, jbyte, Byte, byte)
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2602 DEFINE_FAST_GETFIELD(jbyte, byte, Byte)
4156 system. Because this might be a double-byte encoding, care is taken to
4157 treat double-byte lead characters correctly.
4172 "Illegal lead byte");
4204 separators to be '\\' rather than '/'. Also, single byte space
4233 if (::IsDBCSLeadByte(*src)) { /* Copy a double-byte character */
4237 } else { /* Copy a single-byte character */

Completed in 63 milliseconds

123