Home
last modified time | relevance | path

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

/dports/cad/veroroute/VeroRoute/Src/
H A DColorManager.h106 std::list<int> cnList[MYNUMCOLORS]; // Lists of nodeIds used by colours in CalculateColors() local
114 cnList[colorIdI].push_back(nodeIdI); // Update list in CalculateColors()
137 cnList[bestColorId].push_back(nodeIdI); // Update list in CalculateColors()
148 if ( cnList[i].size() > nMaxCount ) { iMostUsedColor = i; nMaxCount = cnList[i].size(); } in CalculateColors()
149 if ( cnList[i].size() == 0 && iUnusedColor == BAD_COLORID) iUnusedColor = i; in CalculateColors()
154 auto iter = cnList[iMostUsedColor].begin(); ++iter; in CalculateColors()
157 cnList[iMostUsedColor].erase(iter); // Remove nodeId from list of iMostUsedColor in CalculateColors()
158 cnList[iUnusedColor].push_back(iNodeId); // Add nodeId to list of iUnusedColor in CalculateColors()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/
H A DSSLHostnameVerifier.java514 final List<String> cnList = new LinkedList<String>(); in getCNs() local
543 cnList.add(tok.substring(x + 3)); in getCNs()
546 if (!cnList.isEmpty()) { in getCNs()
547 String[] cns = new String[cnList.size()]; in getCNs()
548 cnList.toArray(cns); in getCNs()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DViewCert.cpp38 QStringList cnList = processQSslCertificateInfo(cert.subjectInfo(QSslCertificate::CommonName)); in certificateFriendlyName() local
42 if (cnList.count() > 0) { in certificateFriendlyName()
43 cn = cnList.at(0); in certificateFriendlyName()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DViewCert.cpp38 QStringList cnList = processQSslCertificateInfo(cert.subjectInfo(QSslCertificate::CommonName)); in certificateFriendlyName() local
42 if (cnList.count() > 0) { in certificateFriendlyName()
43 cn = cnList.at(0); in certificateFriendlyName()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichirvr1.c493 MY_CONST CN_LIST cnList[] = { variable
516 int cnListNumEl = (int)(sizeof(cnList)/sizeof(cnList[0]));
1180 if ( cnList[i].bits == cn_bits ) { in GetAtomRestoreInfo()
1204 pVA->cInitCharge = cnList[j].nInitialCharge; in GetAtomRestoreInfo()
1685 int len = cnList[j = pVA[i].cnListIndex-1].len; in nCountBnsSizes()
1686 int bits = cnList[j].bits; in nCountBnsSizes()
1688 pCN = cnList[j].pCN; in nCountBnsSizes()
2854 pCN = cnList[k].pCN; /* pointer to the ChargeStruct */ in AddCGroups2TCGBnStruct()
2855 cn_len = cnList[k].len; /* length of the ChargeStruct */ in AddCGroups2TCGBnStruct()
2856 cn_bits = cnList[k].bits; /* bits: for M-recognition */ in AddCGroups2TCGBnStruct()
[all …]
H A Dichirvr2.c1575 cnBits = (pVA[i].cnListIndex > 0)? cnList[pVA[i].cnListIndex-1].bits : 0; in MoveRadToAtomsAddCharges()
3695 cnList[pVA[i].cnListIndex-1].bits == cn_bits_MN ) { in RestoreCyanoGroup()
4196 cnList[pVA[i].cnListIndex-1].bits == cn_bits_MN ) { in RestoreNNNgroup()
4315 cnList[pVA[i].cnListIndex-1].bits == cn_bits_MN ) { in RestoreNNNgroup()
4507 cnList[pVA[i].cnListIndex-1].bits == cn_bits_MN ) { in RestoreNNNgroup()
4760 cnList[pVA[i].cnListIndex-1].bits == cn_bits_NPN && in EliminateNitrogen5Val3Bonds()
4944 cnList[pVA[i].cnListIndex-1].bits == cn_bits_NPN && in Convert_SIV_to_SVI()
4986 cnList[pVA[i].cnListIndex-1].bits == cn_bits_NPN && in Convert_SIV_to_SVI()
H A Dichirvr4.c132 pVA[i].cnListIndex > 0 && cnList[pVA[i].cnListIndex-1].bits == cn_bits_MNP && in ForbidNintrogenPlus2BondsInSmallRings()
1827 int atBits = cnList[pVA[neigh].cnListIndex-1].bits; in MakeSingleBondsMetal2ChargedHeteroat()
/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dichirvrs.h476 extern MY_CONST CN_LIST cnList[];