Home
last modified time | relevance | path

Searched refs:bytesMoved (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/java/
H A DFCGIInputStream.java114 int m, bytesMoved; in read() local
131 bytesMoved = 0; in read()
134 m = Math.min(len - bytesMoved, stop - rdNext); in read()
136 bytesMoved += m; in read()
138 if (bytesMoved == len) in read()
139 return bytesMoved; in read()
143 return bytesMoved; in read()
H A DFCGIOutputStream.java104 int m, bytesMoved; in write() local
117 bytesMoved = 0; in write()
120 m = Math.min(len - bytesMoved, stop - wrNext); in write()
122 bytesMoved += m; in write()
124 if(bytesMoved == len) { in write()
/dports/www/fcgi/fcgi-2.4.0/java/
H A DFCGIInputStream.java114 int m, bytesMoved; in read() local
131 bytesMoved = 0; in read()
134 m = Math.min(len - bytesMoved, stop - rdNext); in read()
136 bytesMoved += m; in read()
138 if (bytesMoved == len) in read()
139 return bytesMoved; in read()
143 return bytesMoved; in read()
H A DFCGIOutputStream.java104 int m, bytesMoved; in write() local
117 bytesMoved = 0; in write()
120 m = Math.min(len - bytesMoved, stop - wrNext); in write()
122 bytesMoved += m; in write()
124 if(bytesMoved == len) { in write()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/libfcgi/
H A Dfcgiapp.c145 int m, bytesMoved; in FCGX_GetStr() local
162 bytesMoved = 0; in FCGX_GetStr()
167 bytesMoved += m; in FCGX_GetStr()
169 if(bytesMoved == n) in FCGX_GetStr()
170 return bytesMoved; in FCGX_GetStr()
174 return bytesMoved; in FCGX_GetStr()
177 return bytesMoved; in FCGX_GetStr()
312 int m, bytesMoved; in FCGX_PutStr() local
326 bytesMoved = 0; in FCGX_PutStr()
331 bytesMoved += m; in FCGX_PutStr()
[all …]
/dports/www/fcgi/fcgi-2.4.0/libfcgi/
H A Dfcgiapp.c145 int m, bytesMoved; in FCGX_GetStr() local
162 bytesMoved = 0; in FCGX_GetStr()
167 bytesMoved += m; in FCGX_GetStr()
169 if(bytesMoved == n) in FCGX_GetStr()
170 return bytesMoved; in FCGX_GetStr()
174 return bytesMoved; in FCGX_GetStr()
177 return bytesMoved; in FCGX_GetStr()
312 int m, bytesMoved; in FCGX_PutStr() local
326 bytesMoved = 0; in FCGX_PutStr()
331 bytesMoved += m; in FCGX_PutStr()
[all …]
/dports/www/p5-FCGI/FCGI-0.82/
H A Dfcgiapp.c145 int m, bytesMoved; in FCGX_GetStr() local
162 bytesMoved = 0; in FCGX_GetStr()
167 bytesMoved += m; in FCGX_GetStr()
169 if(bytesMoved == n) in FCGX_GetStr()
170 return bytesMoved; in FCGX_GetStr()
174 return bytesMoved; in FCGX_GetStr()
177 return bytesMoved; in FCGX_GetStr()
312 int m, bytesMoved; in FCGX_PutStr() local
326 bytesMoved = 0; in FCGX_PutStr()
331 bytesMoved += m; in FCGX_PutStr()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/balancer/
H A DBalancer.java339 bytesMoved.inc(block.getNumBytes()); in dispatch()
1227 private long bytesMoved = 0L; field in Balancer.BytesMoved
1229 bytesMoved += bytes; in inc()
1233 return bytesMoved; in get()
1236 private BytesMoved bytesMoved = new BytesMoved(); field in Balancer
1246 long bytesLastMoved = bytesMoved.get(); in dispatchBlockMoves()
1265 return bytesMoved.get()-bytesLastMoved; in dispatchBlockMoves()
1544 StringUtils.byteDesc(bytesMoved.get()), in run()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/
H A DNameNodeConnector.java113 private final AtomicLong bytesMoved = new AtomicLong(); field in NameNodeConnector
158 return bytesMoved; in getBytesMoved()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d111 bytesMoved = 1u << 14, enumerator
236 @property ulong bytesMoved() const; in version()
400 | Options.bytesMoved)))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d125 bytesMoved = 1u << 16, enumerator
254 @property ulong bytesMoved() const; in version()
497 | Options.bytesMoved)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DTests.cpp1400 defragStats.bytesMoved == 0 && defragStats.deviceMemoryBlocksFreed == 0); in TestDefragmentationSimple()
1432 TEST(defragStats.allocationsMoved > 0 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()
1466 TEST(defragStats.allocationsMoved > 0 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()
1540 TEST(defragStats.allocationsMoved == 1 && defragStats.bytesMoved > 0); in TestDefragmentationSimple()
1621 TEST(defragStats[caseIndex].allocationsMoved > 0 && defragStats[caseIndex].bytesMoved > 0); in TestDefragmentationWholePool()
1630 TEST(defragStats[0].bytesMoved == defragStats[1].bytesMoved); in TestDefragmentationWholePool()
1695 … wprintf(L"Moved allocations %u, bytes %llu\n", stats.allocationsMoved, stats.bytesMoved); in TestDefragmentationFull()
1842 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationGpu()
2211 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationIncrementalBasic()
2421 TEST(stats.allocationsMoved > 0 && stats.bytesMoved > 0); in TestDefragmentationIncrementalComplex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1953 VkDeviceSize bytesMoved; member
7007 const VkDeviceSize bytesMoved = m_pDefragmentator->GetBytesMoved(); in Defragment() local
7009 pDefragmentationStats->bytesMoved += bytesMoved; in Defragment()
7011 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()
7013 maxBytesToMove -= bytesMoved; in Defragment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dvk_mem_alloc.h2878 VkDeviceSize bytesMoved; member
12327 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local
12329 pStats->bytesMoved += bytesMoved; in Defragment()
12331 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()
12335 maxGpuBytesToMove -= bytesMoved; in Defragment()
12340 maxCpuBytesToMove -= bytesMoved; in Defragment()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h2865 VkDeviceSize bytesMoved; member
12318 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local
12320 pStats->bytesMoved += bytesMoved; in Defragment()
12322 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()
12326 maxGpuBytesToMove -= bytesMoved; in Defragment()
12331 maxCpuBytesToMove -= bytesMoved; in Defragment()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h2865 VkDeviceSize bytesMoved; member
12318 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local
12320 pStats->bytesMoved += bytesMoved; in Defragment()
12322 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()
12326 maxGpuBytesToMove -= bytesMoved; in Defragment()
12331 maxCpuBytesToMove -= bytesMoved; in Defragment()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h2865 VkDeviceSize bytesMoved; member
12318 const VkDeviceSize bytesMoved = pCtx->GetAlgorithm()->GetBytesMoved(); in Defragment() local
12320 pStats->bytesMoved += bytesMoved; in Defragment()
12322 VMA_ASSERT(bytesMoved <= maxBytesToMove); in Defragment()
12326 maxGpuBytesToMove -= bytesMoved; in Defragment()
12331 maxCpuBytesToMove -= bytesMoved; in Defragment()

12