Searched refs:high_five (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/native/libverify/
H A Dcheck_format.c92 unsigned char high_five = ch & 0x1F; local
94 result = (high_five << 6) + low_six;
/openjdk10/hotspot/src/share/vm/utilities/
H A Dutf8.cpp48 unsigned char high_five = ch & 0x1F; local
50 result = (high_five << 6) + low_six;
153 unsigned char high_five = ch >> 6; local
155 base[0] = high_five | 0xC0; /* 110xxxxx */

Completed in 56 milliseconds