Home
last modified time | relevance | path

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

/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx113 sal_Int32 nTempBufferPos = 0; in cpp_call() local
144 if (pParamTypeDescr->nSize > (sizeof(long) * (nTempBufferSize - nTempBufferPos))) in cpp_call()
154 *(void **)pCppStack = pCppArgs[nPos] = (params_buffer + nTempBufferPos), in cpp_call()
157 nTempBufferPos += (pParamTypeDescr->nSize / sizeof(long)) +1; in cpp_call()
166 if (pParamTypeDescr->nSize > (sizeof(long)*(nTempBufferSize - nTempBufferPos))) in cpp_call()
177 *(void **)pCppStack = pCppArgs[nPos] = (params_buffer + nTempBufferPos), in cpp_call()
181 nTempBufferPos += (pParamTypeDescr->nSize / sizeof(long)) +1; in cpp_call()

Completed in 17 milliseconds