Home
last modified time | relevance | path

Searched refs:aKey1 (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection_Perf.cxx459 Random(aKey1); in CompMap()
460 a1.Add(aKey1); in CompMap()
469 Random(aKey1); in CompMap()
499 Random(aKey1); in CompMap()
500 a1.Add(aKey1); in CompMap()
509 Random(aKey1); in CompMap()
554 Random(aKey1); in CompDataMap()
565 Random(aKey1); in CompDataMap()
594 Random(aKey1); in CompDataMap()
605 Random(aKey1); in CompDataMap()
[all …]
H A DQANCollection_Test.cxx481 Key1Type aKey1; in TestDoubleMap() local
485 Random (aKey1); in TestDoubleMap()
487 aM.Bind (aKey1, aKey2); in TestDoubleMap()
488 PrintItem(aM.Find1(aKey1)); in TestDoubleMap()
489 if (!aM.IsBound1(aKey1)) in TestDoubleMap()
492 PrintItem(aKey1); in TestDoubleMap()
502 if (!aM.AreBound(aKey1,aKey2)) in TestDoubleMap()
505 PrintItem(aKey1); in TestDoubleMap()
512 if (aM.UnBind1(aKey1)) in TestDoubleMap()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DCollator.cpp46 int32_t Collator::CompareSortKeys(Span<const uint8_t> aKey1, in CompareSortKeys() argument
48 size_t minLength = std::min(aKey1.Length(), aKey2.Length()); in CompareSortKeys()
49 int32_t tmpResult = strncmp((const char*)aKey1.Elements(), in CompareSortKeys()
57 if (aKey1.Length() > minLength) { in CompareSortKeys()
H A DCollator.h78 int32_t CompareSortKeys(Span<const uint8_t> aKey1,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_IndexedMap.hxx161 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
162 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
163 … IndexedMapNode* pNode = new (this->myAllocator) IndexedMapNode (aKey1, anIndexIter, myData1[iK1]); in Assign()
H A DNCollection_DoubleMap.hxx161 TheKey1Type aKey1 = anIter.Key1(); in Assign() local
163 Standard_Integer iK1 = Hasher1::HashCode (aKey1, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
H A DNCollection_IndexedDataMap.hxx201 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
203 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
204 …IndexedDataMapNode* pNode = new (this->myAllocator) IndexedDataMapNode (aKey1, anIndexIter, anItem… in Assign()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_IndexedMap.hxx161 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
162 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
163 … IndexedMapNode* pNode = new (this->myAllocator) IndexedMapNode (aKey1, anIndexIter, myData1[iK1]); in Assign()
H A DNCollection_DoubleMap.hxx161 TheKey1Type aKey1 = anIter.Key1(); in Assign() local
163 Standard_Integer iK1 = Hasher1::HashCode (aKey1, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
H A DNCollection_IndexedDataMap.hxx201 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
203 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
204 …IndexedDataMapNode* pNode = new (this->myAllocator) IndexedDataMapNode (aKey1, anIndexIter, anItem… in Assign()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_IndexedMap.hxx161 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
162 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
163 … IndexedMapNode* pNode = new (this->myAllocator) IndexedMapNode (aKey1, anIndexIter, myData1[iK1]); in Assign()
H A DNCollection_DoubleMap.hxx161 TheKey1Type aKey1 = anIter.Key1(); in Assign() local
163 Standard_Integer iK1 = Hasher1::HashCode (aKey1, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
H A DNCollection_IndexedDataMap.hxx201 const TheKeyType& aKey1 = theOther.FindKey (anIndexIter); in Assign() local
203 const Standard_Integer iK1 = Hasher::HashCode (aKey1, NbBuckets()); in Assign()
204 …IndexedDataMapNode* pNode = new (this->myAllocator) IndexedDataMapNode (aKey1, anIndexIter, anItem… in Assign()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbeaux.c3623 idx1 = getVarint32(aKey1, szHdr1); in vdbeRecordCompareDebug()
4005 idx1 = 1 + getVarint32(&aKey1[1], s1); in sqlite3VdbeRecordCompareWithSkip()
4006 szHdr1 = aKey1[0]; in sqlite3VdbeRecordCompareWithSkip()
4011 idx1 = getVarint32(aKey1, szHdr1); in sqlite3VdbeRecordCompareWithSkip()
4031 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4053 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4095 mem1.z = (char*)&aKey1[d1]; in sqlite3VdbeRecordCompareWithSkip()
4137 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4286 const u8 *aKey1 = (const u8*)pKey1; in vdbeRecordCompareString() local
4292 getVarint32(&aKey1[1], serial_type); in vdbeRecordCompareString()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c4098 idx1 = getVarint32(aKey1, szHdr1); in vdbeRecordCompareDebug()
4499 idx1 = 1 + getVarint32(&aKey1[1], s1); in sqlite3VdbeRecordCompareWithSkip()
4500 szHdr1 = aKey1[0]; in sqlite3VdbeRecordCompareWithSkip()
4505 idx1 = getVarint32(aKey1, szHdr1); in sqlite3VdbeRecordCompareWithSkip()
4527 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4549 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4593 mem1.z = (char*)&aKey1[d1]; in sqlite3VdbeRecordCompareWithSkip()
4635 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4791 const u8 *aKey1 = (const u8*)pKey1; in vdbeRecordCompareString() local
4797 serial_type = (u8)(aKey1[1]); in vdbeRecordCompareString()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeaux.c4101 idx1 = getVarint32(aKey1, szHdr1); in vdbeRecordCompareDebug()
4502 idx1 = 1 + getVarint32(&aKey1[1], s1); in sqlite3VdbeRecordCompareWithSkip()
4503 szHdr1 = aKey1[0]; in sqlite3VdbeRecordCompareWithSkip()
4508 idx1 = getVarint32(aKey1, szHdr1); in sqlite3VdbeRecordCompareWithSkip()
4530 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4552 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4596 mem1.z = (char*)&aKey1[d1]; in sqlite3VdbeRecordCompareWithSkip()
4638 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4794 const u8 *aKey1 = (const u8*)pKey1; in vdbeRecordCompareString() local
4800 serial_type = (u8)(aKey1[1]); in vdbeRecordCompareString()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest1.c588 u8 aKey1[6]; in doDataTest3() local
593 dt3PutKey(aKey1, iKey-1); in doDataTest3()
596 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest1.c592 u8 aKey1[6]; in doDataTest3() local
597 dt3PutKey(aKey1, iKey-1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c592 u8 aKey1[6]; in doDataTest3() local
597 dt3PutKey(aKey1, iKey-1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c592 u8 aKey1[6]; in doDataTest3() local
597 dt3PutKey(aKey1, iKey-1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c4033 idx1 = getVarint32(aKey1, szHdr1); in vdbeRecordCompareDebug()
4431 idx1 = 1 + getVarint32(&aKey1[1], s1); in sqlite3VdbeRecordCompareWithSkip()
4432 szHdr1 = aKey1[0]; in sqlite3VdbeRecordCompareWithSkip()
4437 idx1 = getVarint32(aKey1, szHdr1); in sqlite3VdbeRecordCompareWithSkip()
4459 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4481 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4525 mem1.z = (char*)&aKey1[d1]; in sqlite3VdbeRecordCompareWithSkip()
4567 serial_type = aKey1[idx1]; in sqlite3VdbeRecordCompareWithSkip()
4723 const u8 *aKey1 = (const u8*)pKey1; in vdbeRecordCompareString() local
4729 getVarint32(&aKey1[1], serial_type); in vdbeRecordCompareString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducb.cxx730 OUString aKey1; in configureUcb() local
733 || !(m_aArguments[0] >>= aKey1) || !(m_aArguments[1] >>= aKey2)) in configureUcb()
740 if (!getContentProviderData(aKey1, aKey2, aData)) in configureUcb()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducb.cxx726 OUString aKey1; in configureUcb() local
729 || !(m_aArguments[0] >>= aKey1) || !(m_aArguments[1] >>= aKey2)) in configureUcb()
736 if (!getContentProviderData(aKey1, aKey2, aData)) in configureUcb()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj.cxx2575 SwSortKey aKey1; in ConvertSortProperties() local
2576 aKey1.nColumnId = USHRT_MAX; in ConvertSortProperties()
2577 aKey1.bIsNumeric = true; in ConvertSortProperties()
2578 aKey1.eSortOrder = SwSortOrder::Ascending; in ConvertSortProperties()
2589 SwSortKey* aKeys[3] = {&aKey1, &aKey2, &aKey3}; in ConvertSortProperties()
2800 if (aKey1.nColumnId != USHRT_MAX) in ConvertSortProperties()
2802 rSortOpt.aKeys.push_back(aKey1); in ConvertSortProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dowriteablestream.cxx94 uno::Sequence< sal_Int8 > aKey1; in PackageEncryptionDataLessOrEqual() local
95 bResult = ( ( aIter->second >>= aKey1 ) && aKey1.hasElements() ); in PackageEncryptionDataLessOrEqual()
99 bResult = aKey1.getLength() == aKey2.getLength() in PackageEncryptionDataLessOrEqual()
100 && std::equal(std::cbegin(aKey1), std::cend(aKey1), aKey2.begin(), aKey2.end()); in PackageEncryptionDataLessOrEqual()

12345678