HomeSort by relevance Sort by last modified time
    Searched defs:m_nBlockSize (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 358 int m_nBlockSize;
437 m_nBlockSize = nBlockSize;
462 CDXPlex *pNewBlock = CDXPlex::Create(m_pBlocks,m_nBlockSize,sizeof(CNode));
464 pNode += m_nBlockSize - 1;
465 for(int i = m_nBlockSize-1;i >= 0;i--,pNode--) {
682 int m_nBlockSize;
712 m_nBlockSize = nBlockSize;
764 CDXPlex *newBlock = CDXPlex::Create(m_pBlocks,m_nBlockSize,sizeof(CDXMap::CAssoc));
766 pAssoc += m_nBlockSize - 1;
767 for(int i = m_nBlockSize-1;i >= 0;i--,pAssoc--)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 843 int m_nBlockSize;
979 int m_nBlockSize;
1109 int m_nBlockSize;
    [all...]

Completed in 457 milliseconds