Home
last modified time | relevance | path

Searched refs:bStatic (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dposition.cpp246 pos->m.bStatic = true; in gmx_ana_pos_empty_init()
264 pos->m.bStatic = true; in gmx_ana_pos_empty()
354 dest->m.bStatic = false; in gmx_ana_pos_append()
362 dest->m.bStatic = false; in gmx_ana_pos_append()
384 pos->m.bStatic = false; in gmx_ana_pos_append_finish()
H A Dindexutil.cpp1145 m->bStatic = true; in gmx_ana_indexmap_clear()
1204 m->bStatic = true; in gmx_ana_indexmap_init()
1209 GMX_RELEASE_ASSERT(m->bStatic, in gmx_ana_indexmap_init_orgid_group()
1328 dest->bStatic = src->bStatic; in gmx_ana_indexmap_copy()
1387 if (!m->bStatic) in gmx_ana_indexmap_update()
1411 m->bStatic = true; in gmx_ana_indexmap_update()
1469 m->bStatic = false; in gmx_ana_indexmap_update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dsymtbl.hxx101 bool bStatic : 1; // true: STATIC variable member in SbiSymDef
134 void SetStatic( bool bAsStatic = true ) { bStatic = bAsStatic; } in SetStatic()
145 bool IsStatic() const { return bStatic; } in IsStatic()
H A Dparser.hxx48 void DefProc( bool bStatic, bool bPrivate ); // read in procedure
49 void DefVar( SbiOpcode eOp, bool bStatic ); // read in DIM/REDIM
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dsymtbl.hxx102 bool bStatic : 1; // true: STATIC variable member in SbiSymDef
135 void SetStatic( bool bAsStatic = true ) { bStatic = bAsStatic; } in SetStatic()
146 bool IsStatic() const { return bStatic; } in IsStatic()
H A Dparser.hxx49 void DefProc( bool bStatic, bool bPrivate ); // read in procedure
50 void DefVar( SbiOpcode eOp, bool bStatic ); // read in DIM/REDIM
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/hw/
H A Dmhw_state_heap.c142 bool bStatic, in Mhw_StateHeapInterface_AssignSpaceInStateHeap() argument
157 bStatic, in Mhw_StateHeapInterface_AssignSpaceInStateHeap()
1091 bool bStatic) in InitMemoryBlock() argument
1107 pMemoryBlock->bStatic = bStatic; in InitMemoryBlock()
1176 if (pMemoryBlock->bStatic) in ReturnSpaceMemoryBlock()
1187 if (pPrevBlock && !pPrevBlock->bStatic) in ReturnSpaceMemoryBlock()
1202 if (pNextBlock && !pNextBlock->bStatic) in ReturnSpaceMemoryBlock()
1224 bool bStatic, in AssignSpaceInStateHeap() argument
1264 acquireParams.m_staticBlock = bStatic ? true : false; in AssignSpaceInStateHeap()
1916 pAuxBlock->bStatic = pParams->bStatic; in AllocateDynamicBlockDyn()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/hw/
H A Dmhw_state_heap.c141 bool bStatic, in Mhw_StateHeapInterface_AssignSpaceInStateHeap() argument
156 bStatic, in Mhw_StateHeapInterface_AssignSpaceInStateHeap()
1090 bool bStatic) in InitMemoryBlock() argument
1106 pMemoryBlock->bStatic = bStatic; in InitMemoryBlock()
1175 if (pMemoryBlock->bStatic) in ReturnSpaceMemoryBlock()
1186 if (pPrevBlock && !pPrevBlock->bStatic) in ReturnSpaceMemoryBlock()
1201 if (pNextBlock && !pNextBlock->bStatic) in ReturnSpaceMemoryBlock()
1223 bool bStatic, in AssignSpaceInStateHeap() argument
1263 acquireParams.m_staticBlock = bStatic ? true : false; in AssignSpaceInStateHeap()
1887 pAuxBlock->bStatic = pParams->bStatic; in AllocateDynamicBlockDyn()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Ddim.cxx41 SbiSymDef* SbiParser::VarDecl( SbiExprListPtr* ppDim, bool bStatic, bool bConst ) in VarDecl() argument
61 if( bStatic ) in VarDecl()
202 void SbiParser::DefVar( SbiOpcode eOp, bool bStatic ) in DefVar() argument
295 if( !bVBASupportOn && bStatic ) in DefVar()
302 while( ( pDef = VarDecl( &pDim, bStatic, bConst ) ) != nullptr ) in DefVar()
366 if( bVBASupportOn && bStatic ) in DefVar()
564 if( !bVBASupportOn && bStatic ) in DefVar()
1200 void SbiParser::DefProc( bool bStatic, bool bPrivate ) in DefProc() argument
1274 if( bStatic ) in DefProc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Ddim.cxx41 SbiSymDef* SbiParser::VarDecl( SbiExprListPtr* ppDim, bool bStatic, bool bConst ) in VarDecl() argument
61 if( bStatic ) in VarDecl()
202 void SbiParser::DefVar( SbiOpcode eOp, bool bStatic ) in DefVar() argument
295 if( !bVBASupportOn && bStatic ) in DefVar()
302 while( ( pDef = VarDecl( &pDim, bStatic, bConst ) ) != nullptr ) in DefVar()
366 if( bVBASupportOn && bStatic ) in DefVar()
529 if( !bVBASupportOn && bStatic ) in DefVar()
1165 void SbiParser::DefProc( bool bStatic, bool bPrivate ) in DefProc() argument
1239 if( bStatic ) in DefProc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dresultsethelper.cxx230 void ResultSetImplHelper::init( bool bStatic ) in init() argument
237 if ( bStatic ) in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dresultsethelper.cxx230 void ResultSetImplHelper::init( bool bStatic ) in init() argument
236 if ( bStatic ) in init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx291 bool bStatic = false; in setSource() local
296 bStatic = m_bStatic; in setSource()
301 else if( bStatic ) in setSource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx292 bool bStatic = false; in setSource() local
297 bStatic = m_bStatic; in setSource()
302 else if( bStatic ) in setSource()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/RigidBody/kernels/
H A DbatchingKernels.cl221 bool bStatic = (e.m_b<0) ||(eb==m_staticIdx);
225 if (!bStatic)
229 //bAvailable = bStatic? 1: bAvailable;
237 if (!bStatic)
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/RigidBody/kernels/
H A DbatchingKernels.cl221 bool bStatic = (e.m_b<0) ||(eb==m_staticIdx);
225 if (!bStatic)
229 //bAvailable = bStatic? 1: bAvailable;
237 if (!bStatic)
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/kernels/
H A DbatchingKernels.cl221 bool bStatic = (e.m_b<0) ||(eb==m_staticIdx);
225 if (!bStatic)
229 //bAvailable = bStatic? 1: bAvailable;
237 if (!bStatic)
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/kernels/
H A DbatchingKernels.cl221 bool bStatic = (e.m_b<0) ||(eb==m_staticIdx);
225 if (!bStatic)
229 //bAvailable = bStatic? 1: bAvailable;
237 if (!bStatic)
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Djson1.c111 u8 bStatic; /* True if zBuf is static space */ member
196 p->bStatic = 1; in jsonZero()
212 if( !p->bStatic ) sqlite3_free(p->zBuf); in jsonReset()
231 if( p->bStatic ){ in jsonGrow()
240 p->bStatic = 0; in jsonGrow()
380 p->bStatic ? SQLITE_TRANSIENT : sqlite3_free, in jsonResult()
384 assert( p->bStatic ); in jsonResult()
1813 assert( pStr->bStatic ); in jsonArrayFinal()
1817 pStr->bStatic = 1; in jsonArrayFinal()
1862 assert( pStr->bStatic ); in jsonObjectFinal()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/MinGW/
H A DDriver.cpp123 searchLibrary(StringRef name, ArrayRef<StringRef> searchPaths, bool bStatic) { in searchLibrary() argument
133 if (!bStatic) { in searchLibrary()
141 if (!bStatic) { in searchLibrary()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/MinGW/
H A DDriver.cpp123 searchLibrary(StringRef name, ArrayRef<StringRef> searchPaths, bool bStatic) { in searchLibrary() argument
133 if (!bStatic) { in searchLibrary()
141 if (!bStatic) { in searchLibrary()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreInstanceBatchHW.h96 void setStaticAndUpdate( bool bStatic );
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreInstanceBatchHW.h96 void setStaticAndUpdate( bool bStatic );
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreInstanceBatchHW.cpp240 void InstanceBatchHW::setStaticAndUpdate( bool bStatic ) in setStaticAndUpdate() argument
246 mKeepStatic = bStatic; in setStaticAndUpdate()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreInstanceBatchHW.cpp234 void InstanceBatchHW::setStaticAndUpdate( bool bStatic ) in setStaticAndUpdate() argument
240 mKeepStatic = bStatic; in setStaticAndUpdate()

12345678910>>...15