Home
last modified time | relevance | path

Searched defs:nOn (Results 1 – 12 of 12) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/DataStructs/
H A DBitVect.cpp38 std::uint32_t nOn = 0; in initFromText() local
H A DSparseBitVect.cpp276 unsigned int nOn = getNumOnBits(); in getOnBits() local
H A DExplicitBitVect.cpp173 unsigned int nOn = getNumOnBits(); in getOnBits() local
H A DBitOps.cpp135 int nOn = 0, size, version = 0; in AllProbeBitsMatch() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview2.cxx631 const RedlineFlags nOn = static_cast<const SfxBoolItem*>(pItem)->GetValue() in Execute() local
662 RedlineFlags nOn = RedlineFlags::On; in Execute() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocsh.cxx1345 RedlineFlags nOn = bActivate ? RedlineFlags::On : RedlineFlags::NONE; in SetChangeRecording() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocsh.cxx1393 RedlineFlags nOn = bActivate ? RedlineFlags::On : RedlineFlags::NONE; in SetChangeRecording() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Doptsitem.hxx298 …void SetPrinterIndependentLayout (sal_uInt16 nOn ){ if ( nOn != mnPrinterIndependentLayout ) { … in SetPrinterIndependentLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Doptsitem.hxx298 …void SetPrinterIndependentLayout (sal_uInt16 nOn ){ if ( nOn != mnPrinterIndependentLayout ) { … in SetPrinterIndependentLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview2.cxx738 RedlineFlags nOn = RedlineFlags::On; in Execute() local
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c574 int *nOn; member
4086 int nOn = (code1 == 1 ? 1 : 0) + (code2 == 1 ? 1 : 0) + (code3 == 1 ? 1 : 0); in JoinConstraintPenaltyPiece() local
4130 int nOn[4]; in QuartetConstraintPenaltiesPiece() local
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.cpp613 int nOn = _wtoi(strFlag); in DXUTParseCommandLine() local