Home
last modified time | relevance | path

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

123456789

/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.c39 #pragma weak write macro
41 write(int fd, const void *buf, size_t nbytes) in write() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp273 MDNode *ResourceBase::ExtendedProperties::write(LLVMContext &Ctx) const { in write() function in ResourceBase::ExtendedProperties
287 void ResourceBase::write(LLVMContext &Ctx, in write() function in ResourceBase
298 MDNode *UAVResource::write() const { in write() function in UAVResource
312 MDNode *ConstantBuffer::write() const { in write() function in ConstantBuffer
322 template <typename T> MDNode *ResourceTable<T>::write(Module &M) const { in write() function in ResourceTable
336 void Resources::write(Module &M) const { in write() function in Resources
/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/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/sys/riscv/vmm/
H A Dvmm_aplic.c113 aplic_handle_sourcecfg(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_sourcecfg()
132 aplic_set_enabled(struct aplic *aplic, bool write, uint64_t *val, bool enabled) in aplic_set_enabled()
159 aplic_handle_target(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_target()
177 bool write, uint64_t *val) in aplic_handle_idc_claimi()
211 bool write, uint64_t *val) in aplic_handle_idc()
234 bool write, uint64_t *val) in aplic_mmio_access()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp40 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() function in CoverageFilenamesSectionWriter
154 void CoverageMappingWriter::write(raw_ostream &OS) { in write() function in CoverageMappingWriter
294 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write() function in TestingFormatWriter
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp60 void StringTableBuilder::write(raw_ostream &OS) const { write() function in StringTableBuilder
70 void StringTableBuilder::write(uint8_t *Buf) const { write() function in StringTableBuilder
H A DDXContainerPSVInfo.cpp69 void PSVRuntimeInfo::write(raw_ostream &OS, uint32_t Version) const { in write() function in PSVRuntimeInfo
190 void Signature::write(raw_ostream &OS) { in write() function in Signature
/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.c69 proc_domemused(CONST_CTL_TABLE *table, int write, in proc_domemused()
97 proc_doslab(CONST_CTL_TABLE *table, int write, in proc_doslab()
144 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
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp47 void PGOCtxProfileWriter::write(const ContextNode &RootNode) { in write() function in PGOCtxProfileWriter
/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.h35 int (*write)(int); 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
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c40 static uint32_t build_ar_bind_scheme(uint8_t hwport_id, bool write) in build_ar_bind_scheme()
63 static uint32_t build_ar_bind_cls_plan(uint8_t hwport_id, bool write) in build_ar_bind_cls_plan()
224 bool write) in build_ar_scheme()
241 bool write) in build_ar_cls_plan()

123456789