Searched defs:buff_size (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 182 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() 192 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() 202 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory()
|
H A D | sanitizer_file.cpp | 127 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
|
H A D | sanitizer_win.cpp | 435 void *MapFileToMemory(const char *file_name, uptr *buff_size) { in MapFileToMemory() 764 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile() 785 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile()
|
H A D | sanitizer_fuchsia.cpp | 388 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer()
|
H A D | sanitizer_linux.cpp | 649 uptr buff_size; in ReadNullSepFileToArray() local
|
/openbsd-src/gnu/llvm/libcxx/include/__support/ibm/ |
H A D | xlocale.h | 102 const size_t buff_size = 256; in vasprintf() local
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dsc/ |
H A D | dc_dsc.c | 332 int buff_size; in dc_dsc_parse_dsc_dpcd() local
|
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | posix_compat.h | 358 size_t buff_size = MAX_PATH + 10; in realpath() local
|
/openbsd-src/sys/dev/pci/ |
H A D | if_aq_pci.c | 2750 uint32_t buff_size; in aq_hw_qos_set() local
|