Home
last modified time | relevance | path

Searched refs:srcPool (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/rezound/rezound-0.13.1beta/src/PoolFile/
H A DTPoolAccesser.cpp77 …Data(const l_addr_t destWhere,TPoolAccesser<pool_element_t,pool_file_t> &srcPool,const l_addr_t sr… in moveData() argument
79 …if(srcPool.poolFile!=this->poolFile) // ??? perhaps I could do a data copy if they weren't the sam… in moveData()
81 this->poolFile->moveData(this->poolId,destWhere,srcPool.poolId,srcWhere,count); in moveData()
H A DTPoolAccesser.h51 …void moveData(const l_addr_t destWhere,TPoolAccesser<pool_element_t,pool_file_t> &srcPool,const l_…
/dports/archivers/zstd/zstd-1.5.0/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool,
382 if (srcPool==NULL) return NULL;
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */
385 { ZSTD_customMem const cMem = srcPool->cMem;
386 ZSTDMT_freeCCtxPool(srcPool);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/x11/aclip/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/compress/
H A Dzstdmt_compress.c379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/compress/
H A Dzstdmt_compress.c382 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
385 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
386 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
388 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
389 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/compress/
H A Dzstdmt_compress.c382 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
385 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
386 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
388 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
389 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/zstd/compress/
H A Dzstdmt_compress.c382 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
385 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
386 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
388 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
389 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()

12