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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java43 // Debugging tip: Cranking lowbits down to 4 or so is a good
45 static final int lowbits=10; // How many bits address within chunks field in class:ChunkedIntArray
46 static final int chunkalloc=1<<lowbits;
88 int chunkpos = newoffset >> lowbits;
124 int chunkpos = position >> lowbits;
146 int chunkpos = ancestor >> lowbits;
205 int chunkpos = position >> lowbits;
224 int chunkpos = position >> lowbits;
257 int chunkpos = position >> lowbits;

Completed in 47 milliseconds