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

  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
PVRScopeComms.h 72 unsigned int nDataLength; ///< Item data length
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 944 FX_STRSIZE nDataLength = len - pos;
946 (nDataLength + 1) * sizeof(FX_CHAR));
947 m_pData->m_nDataLength = nDataLength;
fx_basic_wstring.cpp 933 FX_STRSIZE nDataLength = len - pos;
935 (nDataLength + 1) * sizeof(FX_WCHAR));
936 m_pData->m_nDataLength = nDataLength;

Completed in 77 milliseconds