Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:m_blocksize

1219     private static final int m_blocksize = 32;
1222 int[] m_ancestors = new int[m_blocksize];
1813 protected int m_blocksize;
1875 m_blocksize = 1<<shift;
1877 m_MASK = m_blocksize - 1;
1926 if (identity < m_blocksize)
1942 if (identity < m_blocksize)
1958 if (identity < m_blocksize)
1974 if (identity < m_blocksize)
1990 if (identity < m_blocksize)
2014 if (nodeID < m_blocksize)