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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java639 diffHL = ceil_lg2(1+(thisHL-1)/thatHL);
641 diffHL = ceil_lg2(1+(thatHL-1)/thisHL);
655 static int ceil_lg2(int x) { method in class:Coding
669 byteBitWidths[b] = (byte) ceil_lg2(b + 1);
672 assert(bitWidth(i) == ceil_lg2(i + 1));
677 * For positive i, it is ceil_lg2(i + 1).
697 //assert(w == ceil_lg2(i + 1));

Completed in 229 milliseconds