| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 26 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 28 void Writer::write(int64_t i) { in write() function in Writer 61 void Writer::write(uint64_t u) { in write() function in Writer 89 void Writer::write(double d) { in write() function in Writer 102 void Writer::write(StringRef s) { in write() function in Writer 122 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 59 template <typename value_type> void write(value_type Val) { in write() function
|
| H A D | Endian.h | 100 inline void write(void *memory, value_type value, endianness endian) { in write() function 110 inline void write(void *memory, value_type value) { in write() function 375 template <typename T> inline void write(void *P, T V, endianness E) { in write() function 379 template <typename T, endianness E> inline void write(void *P, T V) { in write() function
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | write.c | 43 #pragma weak write macro 45 write(int fd, const void *buf, size_t nbytes) in write() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 30 bool write; member 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add() 61 void MutexSet::Del(u64 id, bool write) {} in Del()
|
| H A D | tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() 55 void MutexSet::Del(u64 id, bool write) { in Del()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessLaunchInfo.cpp | 52 const bool write = false; in ProcessLaunchInfo() local 59 const bool write = true; in ProcessLaunchInfo() local 66 const bool write = true; in ProcessLaunchInfo() local 93 bool read, bool write) { in AppendOpenFileAction() 103 bool write) { in AppendSuppressFileAction()
|
| H A D | FileAction.cpp | 37 bool write) { in Open()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 44 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { in write() function in SampleProfileWriter 69 std::error_code SampleProfileWriterCompactBinary::write( in write() function in SampleProfileWriterCompactBinary 86 std::error_code SampleProfileWriterText::write(const FunctionSamples &S) { in write() function in SampleProfileWriterText 329 std::error_code SampleProfileWriterBinary::write(const FunctionSamples &S) { in write() function in SampleProfileWriterBinary 335 SampleProfileWriterCompactBinary::write(const FunctionSamples &S) { in write() function in SampleProfileWriterCompactBinary
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | dtb.cc | 46 void write(dtc::byte_buffer &buffer, int fd) in write() function 258 header::write(output_writer &out) in write() function in dtc::dtb::header 328 string_table::write(dtb::output_writer &writer) in write() function in dtc::dtb::string_table
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 54 void StringTableBuilder::write(raw_ostream &OS) const { in write() function in StringTableBuilder 64 void StringTableBuilder::write(uint8_t *Buf) const { in write() function in StringTableBuilder
|
| /freebsd-12.1/stand/libsa/ |
| H A D | write.c | 70 write(int fd, const void *dest, size_t bcount) in write() function
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 28 void CoverageFilenamesSectionWriter::write(raw_ostream &OS) { in write() function in CoverageFilenamesSectionWriter 118 void CoverageMappingWriter::write(raw_ostream &OS) { in write() function in CoverageMappingWriter
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | FDRTraceWriter.cpp | 28 static size_t write(support::endian::Writer &OS, Tuple &&T) { in write() function 39 static size_t write(support::endian::Writer &OS, Tuple &&) { in write() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Writer.cpp | 270 Error COFFWriter::write(bool IsBigObj) { in write() function in llvm::objcopy::coff::COFFWriter 327 Error COFFWriter::write() { in write() function in llvm::objcopy::coff::COFFWriter
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackTypes.h | 253 void write(Writer &MPWriter) override { in write() function 267 void write(Writer &MPWriter) override { in write() function
|
| /freebsd-12.1/usr.bin/mkimg/ |
| H A D | format.h | 37 int (*write)(int); member
|
| /freebsd-12.1/sys/mips/mediatek/ |
| H A D | mtk_spi_v1.c | 203 mtk_spi_txrx(struct mtk_spi_softc *sc, uint8_t *data, int write) in mtk_spi_txrx() 228 int i, sz, error = 0, write = 0; in mtk_spi_transfer() local
|
| H A D | mtk_spi_v2.c | 202 mtk_spi_txrx(struct mtk_spi_softc *sc, uint8_t *data, int write) in mtk_spi_txrx() 233 int i, sz, error, write = 0; in mtk_spi_transfer() local
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | RegisterContextPOSIXProcessMonitor_x86.cpp | 28 static uint32_t size_and_rw_bits(size_t size, bool read, bool write) { in size_and_rw_bits() 410 addr_t addr, size_t size, bool read, bool write) { in SetHardwareWatchpoint() 554 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| H A D | RegisterContextPOSIXProcessMonitor_arm.cpp | 192 addr_t addr, size_t size, bool read, bool write) { in SetHardwareWatchpoint() 253 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.h | 46 int write; member
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | feeder_format.c | 58 intpcm_write_t *write; member 90 intpcm_write_t *write; member
|
| /freebsd-12.1/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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 186 bool write) { in AddOpenFileAction() 190 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { in AddSuppressFileAction()
|