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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DChunkedIntArray.java45 // Debugging tip: Cranking lowbits down to 4 or so is a good
47 static final int lowbits=10; // How many bits address within chunks field in class:ChunkedIntArray
48 static final int chunkalloc=1<<lowbits;
90 int chunkpos = newoffset >> lowbits;
126 int chunkpos = position >> lowbits;
148 int chunkpos = ancestor >> lowbits;
207 int chunkpos = position >> lowbits;
226 int chunkpos = position >> lowbits;
259 int chunkpos = position >> lowbits;

Completed in 868 milliseconds