Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A Dregression_driver.c25 size_t bufferSize = 0; in main() local
/freebsd-12.1/contrib/expat/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; in main() local
/freebsd-12.1/sys/dev/dpaa/
H A Dbman.c195 bman_pool_create(uint8_t *bpid, uint16_t bufferSize, uint16_t maxBuffers, in bman_pool_create()
/freebsd-12.1/contrib/serf/buckets/
H A Ddeflate_buckets.c65 int bufferSize; member
/freebsd-12.1/sys/dev/hptmv/
H A Dioctl.c621 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors); in R1ControlSgl() local
/freebsd-12.1/sys/contrib/ncsw/inc/
H A Dncsw_ext.h373 uint16_t bufferSize; /**< Buffer size (in bytes) */ member
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dbench.c550 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
H A Dfileio.c1080 static unsigned FIO_fwriteSparse(FILE* file, const void* buffer, size_t bufferSize, unsigned stored… in FIO_fwriteSparse()
1161 static unsigned FIO_passThrough(FILE* foutput, FILE* finput, void* buffer, size_t bufferSize, size_… in FIO_passThrough()
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c673 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc738 size_t bufferSize = 128; in report_failure() local
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c274 size_t FSE_writeNCount (void* buffer, size_t bufferSize, const short* normalizedCounter, unsigned m… in FSE_writeNCount()
H A Dzstdmt_compress.c99 size_t bufferSize; member
/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c498 … const void* const buffer, size_t bufferSize, /* buffer must end with noisy guard band */ in ZDICT_trainBuffer_legacy()
/freebsd-12.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c857 COORD bufferSize; in save_original_screen() local
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c2850 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c1761 int bufferSize = (int)(bufferLim - bufferPtr); in XML_GetBuffer() local