Home
last modified time | relevance | path

Searched refs:smallIndex (Results 1 – 22 of 22) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/db/
H A Dsmallindex.go20 type smallIndex struct { struct
29 func newSmallIndex(db backend.Backend, prefix []byte) *smallIndex {
30 idx := &smallIndex{
43 func (i *smallIndex) load() { argument
65 func (i *smallIndex) ID(val []byte) (uint32, error) { argument
98 func (i *smallIndex) Val(id uint32) ([]byte, bool) { argument
109 func (i *smallIndex) Delete(val []byte) error { argument
137 func (i *smallIndex) Values() []string { argument
H A Dkeyer.go131 folderIdx *smallIndex
132 deviceIdx *smallIndex
135 func newDefaultKeyer(folderIdx, deviceIdx *smallIndex) defaultKeyer { argument
H A Dlowlevel.go64 folderIdx *smallIndex
65 deviceIdx *smallIndex
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/serialization/tests/
H A Dtest_itemrepository.cpp259 uint smallIndex = repository.index(TestItemRequest(*smallItem, true)); in deleteClashingMonsterBucket() local
261 QVERIFY(monsterIndex != smallIndex); in deleteClashingMonsterBucket()
263 repository.deleteItem(smallIndex); in deleteClashingMonsterBucket()
274 smallIndex = repository.index(TestItemRequest(*smallItem, true)); in deleteClashingMonsterBucket()
277 QCOMPARE(smallIndex, repository.findIndex(TestItemRequest(*smallItem, true))); in deleteClashingMonsterBucket()
279 repository.deleteItem(smallIndex); in deleteClashingMonsterBucket()
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Dregion.cpp322 s32 smallIndex, largeIndex; in GetOverlappedStatus() local
326 smallIndex = b->id; in GetOverlappedStatus()
331 smallIndex = a->id; in GetOverlappedStatus()
343 ASSERT(smallIndex < totalBodies); //ab 2 ab in GetOverlappedStatus()
345 ASSERT(((largeIndex - totalBodies) + smallIndex * maxParticle) < b2p.GetTotalSize()); in GetOverlappedStatus()
347 o = &b2p[(largeIndex - totalBodies) + smallIndex * maxParticle]; in GetOverlappedStatus()
352 ASSERT(((largeIndex * (largeIndex - 1)) / 2) + smallIndex < b2b.GetTotalSize()); in GetOverlappedStatus()
354 o = &b2b[((largeIndex * (largeIndex - 1)) / 2) + smallIndex]; in GetOverlappedStatus()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DsampleCompRight.cc583 Int smallIndex, in stripOfFanRight() argument
592 assert(largeIndex >= smallIndex); in stripOfFanRight()
597 Real2* trimVerts=(Real2*) malloc(sizeof(Real2)* (largeIndex-smallIndex+1)); in stripOfFanRight()
606 for(k=0, i=smallIndex; i<=largeIndex; i++, k++) in stripOfFanRight()
612 for(k=0, i=largeIndex; i>=smallIndex; i--, k++) in stripOfFanRight()
627 largeIndex-smallIndex+1, trimVerts, in stripOfFanRight()
630 triangulateXYMono(largeIndex-smallIndex+1, trimVerts, in stripOfFanRight()
H A DsampleCompRight.h41 Int smallIndex,
H A DsampleMonoPoly.cc2370 Int smallIndex, in stripOfFanLeft() argument
2379 assert(largeIndex >= smallIndex); in stripOfFanLeft()
2384 Real2* trimVerts=(Real2*) malloc(sizeof(Real2)* (largeIndex-smallIndex+1)); in stripOfFanLeft()
2393 for(k=0, i=smallIndex; i<=largeIndex; i++, k++) in stripOfFanLeft()
2399 for(k=0, i=largeIndex; i>=smallIndex; i--, k++) in stripOfFanLeft()
2414 largeIndex-smallIndex+1, trimVerts, in stripOfFanLeft()
2417 triangulateXYMono(largeIndex-smallIndex+1, trimVerts, in stripOfFanLeft()
H A DsampleMonoPoly.h47 Int smallIndex,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/text/normalizer/
H A DCodePointTrie.java738 protected final int smallIndex(Type type, int c) { in smallIndex() method in CodePointTrie
850 return smallIndex(Type.FAST, c); in cpIndex()
887 dataIndex = smallIndex(Type.FAST, c); in next()
912 dataIndex = smallIndex(Type.FAST, c); in previous()
971 return smallIndex(Type.SMALL, c); in cpIndex()
1008 dataIndex = smallIndex(Type.SMALL, c); in next()
1033 dataIndex = smallIndex(Type.SMALL, c); in previous()
1102 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1164 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1226 return dataArray[smallIndex(Type.FAST, c)] & 0xff; in suppGet()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/icu/util/
H A DCodePointTrie.java725 protected final int smallIndex(Type type, int c) { in smallIndex() method in CodePointTrie
832 return smallIndex(Type.FAST, c); in cpIndex()
868 dataIndex = smallIndex(Type.FAST, c); in next()
893 dataIndex = smallIndex(Type.FAST, c); in previous()
949 return smallIndex(Type.SMALL, c); in cpIndex()
985 dataIndex = smallIndex(Type.SMALL, c); in next()
1010 dataIndex = smallIndex(Type.SMALL, c); in previous()
1074 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1131 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1188 return dataArray[smallIndex(Type.FAST, c)] & 0xff; in suppGet()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/icu/util/
H A DCodePointTrie.java725 protected final int smallIndex(Type type, int c) { in smallIndex() method in CodePointTrie
832 return smallIndex(Type.FAST, c); in cpIndex()
868 dataIndex = smallIndex(Type.FAST, c); in next()
893 dataIndex = smallIndex(Type.FAST, c); in previous()
949 return smallIndex(Type.SMALL, c); in cpIndex()
985 dataIndex = smallIndex(Type.SMALL, c); in next()
1010 dataIndex = smallIndex(Type.SMALL, c); in previous()
1074 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1131 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1188 return dataArray[smallIndex(Type.FAST, c)] & 0xff; in suppGet()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/icu/util/
H A DCodePointTrie.java725 protected final int smallIndex(Type type, int c) { in smallIndex() method in CodePointTrie
832 return smallIndex(Type.FAST, c); in cpIndex()
868 dataIndex = smallIndex(Type.FAST, c); in next()
893 dataIndex = smallIndex(Type.FAST, c); in previous()
949 return smallIndex(Type.SMALL, c); in cpIndex()
985 dataIndex = smallIndex(Type.SMALL, c); in next()
1010 dataIndex = smallIndex(Type.SMALL, c); in previous()
1074 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1131 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1188 return dataArray[smallIndex(Type.FAST, c)] & 0xff; in suppGet()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/text/normalizer/
H A DCodePointTrie.java738 protected final int smallIndex(Type type, int c) { in smallIndex() method in CodePointTrie
850 return smallIndex(Type.FAST, c); in cpIndex()
887 dataIndex = smallIndex(Type.FAST, c); in next()
912 dataIndex = smallIndex(Type.FAST, c); in previous()
971 return smallIndex(Type.SMALL, c); in cpIndex()
1008 dataIndex = smallIndex(Type.SMALL, c); in next()
1033 dataIndex = smallIndex(Type.SMALL, c); in previous()
1102 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1164 return dataArray[smallIndex(Type.FAST, c)]; in suppGet()
1226 return dataArray[smallIndex(Type.FAST, c)] & 0xff; in suppGet()
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dlingea-trd-decoder.py645 smallIndex = (a[3] == 2052) variable
652 if smallIndex: # In small dictionaries every base is used 4-times
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/emoji/
H A Dgenerator.cpp336 auto smallIndex = 0; in PaintSingleFromFile() local
340 if (bits & (1U << smallIndex)) { in PaintSingleFromFile()
343 ++smallIndex; in PaintSingleFromFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp614 SkDEBUGCODE(int smallIndex = 0); in DEF_TEST()
643 SkDEBUGCODE(smallIndex = index); in DEF_TEST()
648 DumpQ(small[0], small[1], smallIndex); in DEF_TEST()
/dports/biology/velvet/velvet_1.2.10/src/
H A DgraphStats.c1627 IDnum smallIndex = 0; in exportAMOSNode() local
1635 finish, iid++, smallIndex++); in exportAMOSNode()
1641 smallIndex); in exportAMOSNode()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DgraphStats.c1638 IDnum smallIndex = 0; in exportAMOSNode() local
1646 finish, iid++, smallIndex++); in exportAMOSNode()
1652 smallIndex); in exportAMOSNode()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp2257 ostringstream smallKey, smallIndex; in joinToLargeTable() local
2266 smallIndex << " " << getKeyIndex(*k1, info->fRowGroup); in joinToLargeTable()
2287 oss << "smallSideIndex-largeSideIndex :" << smallIndex.str() << " --" in joinToLargeTable()
2924 ostringstream smallKey, smallIndex; in joinTablesInOrder() local
2933 smallIndex << " " << getKeyIndex(*k1, info->fRowGroup); in joinTablesInOrder()
2954 oss << "smallSideIndex-largeSideIndex :" << smallIndex.str() << " --" in joinTablesInOrder()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp2257 ostringstream smallKey, smallIndex; in joinToLargeTable() local
2266 smallIndex << " " << getKeyIndex(*k1, info->fRowGroup); in joinToLargeTable()
2287 oss << "smallSideIndex-largeSideIndex :" << smallIndex.str() << " --" in joinToLargeTable()
2924 ostringstream smallKey, smallIndex; in joinTablesInOrder() local
2933 smallIndex << " " << getKeyIndex(*k1, info->fRowGroup); in joinTablesInOrder()
2954 oss << "smallSideIndex-largeSideIndex :" << smallIndex.str() << " --" in joinTablesInOrder()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DgraphStats.c2496 IDnum smallIndex = 0; in exportAMOSNode() local
2504 finish, iid++, smallIndex++); in exportAMOSNode()
2510 smallIndex); in exportAMOSNode()