Home
last modified time | relevance | path

Searched defs:activeParts (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kcachegrind/kcachegrind-21.12.3/qcachegrind/
H A Dqcgtoplevel.h63 TracePartList activeParts() { return _activeParts; } in activeParts() function
/dports/devel/kcachegrind/kcachegrind-21.12.3/kcachegrind/
H A Dtoplevel.h70 TracePartList activeParts() { return _activeParts; } in activeParts() function
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmodel.c120 int *activeParts; /* partitions changes should apply to … variable
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle_system.c4194 int flagActivePart, activeParts = 0; in particles_fluid_step() local