Home
last modified time | relevance | path

Searched refs:totalSizeBytes (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/bowtie2/bowtie2-2.4.4/
H A Daligner_seed2.h580 size_t totalSizeBytes() const { in totalSizeBytes() function
1597 lhs_.totalSizeBytes() + in totalSizeBytes()
1598 rhs_.totalSizeBytes() + in totalSizeBytes()
2052 return df_.totalSizeBytes() + in totalSizeBytes()
2053 pf_.totalSizeBytes() + in totalSizeBytes()
2054 heap_.totalSizeBytes() + in totalSizeBytes()
2058 re_.totalSizeBytes(); in totalSizeBytes()
2281 sas_.totalSizeBytes() + in totalSizeBytes()
2282 gws_.totalSizeBytes(); in totalSizeBytes()
2465 sas_.totalSizeBytes() + in totalSizeBytes()
[all …]
H A Drandom_util.h193 size_t totalSizeBytes() const { in totalSizeBytes() function
194 return list_.totalSizeBytes() + in totalSizeBytes()
195 seen_.totalSizeBytes(); in totalSizeBytes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/
H A DOfflineItem.java83 public long totalSizeBytes; field in OfflineItem
128 clone.totalSizeBytes = totalSizeBytes; in clone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/bridges/
H A DOfflineItemBridge.java50 boolean isAccelerated, boolean promoteOrigin, long totalSizeBytes, in createOfflineItemAndMaybeAddToList() argument
68 item.totalSizeBytes = totalSizeBytes; in createOfflineItemAndMaybeAddToList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/bridges/
H A DOfflineItemBridge.java51 boolean isAccelerated, boolean promoteOrigin, long totalSizeBytes, in createOfflineItemAndMaybeAddToList() argument
70 item.totalSizeBytes = totalSizeBytes; in createOfflineItemAndMaybeAddToList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/
H A DOfflineItem.java83 public long totalSizeBytes; field in OfflineItem
129 clone.totalSizeBytes = totalSizeBytes; in clone()
/dports/biology/hisat2/hisat2-2.2.1/
H A Drandom_util.h193 size_t totalSizeBytes() const { in totalSizeBytes() function
194 return list_.totalSizeBytes() + in totalSizeBytes()
195 seen_.totalSizeBytes(); in totalSizeBytes()
H A Daligner_seed2.h589 size_t totalSizeBytes() const { in totalSizeBytes() function
1556 lhs_.totalSizeBytes() + in totalSizeBytes()
1557 rhs_.totalSizeBytes() + in totalSizeBytes()
2058 return df_.totalSizeBytes() + in totalSizeBytes()
2059 pf_.totalSizeBytes() + in totalSizeBytes()
2060 heap_.totalSizeBytes() + in totalSizeBytes()
2064 re_.totalSizeBytes(); in totalSizeBytes()
2275 sas_.totalSizeBytes() + in totalSizeBytes()
2276 gws_.totalSizeBytes(); in totalSizeBytes()
2470 sas_.totalSizeBytes() + in totalSizeBytes()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/mapred/
H A DUniformSizeInputFormat.java76 long totalSizeBytes) throws IOException { in getSplits() argument
78 long nBytesPerSplit = (long) Math.ceil(totalSizeBytes * 1.0 / numSplits); in getSplits()
90 ", Number of maps: " + numSplits + ", total size: " + totalSizeBytes); in getSplits()
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/distcp2/mapred/
H A DUniformSizeInputFormat.java74 long totalSizeBytes) throws IOException { in getSplits() argument
76 long nBytesPerSplit = (long) Math.ceil(totalSizeBytes * 1.0 / numSplits); in getSplits()
88 ", Number of maps: " + numSplits + ", total size: " + totalSizeBytes); in getSplits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/home/list/
H A DUiUtils.java106 String displaySize = Formatter.formatFileSize(context, item.totalSizeBytes); in generatePrefetchCaption()
123 if (item.totalSizeBytes == 0) { in generateGenericCaption()
128 String displaySize = Formatter.formatFileSize(context, item.totalSizeBytes); in generateGenericCaption()
278 if (item.totalSizeBytes > 0) { in generateInProgressLongCaption()
280 0, item.totalSizeBytes, OfflineItemProgressUnit.BYTES); in generateInProgressLongCaption()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DComponents.cpp53 const size_t totalSizeBytes = mNbAllocatedComponents * mComponentDataSize; in ~Components() local
56 mMemoryAllocator.release(mBuffer, totalSizeBytes); in ~Components()
H A DTransformComponents.cpp50 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
53 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DCollisionBodyComponents.cpp50 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
53 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DJointComponents.cpp50 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
53 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DBallAndSocketJointComponents.cpp52 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
55 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DColliderComponents.cpp53 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
56 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DFixedJointComponents.cpp53 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
56 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DRigidBodyComponents.cpp58 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
61 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
H A DHingeJointComponents.cpp58 const size_t totalSizeBytes = nbComponentsToAllocate * mComponentDataSize; in allocate() local
61 void* newBuffer = mMemoryAllocator.allocate(totalSizeBytes); in allocate()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/engine/
H A DOverlappingPairs.cpp82 const size_t totalSizeBytes = mNbAllocatedPairs * mPairDataSize; in ~OverlappingPairs() local
85 mPersistentAllocator.release(mBuffer, totalSizeBytes); in ~OverlappingPairs()
197 const size_t totalSizeBytes = nbPairsToAllocate * mPairDataSize; in allocate() local
200 void* newBuffer = mPersistentAllocator.allocate(totalSizeBytes); in allocate()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGImageUtils.cxx499 int totalSizeBytes = 0; in buildNearestNeighborMipmaps() local
507 mipmapDataOffsets.push_back(totalSizeBytes); in buildNearestNeighborMipmaps()
513 totalSizeBytes += levelSizeBytes; in buildNearestNeighborMipmaps()
516 unsigned char* data = new unsigned char[totalSizeBytes]; in buildNearestNeighborMipmaps()
554 int totalSizeBytes = 0; in createMipmapBlendedImage() local
562 mipmapDataOffsets.push_back(totalSizeBytes); in createMipmapBlendedImage()
568 totalSizeBytes += levelSizeBytes; in createMipmapBlendedImage()
571 unsigned char* data = new unsigned char[totalSizeBytes]; in createMipmapBlendedImage()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DImageUtils.cpp497 int totalSizeBytes = 0; in buildNearestNeighborMipmaps() local
505 mipmapDataOffsets.push_back( totalSizeBytes ); in buildNearestNeighborMipmaps()
511 totalSizeBytes += levelSizeBytes; in buildNearestNeighborMipmaps()
514 unsigned char* data = new unsigned char[totalSizeBytes]; in buildNearestNeighborMipmaps()
552 int totalSizeBytes = 0; in createMipmapBlendedImage() local
560 mipmapDataOffsets.push_back( totalSizeBytes ); in createMipmapBlendedImage()
566 totalSizeBytes += levelSizeBytes; in createMipmapBlendedImage()
569 unsigned char* data = new unsigned char[totalSizeBytes]; in createMipmapBlendedImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/
H A DStubbedProvider.java155 offlineItem.totalSizeBytes = totalSize; in createOfflineItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadItem.java163 offlineItem.totalSizeBytes = downloadInfo.getBytesTotalSize(); in createOfflineItem()

12