Home
last modified time | relevance | path

Searched refs:sizeIn (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/operator/compress/
H A DCompressBlosc.cpp47 const size_t numFullChunks = sizeIn / maxInputPerChunk; in BufferMaxSize()
48 const size_t sizeLastChunk = sizeIn % maxInputPerChunk; in BufferMaxSize()
68 const size_t sizeIn = in Compress() local
163 if (sizeIn < thresholdSize) in Compress()
183 for (; inputOffset < sizeIn; ++chunk) in Compress()
186 std::min(sizeIn - inputOffset, in Compress()
215 assert(inputOffset == sizeIn); in Compress()
222 std::memcpy(outputBuff, inputDataBuff, sizeIn); in Compress()
223 currentOutputSize = sizeIn; in Compress()
235 assert(sizeIn >= sizeof(DataHeader)); in Decompress()
[all …]
H A DCompressBZIP2.cpp35 size_t CompressBZIP2::BufferMaxSize(const size_t sizeIn) const in BufferMaxSize()
37 return static_cast<size_t>(std::ceil(1.1 * sizeIn) + 600); in BufferMaxSize()
71 const size_t sizeIn = in Compress() local
74 const size_t batches = sizeIn / DefaultMaxFileBatchSize + 1; in Compress()
87 ? sizeIn % DefaultMaxFileBatchSize in Compress()
115 size_t CompressBZIP2::Decompress(const void *bufferIn, const size_t sizeIn, in Decompress() argument
H A DCompressBlosc.h38 size_t BufferMaxSize(const size_t sizeIn) const final;
63 size_t Decompress(const void *bufferIn, const size_t sizeIn, void *dataOut,
70 size_t DecompressChunkedFormat(const void *bufferIn, const size_t sizeIn,
76 size_t DecompressOldFormat(const void *bufferIn, const size_t sizeIn,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_allocation.h28 …ex, AllocationType allocationType, BufferObject *bo, void *ptrIn, size_t sizeIn, osHandle sharedHa… in DrmAllocation() argument
29 … : DrmAllocation(rootDeviceIndex, 1, allocationType, bo, ptrIn, sizeIn, sharedHandle, pool) {} in DrmAllocation()
31 …ms, AllocationType allocationType, BufferObject *bo, void *ptrIn, size_t sizeIn, osHandle sharedHa… in DrmAllocation() argument
32 …: GraphicsAllocation(rootDeviceIndex, numGmms, allocationType, ptrIn, sizeIn, sharedHandle, pool, … in DrmAllocation()
36 …locationType, BufferObject *bo, void *ptrIn, uint64_t gpuAddress, size_t sizeIn, MemoryPool::Type … in DrmAllocation() argument
37 : DrmAllocation(rootDeviceIndex, 1, allocationType, bo, ptrIn, gpuAddress, sizeIn, pool) {} in DrmAllocation()
39 …locationType, BufferObject *bo, void *ptrIn, uint64_t gpuAddress, size_t sizeIn, MemoryPool::Type … in DrmAllocation() argument
44 …cationType, BufferObjects &bos, void *ptrIn, uint64_t gpuAddress, size_t sizeIn, MemoryPool::Type … in DrmAllocation() argument
45 : DrmAllocation(rootDeviceIndex, 1, allocationType, bos, ptrIn, gpuAddress, sizeIn, pool) {} in DrmAllocation()
47 …cationType, BufferObjects &bos, void *ptrIn, uint64_t gpuAddress, size_t sizeIn, MemoryPool::Type … in DrmAllocation() argument
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkLabelMapTest2.cxx41 SizeType sizeIn; in itkLabelMapTest2() local
42 sizeIn[0] = 10; in itkLabelMapTest2()
43 sizeIn[1] = 20; in itkLabelMapTest2()
44 sizeIn[2] = 30; in itkLabelMapTest2()
45 map->SetRegions( sizeIn ); in itkLabelMapTest2()
49 regionIn.SetSize(sizeIn); in itkLabelMapTest2()
59 sizeIn[0] = 100; in itkLabelMapTest2()
60 sizeIn[1] = 200; in itkLabelMapTest2()
61 sizeIn[2] = 300; in itkLabelMapTest2()
64 regionIn.SetSize(sizeIn); in itkLabelMapTest2()
H A DitkLabelMapTest.cxx45 SizeType sizeIn; in itkLabelMapTest() local
46 sizeIn[0] = 10; in itkLabelMapTest()
47 sizeIn[1] = 20; in itkLabelMapTest()
48 sizeIn[2] = 30; in itkLabelMapTest()
49 map->SetRegions( sizeIn ); in itkLabelMapTest()
53 regionIn.SetSize(sizeIn); in itkLabelMapTest()
65 sizeIn[0] = 100; in itkLabelMapTest()
66 sizeIn[1] = 200; in itkLabelMapTest()
67 sizeIn[2] = 300; in itkLabelMapTest()
70 regionIn.SetSize(sizeIn); in itkLabelMapTest()
H A DitkLabelMapFilterTest.cxx47 SizeType sizeIn; in itkLabelMapFilterTest() local
48 sizeIn[0] = 11; in itkLabelMapFilterTest()
49 sizeIn[1] = 11; in itkLabelMapFilterTest()
50 map->SetRegions( sizeIn ); in itkLabelMapFilterTest()
79 regionIn.SetSize(sizeIn); in itkLabelMapFilterTest()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_allocation.h28 …t rootDeviceIndex, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, void *reservedAdd… in WddmAllocation() argument
29 …: WddmAllocation(rootDeviceIndex, 1, allocationType, cpuPtrIn, sizeIn, reservedAddr, pool, shareab… in WddmAllocation()
31 …32_t rootDeviceIndex, size_t numGmms, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, in WddmAllocation() argument
33 …eIndex, numGmms, allocationType, cpuPtrIn, castToUint64(cpuPtrIn), 0llu, sizeIn, pool, maxOsContex… in WddmAllocation()
36 reservedAddressRangeInfo.rangeSize = sizeIn; in WddmAllocation()
40 …t rootDeviceIndex, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, osHandle sharedHa… in WddmAllocation() argument
41 …: WddmAllocation(rootDeviceIndex, 1, allocationType, cpuPtrIn, sizeIn, sharedHandle, pool, maxOsCo… in WddmAllocation()
43 …32_t rootDeviceIndex, size_t numGmms, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, in WddmAllocation() argument
45 …: GraphicsAllocation(rootDeviceIndex, numGmms, allocationType, cpuPtrIn, sizeIn, sharedHandle, poo… in WddmAllocation()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/net/tcp/
H A Dtcp_windows.go32 var sizeIn, sizeOut uint32
39 for sizeOut > sizeIn {
40 sizeIn = sizeOut
41 buf := make([]byte, sizeIn)
43 if sizeOut, err = win32.GetTcpTable(tcpTable, sizeIn, false); err != nil {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_graphics_allocation.h33 MockGraphicsAllocation(void *buffer, size_t sizeIn) in MockGraphicsAllocation() argument
34 …: MemoryAllocation(0, AllocationType::UNKNOWN, buffer, castToUint64(buffer), 0llu, sizeIn, MemoryP… in MockGraphicsAllocation()
36 MockGraphicsAllocation(void *buffer, uint64_t gpuAddr, size_t sizeIn) in MockGraphicsAllocation() argument
37 …: MemoryAllocation(0, AllocationType::UNKNOWN, buffer, gpuAddr, 0llu, sizeIn, MemoryPool::MemoryNu… in MockGraphicsAllocation()
39 MockGraphicsAllocation(uint32_t rootDeviceIndex, void *buffer, size_t sizeIn) in MockGraphicsAllocation() argument
40 …eviceIndex, AllocationType::UNKNOWN, buffer, castToUint64(buffer), 0llu, sizeIn, MemoryPool::Memor… in MockGraphicsAllocation()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libArithCoding/src/
H A Dac_arith_coder.cpp532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2() argument
539 if (sizeIn < sizeOut) { in copyTableAmrwbArith2()
540 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
541 tab[sizeOut + 1] = tab[sizeIn + 1]; in copyTableAmrwbArith2()
542 if (sizeIn < (sizeOut >> 2)) { in copyTableAmrwbArith2()
544 } else if (sizeIn == (sizeOut >> 2)) { in copyTableAmrwbArith2()
549 j = sizeIn - 1; in copyTableAmrwbArith2()
560 if (sizeOut < (sizeIn >> 2)) { in copyTableAmrwbArith2()
562 } else if (sizeOut == (sizeIn >> 2)) { in copyTableAmrwbArith2()
571 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libArithCoding/src/
H A Dac_arith_coder.cpp532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2() argument
539 if (sizeIn < sizeOut) { in copyTableAmrwbArith2()
540 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
541 tab[sizeOut + 1] = tab[sizeIn + 1]; in copyTableAmrwbArith2()
542 if (sizeIn < (sizeOut >> 2)) { in copyTableAmrwbArith2()
544 } else if (sizeIn == (sizeOut >> 2)) { in copyTableAmrwbArith2()
549 j = sizeIn - 1; in copyTableAmrwbArith2()
560 if (sizeOut < (sizeIn >> 2)) { in copyTableAmrwbArith2()
562 } else if (sizeOut == (sizeIn >> 2)) { in copyTableAmrwbArith2()
571 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dos_agnostic_memory_manager.h21 …ationType allocationType, void *cpuPtrIn, uint64_t gpuAddress, uint64_t baseAddress, size_t sizeIn, in MemoryAllocation() argument
23 …n(rootDeviceIndex, 1, allocationType, cpuPtrIn, gpuAddress, baseAddress, sizeIn, pool, maxOsContex… in MemoryAllocation()
25 …ationType allocationType, void *cpuPtrIn, uint64_t gpuAddress, uint64_t baseAddress, size_t sizeIn, in MemoryAllocation() argument
27 …DeviceIndex, numGmms, allocationType, cpuPtrIn, gpuAddress, baseAddress, sizeIn, pool, maxOsContex… in MemoryAllocation()
30 …t rootDeviceIndex, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, osHandle sharedHa… in MemoryAllocation() argument
31 …: MemoryAllocation(rootDeviceIndex, 1, allocationType, cpuPtrIn, sizeIn, sharedHandleIn, pool, max… in MemoryAllocation()
33 …x, size_t numGmms, AllocationType allocationType, void *cpuPtrIn, size_t sizeIn, osHandle sharedHa… in MemoryAllocation() argument
34 …: GraphicsAllocation(rootDeviceIndex, numGmms, allocationType, cpuPtrIn, sizeIn, sharedHandleIn, p… in MemoryAllocation()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/win32/
H A Diphlp.go63 func GetIpAddrTable(table *MIB_IPADDRTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
64 sizeOut = sizeIn
78 func GetTcpTable(table *MIB_TCPTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
79 sizeOut = sizeIn
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/win32/
H A Diphlp.go63 func GetIpAddrTable(table *MIB_IPADDRTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
64 sizeOut = sizeIn
78 func GetTcpTable(table *MIB_TCPTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
79 sizeOut = sizeIn
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/win32/
H A Diphlp.go63 func GetIpAddrTable(table *MIB_IPADDRTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
64 sizeOut = sizeIn
78 func GetTcpTable(table *MIB_TCPTABLE, sizeIn uint32, order bool) (sizeOut uint32, err error) {
79 sizeOut = sizeIn

12345678