| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 29 void Writer::write(int64_t i) { in write() function in Writer 62 void Writer::write(uint64_t u) { in write() function in Writer 90 void Writer::write(double d) { in write() function in Writer 103 void Writer::write(StringRef s) { in write() function in Writer 123 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 29 inline void write(raw_ostream &os, value_type value, endianness endian) { write() function 46 inline void write(raw_ostream &os, ArrayRef<value_type> vals, write() function 53 inline void write(SmallVectorImpl<char> &Out, value_type V, endianness E) { write() function 63 template <typename value_type> void write(ArrayRef<value_type> Val) { write() function 66 template <typename value_type> void write(value_type Val) { write() function [all...] |
| /freebsd/lib/libc/sys/ |
| H A D | write.c | 37 #pragma weak write macro 39 write(int fd, const void *buf, size_t nbytes) in write() function
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 47 const bool write = false; in ProcessLaunchInfo() local 54 const bool write = true; in ProcessLaunchInfo() local 61 const bool write = true; in ProcessLaunchInfo() local 88 bool read, bool write) { in AppendOpenFileAction() 98 bool write) { in AppendSuppressFileAction()
|
| H A D | FileAction.cpp | 35 bool write) { in Open()
|
| /freebsd/usr.bin/dtc/ |
| H A D | dtb.cc | 45 void write(dtc::byte_buffer &buffer, int fd) in write() function 257 header::write(output_writer &out) in write() function in dtc::dtb::header 327 string_table::write(dtb::output_writer &writer) in write() function in dtc::dtb::string_table
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_aplic.c | 120 aplic_handle_sourcecfg(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_sourcecfg() 139 aplic_set_enabled(struct aplic *aplic, bool write, uint64_t *val, bool enabled) in aplic_set_enabled() 168 aplic_set_enabled_word(struct aplic *aplic, bool write, uint32_t word, in aplic_set_enabled_word() 191 aplic_handle_target(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_target() 209 bool write, uint64_t *val) in aplic_handle_idc_claimi() 243 bool write, uint64_t *val) in aplic_handle_idc() 266 bool write, uint64_t *val) in aplic_mmio_access()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 30 bool write; member 81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 39 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() function in CoverageFilenamesSectionWriter 153 void CoverageMappingWriter::write(raw_ostream &OS) { in write() function in CoverageMappingWriter 293 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write() function in TestingFormatWriter
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerPSVInfo.cpp | 68 void PSVRuntimeInfo::write(raw_ostream &OS, uint32_t Version) const { in write() function in PSVRuntimeInfo 189 void Signature::write(raw_ostream &OS) { in write() function in Signature
|
| H A D | StringTableBuilder.cpp | 61 void StringTableBuilder::write(raw_ostream &OS) const { in write() function in StringTableBuilder 71 void StringTableBuilder::write(uint8_t *Buf) const { in write() function in StringTableBuilder
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointResource.cpp | 20 bool read, bool write) in WatchpointResource() 39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
|
| /freebsd/stand/libsa/ |
| H A D | write.c | 65 write(int fd, const void *dest, size_t bcount) in write() function
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 70 proc_domemused(CONST_CTL_TABLE *table, int write, in proc_domemused() 94 proc_doslab(CONST_CTL_TABLE *table, int write, in proc_doslab() 141 proc_dohostid(CONST_CTL_TABLE *table, int write, in proc_dohostid()
|
| /freebsd/sys/tools/syscalls/tools/ |
| H A D | generator.lua | 15 function generator:write(line) function
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRTraceWriter.cpp | 26 static size_t write(support::endian::Writer &OS, Tuple &&T) { in write() function 36 static size_t write(support::endian::Writer &OS, Tuple &&) { in write() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProfSummary.cpp | 30 void MemProfSummary::write(ProfOStream &OS) const { in write() function in MemProfSummary
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.h | 50 int write; member 92 int write; member
|
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | unix.h | 54 #define write _write macro
|
| /freebsd/contrib/libfido2/openbsd-compat/ |
| H A D | posix_win.h | 42 #define write(fd, buf, count) posix_write(fd, buf, count) macro
|
| /freebsd/usr.bin/mkimg/ |
| H A D | format.h | 37 int (*write)(int); member
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | stringstream.h | 30 void write(const char *bytes, size_t size) { in write() function
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | cookie_io_functions_t.h | 23 cookie_write_function_t *write; member
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | preload-fuzz.c | 90 write(int fd, const void *buf, size_t nbytes) in write() function
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.h | 46 int write; member
|