Home
last modified time | relevance | path

Searched defs:buffer_size (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Drtlallocateheap_zero.cpp34 SIZE_T buffer_size = 32; in main() local
/llvm-project-15.0.7/libc/src/__support/File/
H A Dlinux_file.cpp35 constexpr LinuxFile(int file_descriptor, void *buffer, size_t buffer_size, in LinuxFile()
42 size_t buffer_size, int buffer_mode, bool owned, in init()
H A Dfile.h130 FlushFunc *ff, void *buffer, size_t buffer_size, in File()
142 size_t buffer_size, int buffer_mode, bool owned, in init()
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dsupport.cpp33 size_t buffer_size = static_cast<size_t>(count) + 1; in __libcpp_vasprintf() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp79 uptr buffer_size; in ParseFromFile() local
H A Dsanitizer_printf.cpp249 int buffer_size, in SharedPrintfCodeNoBuffer()
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dfields_values.c113 int buffer_size = 256; in check_host() local
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h174 static inline void GenerateName(char *buffer, int buffer_size, in GenerateName()
/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp612 constexpr size_t buffer_size = IsDouble ? 24 : 15; in test_floating_prefix() local
679 constexpr size_t buffer_size = IsDouble ? 22 : 14; in test_floating_hex_prefix() local
/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-icv.cpp358 size_t buffer_size = 16 /* digits per element including the comma separator */ in ompd_get_nthreads() local
896 size_t buffer_size = 16 /* digits per element including the comma separator */ in ompd_get_proc_bind() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp153 OptionValueUInt64 buffer_size; member in CommandObjectLogEnable::CommandOptions
H A DCommandObjectMemory.cpp1164 size_t buffer_size) { in FastSearch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp779 size_t buffer_size = 0; in DoLoadImage() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp365 size_t buffer_size) in StreamLogHandler()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc324 DWORD buffer_size = 0; in GetCacheSizesWindows() local
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp657 size_t buffer_size, const char *path, in createInputFile()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1154 u64 *MapPackedCounterArrayBuffer(uptr buffer_size) { in MapPackedCounterArrayBuffer()
1170 u64 *MapPackedCounterArrayBuffer(uptr buffer_size) { in MapPackedCounterArrayBuffer()
1296 u64 *MapPackedCounterArrayBuffer(uptr buffer_size) { in MapPackedCounterArrayBuffer()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1411 size_t buffer_size) { in CreateLogHandler()
1428 size_t buffer_size, LogHandlerKind log_handler_kind, in EnableLog()