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

  /external/pdfium/core/fxcrt/
fx_basic_array.cpp 109 int nMoveCount = m_nSize - (nIndex + nCount);
110 if (nMoveCount) {
113 nMoveCount * m_nUnitSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 273 int nMoveCount = m_nSize - (nIndex + nCount);
275 if(nMoveCount)
276 memcpy(&m_pData[nIndex],&m_pData[nIndex + nCount],nMoveCount *sizeof(TYPE));

Completed in 2489 milliseconds