Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp44 auto bufferSize = sol::Manager::get().dataBuffer.size(); in enableAccumulateTimer() local
219 auto bufferSize = sol::Manager::get().dataBuffer.size(); in prepareResponse() local
261 auto bufferSize = sol::Manager::get().dataBuffer.size(); in sendOutboundPayload() local
304 auto bufferSize = sol::Manager::get().dataBuffer.size(); in charAccTimerHandler() local
/openbmc/slpd-lite/
H A Dsock_channel.cpp37 auto bufferSize = outBuffer.size(); in read() local
74 auto bufferSize = inBuffer.size(); in write() local
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_fwum.h128 unsigned char bufferSize; member
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c328 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
H A Dzstd_compress.c156 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c2001 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/openbmc/qemu/hw/net/
H A Drtl8139.c1189 static void rtl8139_reset_rxring(RTL8139State *s, uint32_t bufferSize) in rtl8139_reset_rxring()