Searched refs:kBufSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dstream_decompress.c23 static size_t const kBufSize = ZSTD_BLOCKSIZE_MAX; variable
33 buffer.size = (FUZZ_rand(&seed) % kBufSize) + 1;
34 FUZZ_ASSERT(buffer.size <= kBufSize);
58 buf = malloc(kBufSize);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp244 const sptr kBufSize = 4095; local
245 char *filename = (char*)MmapOrDie(kBufSize, __func__);
246 MemoryMappedSegment segment(filename, kBufSize);
253 UnmapOrDie(filename, kBufSize);
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest.cc1728 const DWORD kBufSize = 4096;
1730 char error_text[kBufSize] = { '\0' };
1736 kBufSize, // buf size

Completed in 178 milliseconds