Home
last modified time | relevance | path

Searched refs:ppOut (Results 1 – 25 of 865) sorted by relevance

12345678910>>...35

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlasq5.go38 ppOut: 0,
57 ppOut: 1,
76 ppOut: 0,
95 ppOut: 1,
114 ppOut: 1,
133 ppOut: 0,
152 ppOut: 1,
171 ppOut: 0,
190 ppOut: 0,
209 ppOut: 1,
[all …]
H A Ddlasq3.go59 ppOut: 0,
99 ppOut: 1,
139 ppOut: 0,
179 ppOut: 1,
219 ppOut: 0,
259 ppOut: 1,
299 ppOut: 0,
339 ppOut: 1,
379 ppOut: 0,
419 ppOut: 1,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Mapping.cxx52 uno_Interface ** ppOut,
64 void ** ppOut, in s_mapInterface() argument
71 reinterpret_cast<uno_Interface **>(ppOut), in s_mapInterface()
133 uno_Interface ** ppOut, in mapInterface() argument
137 OSL_ASSERT(ppOut && pTypeDescr); in mapInterface()
138 if (*ppOut) in mapInterface()
140 (*ppOut)->release(*ppOut); in mapInterface()
141 *ppOut = nullptr; in mapInterface()
154 …nv->getRegisteredInterface(m_to.get()->pExtEnv, reinterpret_cast<void **>(ppOut), pOId, pTypeDescr… in mapInterface()
156 if (!*ppOut) // not yet there, register new proxy interface in mapInterface()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Mapping.cxx50 uno_Interface ** ppOut,
60 void ** ppOut, in s_mapInterface() argument
67 reinterpret_cast<uno_Interface **>(ppOut), in s_mapInterface()
129 uno_Interface ** ppOut, in mapInterface() argument
133 OSL_ASSERT(ppOut && pTypeDescr); in mapInterface()
134 if (*ppOut) in mapInterface()
136 (*ppOut)->release(*ppOut); in mapInterface()
137 *ppOut = nullptr; in mapInterface()
150 …nv->getRegisteredInterface(m_to.get()->pExtEnv, reinterpret_cast<void **>(ppOut), pOId, pTypeDescr… in mapInterface()
152 if (!*ppOut) // not yet there, register new proxy interface in mapInterface()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dthreads.c88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
91 assert( ppOut!=0 ); in sqlite3ThreadJoin()
94 *ppOut = p->pOut; in sqlite3ThreadJoin()
97 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK; in sqlite3ThreadJoin()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
188 assert( ppOut!=0 ); in sqlite3ThreadJoin()
201 if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult; in sqlite3ThreadJoin()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
252 assert( ppOut!=0 ); in sqlite3ThreadJoin()
255 *ppOut = p->xTask(p->pIn); in sqlite3ThreadJoin()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dthreads.c88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
91 assert( ppOut!=0 ); in sqlite3ThreadJoin()
94 *ppOut = p->pOut; in sqlite3ThreadJoin()
97 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK; in sqlite3ThreadJoin()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
188 assert( ppOut!=0 ); in sqlite3ThreadJoin()
201 if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult; in sqlite3ThreadJoin()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
252 assert( ppOut!=0 ); in sqlite3ThreadJoin()
255 *ppOut = p->xTask(p->pIn); in sqlite3ThreadJoin()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dthreads.c88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
91 assert( ppOut!=0 ); in sqlite3ThreadJoin()
94 *ppOut = p->pOut; in sqlite3ThreadJoin()
97 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK; in sqlite3ThreadJoin()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
188 assert( ppOut!=0 ); in sqlite3ThreadJoin()
201 if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult; in sqlite3ThreadJoin()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
252 assert( ppOut!=0 ); in sqlite3ThreadJoin()
255 *ppOut = p->xTask(p->pIn); in sqlite3ThreadJoin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dthreads.c88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
91 assert( ppOut!=0 ); in sqlite3ThreadJoin()
94 *ppOut = p->pOut; in sqlite3ThreadJoin()
97 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK; in sqlite3ThreadJoin()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
188 assert( ppOut!=0 ); in sqlite3ThreadJoin()
201 if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult; in sqlite3ThreadJoin()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
252 assert( ppOut!=0 ); in sqlite3ThreadJoin()
255 *ppOut = p->xTask(p->pIn); in sqlite3ThreadJoin()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/uno/
H A Dcascade_mapping.cxx50 void mapInterface(void ** ppOut,
75 void ** ppOut, in s_mapInterface() argument
80 pMediatorMapping->mapInterface(ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface()
117 void ** ppOut = va_arg(*pParam, void **); in s_mapInterface_v() local
122 pMapping->mapInterface(pMapping, ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface_v()
126 void ** ppOut, in mapInterface() argument
130 if (*ppOut != nullptr) in mapInterface()
134 env->releaseInterface( env, *ppOut ); in mapInterface()
135 *ppOut = nullptr; in mapInterface()
148 *ppOut = ret; in mapInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/uno/
H A Dcascade_mapping.cxx48 void mapInterface(void ** ppOut,
71 void ** ppOut, in s_mapInterface() argument
76 pMediatorMapping->mapInterface(ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface()
113 void ** ppOut = va_arg(*pParam, void **); in s_mapInterface_v() local
118 pMapping->mapInterface(pMapping, ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface_v()
122 void ** ppOut, in mapInterface() argument
126 if (*ppOut != nullptr) in mapInterface()
130 env->releaseInterface( env, *ppOut ); in mapInterface()
131 *ppOut = nullptr; in mapInterface()
144 *ppOut = ret; in mapInterface()
/dports/editors/libreoffice/libreoffice-7.2.6.2/testtools/source/performance/
H A Dpseudo.cxx142 uno_Mapping * pMapping, void ** ppOut, in pseudo_Mapping_mapInterface() argument
145 OSL_ASSERT( ppOut && pTypeDescr ); in pseudo_Mapping_mapInterface()
146 if (*ppOut) in pseudo_Mapping_mapInterface()
148 (*reinterpret_cast< uno_Interface * >( *ppOut )->release)( in pseudo_Mapping_mapInterface()
149 reinterpret_cast< uno_Interface * >( *ppOut ) ); in pseudo_Mapping_mapInterface()
150 *ppOut = 0; in pseudo_Mapping_mapInterface()
164 static_cast< pseudo_Mapping * >( pMapping )->pTo, ppOut, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface()
165 if (! *ppOut) // no existing interface, register new proxy interface in pseudo_Mapping_mapInterface()
177 *ppOut = pProxy; in pseudo_Mapping_mapInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/testtools/source/performance/
H A Dpseudo.cxx142 uno_Mapping * pMapping, void ** ppOut, in pseudo_Mapping_mapInterface() argument
145 OSL_ASSERT( ppOut && pTypeDescr ); in pseudo_Mapping_mapInterface()
146 if (*ppOut) in pseudo_Mapping_mapInterface()
148 (*reinterpret_cast< uno_Interface * >( *ppOut )->release)( in pseudo_Mapping_mapInterface()
149 reinterpret_cast< uno_Interface * >( *ppOut ) ); in pseudo_Mapping_mapInterface()
150 *ppOut = 0; in pseudo_Mapping_mapInterface()
164 static_cast< pseudo_Mapping * >( pMapping )->pTo, ppOut, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface()
165 if (! *ppOut) // no existing interface, register new proxy interface in pseudo_Mapping_mapInterface()
177 *ppOut = pProxy; in pseudo_Mapping_mapInterface()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.StackTraceGenerator/src/Internal/Dia/
H A DStdCall.cs16 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, out IntPtr ppOut) { throw NotImple… in StdCall() argument
17 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, out long ppOut) { throw NotImpleme… in StdCall() argument
19 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, int i, out IntPtr ppOut) { throw N… in StdCall() argument
20 …nsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, int i, int j, out IntPtr ppOut) { throw NotImplem… in StdCall() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/uno/
H A Dmapping.hxx200 …void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescription * p… in mapInterface() argument
201 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
208 …void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTypeDescr… in mapInterface() argument
209 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, reinterpret_cast<typelib_InterfaceType… in mapInterface()
217 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const css::uno::Type & rType …
281 void ** ppOut, void * pInterface, const css::uno::Type & rType ) const in mapInterface() argument
287 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, reinterpret_cast<typelib_InterfaceTypeDe… in mapInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/uno/
H A Dmapping.hxx196 …void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescription * p… in mapInterface() argument
197 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
204 …void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTypeDescr… in mapInterface() argument
205 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, reinterpret_cast<typelib_InterfaceType… in mapInterface()
213 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const css::uno::Type & rType …
277 void ** ppOut, void * pInterface, const css::uno::Type & rType ) const in mapInterface() argument
283 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, reinterpret_cast<typelib_InterfaceTypeDe… in mapInterface()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx58 uno_Mapping * mapping, void ** ppOut, in Mapping_cli2uno() argument
62 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_cli2uno()
81 (*ppOut)= bridge->map_cli2uno(cliObj, (typelib_TypeDescription*) td); in Mapping_cli2uno()
92 uno_Mapping * mapping, void ** ppOut, in Mapping_uno2cli() argument
98 OSL_ENSURE( td && ppOut, "### null ptr!" ); in Mapping_uno2cli()
111 intptr_t * ppDNetI = (intptr_t *)ppOut; in Mapping_uno2cli()
135 (*ppOut)= reinterpret_cast<void*>(ptr); in Mapping_uno2cli()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx58 uno_Mapping * mapping, void ** ppOut, in Mapping_cli2uno() argument
62 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_cli2uno()
81 (*ppOut)= bridge->map_cli2uno(cliObj, (typelib_TypeDescription*) td); in Mapping_cli2uno()
92 uno_Mapping * mapping, void ** ppOut, in Mapping_uno2cli() argument
98 OSL_ENSURE( td && ppOut, "### null ptr!" ); in Mapping_uno2cli()
111 intptr_t * ppDNetI = (intptr_t *)ppOut; in Mapping_uno2cli()
135 (*ppOut)= reinterpret_cast<void*>(ptr); in Mapping_uno2cli()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_hash.c401 Fts5HashEntry **ppOut = &pRet; in fts5HashEntryMerge() local
405 *ppOut = p2; in fts5HashEntryMerge()
408 *ppOut = p1; in fts5HashEntryMerge()
418 *ppOut = p2; in fts5HashEntryMerge()
419 ppOut = &p2->pScanNext; in fts5HashEntryMerge()
423 *ppOut = p1; in fts5HashEntryMerge()
424 ppOut = &p1->pScanNext; in fts5HashEntryMerge()
427 *ppOut = 0; in fts5HashEntryMerge()
491 void **ppOut, /* OUT: Pointer to new object */ in sqlite3Fts5HashQuery() argument
507 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10)); in sqlite3Fts5HashQuery()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_hash.c401 Fts5HashEntry **ppOut = &pRet; in fts5HashEntryMerge() local
405 *ppOut = p2; in fts5HashEntryMerge()
408 *ppOut = p1; in fts5HashEntryMerge()
418 *ppOut = p2; in fts5HashEntryMerge()
419 ppOut = &p2->pScanNext; in fts5HashEntryMerge()
423 *ppOut = p1; in fts5HashEntryMerge()
424 ppOut = &p1->pScanNext; in fts5HashEntryMerge()
427 *ppOut = 0; in fts5HashEntryMerge()
491 void **ppOut, /* OUT: Pointer to new object */ in sqlite3Fts5HashQuery() argument
507 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10)); in sqlite3Fts5HashQuery()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_hash.c401 Fts5HashEntry **ppOut = &pRet; in fts5HashEntryMerge() local
405 *ppOut = p2; in fts5HashEntryMerge()
408 *ppOut = p1; in fts5HashEntryMerge()
418 *ppOut = p2; in fts5HashEntryMerge()
419 ppOut = &p2->pScanNext; in fts5HashEntryMerge()
423 *ppOut = p1; in fts5HashEntryMerge()
424 ppOut = &p1->pScanNext; in fts5HashEntryMerge()
427 *ppOut = 0; in fts5HashEntryMerge()
491 void **ppOut, /* OUT: Pointer to new object */ in sqlite3Fts5HashQuery() argument
507 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10)); in sqlite3Fts5HashQuery()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/taxon3/
H A Dtaxon3.cpp126 CObjectOStream* ppOut = pOut.release(); in SendRequest() local
129 *ppOut << request; in SendRequest()
130 ppOut->Flush(); in SendRequest()
131 ppOut->Close(); in SendRequest()
138 delete ppOut; in SendRequest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/taxon3/
H A Dtaxon3.cpp136 CObjectOStream* ppOut = pOut.release(); in SendRequest() local
139 *ppOut << request; in SendRequest()
140 ppOut->Flush(); in SendRequest()
141 ppOut->Close(); in SendRequest()
148 delete ppOut; in SendRequest()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dpopen.c129 FILE **ppOut, /* Write to child using this file descriptor */ in popen2() argument
158 *ppOut = _fdopen(fd, "w"); in popen2()
165 *ppOut = 0; in popen2()
211 *ppOut = fdopen(pout[1], "w"); in popen2()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_hash.c390 Fts5HashEntry **ppOut = &pRet; in fts5HashEntryMerge() local
394 *ppOut = p2; in fts5HashEntryMerge()
397 *ppOut = p1; in fts5HashEntryMerge()
407 *ppOut = p2; in fts5HashEntryMerge()
408 ppOut = &p2->pScanNext; in fts5HashEntryMerge()
412 *ppOut = p1; in fts5HashEntryMerge()
413 ppOut = &p1->pScanNext; in fts5HashEntryMerge()
416 *ppOut = 0; in fts5HashEntryMerge()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/aaxwrapper/
H A Daaxentry.cpp100 void** ppOut);
153 void** ppOut) in ACFGetClassFactory() argument
159 result = AAXGetClassFactory (pUnkHost, clsid, iid, ppOut); in ACFGetClassFactory()

12345678910>>...35