/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 | 39 #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 D | DXILResource.cpp | 273 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 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/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/sys/riscv/vmm/ |
H A D | vmm_aplic.c | 113 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 D | CoverageMappingWriter.cpp | 40 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 D | StringTableBuilder.cpp | 60 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 D | DXContainerPSVInfo.cpp | 69 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 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 | 69 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 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 [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfWriter.cpp | 47 void PGOCtxProfileWriter::write(const ContextNode &RootNode) { in write() function in PGOCtxProfileWriter
|
/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 | 35 int (*write)(int); 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
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fman_kg.c | 40 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()
|