Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/File/linux/
H A Dfile.h22 LinuxFile(int file_descriptor,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,File::ModeFlags modeflags) LinuxFile() argument
/llvm-project/lldb/test/API/python_api/find_in_memory/
H A Dmain.cpp19 constexpr size_t buffer_size = 100; in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Drtlallocateheap_zero.cpp33 SIZE_T buffer_size = 32; in main() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cpp45 size_t buffer_size = capacity + off_begin + kGranularity * 2; in TestContainer() local
119 size_t buffer_size = capacity + off_begin + kGranularity * 2; in TestDoubleEndedContainer() local
/llvm-project/libc/fuzzing/stdio/
H A Dprintf_fixed_conv_fuzz.cpp69 int buffer_size = LIBC_NAMESPACE::snprintf(nullptr, 0, fmt, width, prec, num); in test_vals() local
H A Dprintf_float_conv_fuzz.cpp50 int buffer_size = LIBC_NAMESPACE::snprintf(nullptr, 0, fmt, width, prec, num); in test_vals() local
/llvm-project/libcxx/src/support/win32/
H A Dsupport.cpp31 size_t buffer_size = static_cast<size_t>(count) + 1; __libcpp_vasprintf() local
/llvm-project/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/openmp/runtime/test/affinity/format/
H A Dfields_values.c116 int buffer_size = 256; in check_host() local
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp657 constexpr std::size_t buffer_size = IsDouble ? 22 : 14; in test_floating_hex_prefix() local
590 constexpr std::size_t buffer_size = IsDouble ? 24 : 15; test_floating_prefix() local
/llvm-project/libc/src/__support/
H A Dinteger_to_string.h311 LIBC_INLINE static constexpr size_t buffer_size() { return BUFFER_SIZE; } buffer_size() function
/llvm-project/libc/src/__support/File/
H A Dfile.h155 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
/llvm-project/libc/test/UnitTest/
H A DLibcTest.h258 GenerateName(char * buffer,int buffer_size,const char * prefix) GenerateName() argument
/llvm-project/openmp/libompd/src/
H A Domp-icv.cpp360 size_t buffer_size = 16 /* digits per element including the comma separator */ in ompd_get_nthreads() local
898 size_t buffer_size = 16 /* digits per element including the comma separator */ in ompd_get_proc_bind() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp153 OptionValueUInt64 buffer_size; global() member in CommandObjectLogEnable::CommandOptions
H A DCommandObjectMemory.cpp1486 const size_t buffer_size = buffer.GetString().size(); in DoExecute() local
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp781 size_t buffer_size = 0; DoLoadImage() local
/llvm-project/lldb/source/Utility/
H A DLog.cpp381 StreamLogHandler(int fd,bool should_close,size_t buffer_size) StreamLogHandler() argument
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc336 DWORD buffer_size = 0; in GetCacheSizesWindows() local
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp657 createInputFile(const void * buffer,size_t buffer_size,const char * path,std::string & outErr) createInputFile() argument
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1165 MapPackedCounterArrayBuffer(uptr buffer_size) MapPackedCounterArrayBuffer() argument
1181 MapPackedCounterArrayBuffer(uptr buffer_size) MapPackedCounterArrayBuffer() argument
1307 MapPackedCounterArrayBuffer(uptr buffer_size) MapPackedCounterArrayBuffer() argument
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp68 int buffer_size[lane_size] = {0}; handle_printf() local
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1619 CreateLogHandler(LogHandlerKind log_handler_kind,int fd,bool should_close,size_t buffer_size) CreateLogHandler() argument
1636 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument