Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 17 of 17) sorted by relevance

/openbmc/estoraged/include/
H A Dzero.hpp62 static constexpr size_t blockSize = 4096; member in estoraged::Zero
H A Dpattern.hpp64 static constexpr size_t blockSize = 4096; member in estoraged::Pattern
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp235 size_t blockSize) in writeSizes()
313 void parseTocLine(const std::string& line, size_t blockSize, in parseTocLine()
H A Dpnor_partition_table.hpp227 size_t blockSize; member in openpower::virtual_pnor::partition::Table
/openbmc/hiomapd/vpnor/
H A Dtable.cpp252 size_t blockSize) in writeSizes()
339 void parseTocLine(const std::string& line, size_t blockSize, in parseTocLine()
H A Dtable.hpp237 size_t blockSize; member in openpower::virtual_pnor::partition::Table
/openbmc/phosphor-mboxd/vpnor/test/
H A Dtmpd.hpp28 size_t blockSize) in VpnorRoot()
/openbmc/hiomapd/vpnor/test/
H A Dtmpd.hpp33 size_t blockSize) : backend(backend) in VpnorRoot()
/openbmc/phosphor-ipmi-flash/tools/
H A Dnet.cpp56 constexpr size_t blockSize = 64 * 1024; in sendContents() local
/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp39 const uint64_t blockSize) in writeOnUnixSocket()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dutils.cpp101 int writeToUnixSocket(const int sock, const char* buf, const uint64_t blockSize) in writeToUnixSocket()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1399 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_MAX, windowSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local
1496 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_MAX, (size_t)1 << cParams.windowLog); in ZSTD_estimateCStreamSize_usingCCtxParams() local
1779 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_MAX, windowSize); in ZSTD_resetCCtx_internal() local
2949 static void writeBlockHeader(void* op, size_t cSize, size_t blockSize, U32 lastBlock) { in writeBlockHeader()
3554 const void* src, size_t blockSize, U32 lastBlock, U32 nbSeq) in ZSTD_compressBlock_splitBlock_internal()
3846 size_t blockSize = cctx->blockSize; in ZSTD_compress_frameChunk() local
5602 const void* src, size_t blockSize) in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5664 const void* src, size_t blockSize) in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5809 size_t blockSize; in ZSTD_compressSequences_internal() local
H A Dzstd_compress_internal.h369 size_t blockSize; member
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c783 size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t blockSize) in ZSTD_insertBlock()
1775 size_t const blockSize = (size_t) MIN(windowSize, ZSTD_BLOCKSIZE_MAX); in ZSTD_decodingBufferSize_min() local
1787 size_t const blockSize = MIN(windowSize, ZSTD_BLOCKSIZE_MAX); in ZSTD_estimateDStreamSize() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h315 SVGA3dSize blockSize; member
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp15 static constexpr size_t blockSize = I2C_SMBUS_BLOCK_MAX; variable
/openbmc/linux/drivers/usb/storage/
H A Dene_ub6250.c412 u16 blockSize; member