Home
last modified time | relevance | path

Searched defs:buff_size (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_disk_sparse.c39 size_t buff_size = 64 * 1024; in verify_write_data() local
136 size_t buff_size = 64 * 1024; in verify_write_data_block() local
H A Dtest_read_pax_truncated.c31 size_t used, i, buff_size = 1000000; in DEFINE_TEST() local
H A Dtest_read_format_zip_high_compression.c84 const size_t buff_size = 2 * 1024 * 1024; in DEFINE_TEST() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc179 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
199 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
H A Dsanitizer_file.cc96 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
H A Dsanitizer_rtems.cc211 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
H A Dsanitizer_win.cc360 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
685 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
706 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
H A Dsanitizer_fuchsia.cc396 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
H A Dsanitizer_linux.cc570 uptr buff_size; in ReadNullSepFileToArray() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc174 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
184 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
199 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
H A Dsanitizer_file.cc94 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
H A Dsanitizer_rtems.cc211 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
H A Dsanitizer_win.cc362 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
687 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
708 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
H A Dsanitizer_fuchsia.cc395 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
H A Dsanitizer_linux.cc598 uptr buff_size; in ReadNullSepFileToArray() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cpp172 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
182 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
192 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
H A Dsanitizer_file.cpp122 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
H A Dsanitizer_win.cpp410 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
737 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
758 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
H A Dsanitizer_fuchsia.cpp377 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_set_standard_lookup.c64 size_t buff_size; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_dc_dsc.c786 int buff_size; in dc_dsc_parse_dsc_dpcd() local
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h307 const size_t buff_size = 256; in vasprintf() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h357 size_t buff_size = MAX_PATH + 10; in realpath() local