Home
last modified time | relevance | path

Searched refs:riPos (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx43 bool Hdf::implReadLenAndData( const char* pData, int& riPos, HDFData& rValue ) in implReadLenAndData() argument
48 const char* pStartPtr = pData + riPos; in implReadLenAndData()
53 riPos += (pEndPtr - pStartPtr) + 1; in implReadLenAndData()
55 const char* pKeySrc = pData + riPos; in implReadLenAndData()
57 riPos += nKeyLen + 1; in implReadLenAndData()
H A Ddb.hxx65 static bool implReadLenAndData( const char* pData, int& riPos, HDFData& rValue );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx43 bool Hdf::implReadLenAndData( const char* pData, int& riPos, HDFData& rValue ) in implReadLenAndData() argument
48 const char* pStartPtr = pData + riPos; in implReadLenAndData()
53 riPos += (pEndPtr - pStartPtr) + 1; in implReadLenAndData()
55 const char* pKeySrc = pData + riPos; in implReadLenAndData()
57 riPos += nKeyLen + 1; in implReadLenAndData()
H A Ddb.hxx66 static bool implReadLenAndData( const char* pData, int& riPos, HDFData& rValue );
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dgauss_colloc.F217 resPosReal, riPos, rpos, wrPos local
300 riPos = wrPos*ndim
301 shiftPos = FLOOR(riPos+0.5_dp)
302 resPos = riPos-shiftPos
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/grid/
H A Dgauss_colloc.F210 resPosReal, riPos, rpos, wrPos local
287 riPos = wrPos*ndim
288 shiftPos = FLOOR(riPos + 0.5_dp)
289 resPos = riPos - shiftPos