Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp27 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 DEndianStream.h29 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 Dwrite.c37 #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 DProcessLaunchInfo.cpp47 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 DFileAction.cpp35 bool write) { in Open()
/freebsd/usr.bin/dtc/
H A Ddtb.cc45 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 Dvmm_aplic.c120 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 Dtsan_mutexset.h30 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 DCoverageMappingWriter.cpp39 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 DDXContainerPSVInfo.cpp68 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 DStringTableBuilder.cpp61 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 DWatchpointResource.cpp20 bool read, bool write) in WatchpointResource()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
/freebsd/stand/libsa/
H A Dwrite.c65 write(int fd, const void *dest, size_t bcount) in write() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c70 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 Dgenerator.lua15 function generator:write(line) function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp26 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 DMemProfSummary.cpp30 void MemProfSummary::write(ProfOStream &OS) const { in write() function in MemProfSummary
/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.h50 int write; member
92 int write; member
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h54 #define write _write macro
/freebsd/contrib/libfido2/openbsd-compat/
H A Dposix_win.h42 #define write(fd, buf, count) posix_write(fd, buf, count) macro
/freebsd/usr.bin/mkimg/
H A Dformat.h37 int (*write)(int); member
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dstringstream.h30 void write(const char *bytes, size_t size) { in write() function
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h23 cookie_write_function_t *write; member
/freebsd/contrib/libfido2/fuzz/
H A Dpreload-fuzz.c90 write(int fd, const void *buf, size_t nbytes) in write() function
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h46 int write; member

12345678910