/llvm-project/libc/src/__support/File/linux/ |
H A D | file.h | 22 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 D | main.cpp | 19 constexpr size_t buffer_size = 100; in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | rtlallocateheap_zero.cpp | 33 SIZE_T buffer_size = 32; in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | contiguous_container.cpp | 45 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 D | printf_fixed_conv_fuzz.cpp | 69 int buffer_size = LIBC_NAMESPACE::snprintf(nullptr, 0, fmt, width, prec, num); in test_vals() local
|
H A D | printf_float_conv_fuzz.cpp | 50 int buffer_size = LIBC_NAMESPACE::snprintf(nullptr, 0, fmt, width, prec, num); in test_vals() local
|
/llvm-project/libcxx/src/support/win32/ |
H A D | support.cpp | 31 size_t buffer_size = static_cast<size_t>(count) + 1; __libcpp_vasprintf() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.cpp | 79 uptr buffer_size; in ParseFromFile() local
|
H A D | sanitizer_printf.cpp | 249 int buffer_size, in SharedPrintfCodeNoBuffer()
|
/llvm-project/openmp/runtime/test/affinity/format/ |
H A D | fields_values.c | 116 int buffer_size = 256; in check_host() local
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/ |
H A D | test.cpp | 657 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 D | integer_to_string.h | 311 LIBC_INLINE static constexpr size_t buffer_size() { return BUFFER_SIZE; } buffer_size() function
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 155 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 D | LibcTest.h | 258 GenerateName(char * buffer,int buffer_size,const char * prefix) GenerateName() argument
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 360 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 D | CommandObjectLog.cpp | 153 OptionValueUInt64 buffer_size; global() member in CommandObjectLogEnable::CommandOptions
|
H A D | CommandObjectMemory.cpp | 1486 const size_t buffer_size = buffer.GetString().size(); in DoExecute() local
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 781 size_t buffer_size = 0; DoLoadImage() local
|
/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 381 StreamLogHandler(int fd,bool should_close,size_t buffer_size) StreamLogHandler() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | sysinfo.cc | 336 DWORD buffer_size = 0; in GetCacheSizesWindows() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 657 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 D | sanitizer_allocator_test.cpp | 1165 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 D | rpc_server.cpp | 68 int buffer_size[lane_size] = {0}; handle_printf() local
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1619 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
|