| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | outbuffer.d | 81 void write(const(ubyte)[] bytes) in write() function 88 void write(in wchar[] chars) @trusted in write() function 93 void write(const(dchar)[] chars) @trusted in write() function 98 void write(ubyte b) /// ditto in write() function 105 void write(byte b) { write(cast(ubyte) b); } /// ditto in write() function 106 void write(char c) { write(cast(ubyte) c); } /// ditto in write() function 107 void write(dchar c) { write(cast(uint) c); } /// ditto in write() function 109 void write(ushort w) @trusted /// ditto in write() function 116 void write(short s) { write(cast(ushort) s); } /// ditto in write() function 118 void write(wchar c) @trusted /// ditto in write() function [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | outbuffer.d | 82 void write(scope const(ubyte)[] bytes) in write() function 89 void write(scope const(wchar)[] chars) @trusted in write() function 94 void write(scope const(dchar)[] chars) @trusted in write() function 99 void write(ubyte b) /// ditto in write() function 106 void write(byte b) { write(cast(ubyte) b); } /// ditto in write() function 107 void write(char c) { write(cast(ubyte) c); } /// ditto in write() function 108 void write(dchar c) { write(cast(uint) c); } /// ditto in write() function 110 void write(ushort w) @trusted /// ditto in write() function 117 void write(short s) { write(cast(ushort) s); } /// ditto in write() function 119 void write(wchar c) @trusted /// ditto in write() function [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 27 void Writer::write(int64_t i) { in write() function in Writer 60 void Writer::write(uint64_t u) { in write() function in Writer 88 void Writer::write(double d) { in write() function in Writer 101 void Writer::write(StringRef s) { in write() function in Writer 121 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 44 bool write(const Function &F, const FunctionSamples &S) { in write() function 51 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write() function 63 bool write(StringMap<FunctionSamples> &ProfileMap) { in write() function 90 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write() function 101 bool write(const Module &M, StringMap<FunctionSamples> &P) { in write() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 58 template <typename value_type> void write(value_type Val) { in write() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_mutexset.h | 28 bool write; member 58 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add() 59 void MutexSet::Del(u64 id, bool write) {} in Del()
|
| H A D | tsan_mutexset.cc | 23 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() 53 void MutexSet::Del(u64 id, bool write) { in Del()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_mutexset.h | 32 bool write; member 85 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add() 86 void MutexSet::Del(u64 id, bool write) {} in Del() 88 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr()
|
| H A D | tsan_mutexset.cpp | 22 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() 55 void MutexSet::Del(u64 id, bool write) { in Del() 74 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) { in AddAddr()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
| H A D | bitfield.cpp | 183 void write(S* s, unsigned x) { in write() function 225 void write(S* s, unsigned x) { in write() function 264 void write(S* s, unsigned x) { in write() function 317 void write(Base* s, unsigned x) { in write() function 357 void write(U* u, unsigned x) { in write() function 410 void write(S* s, unsigned x) { in write() function 467 void write(B2* s, unsigned x) { in write() function
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | vm_vfs.c | 40 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) in uvm_aio_aiodone_pages() 77 bool write; in uvm_aio_aiodone() local
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 33 bool SampleProfileWriterText::write(StringRef FName, const FunctionSamples &S) { in write() function in SampleProfileWriterText 72 bool SampleProfileWriterBinary::write(StringRef FName, in write() function in SampleProfileWriterBinary
|
| /minix3/lib/csu/common/ |
| H A D | crt0-common.c | 87 #define write(fd, s, n) __syscall(SYS_write, (fd), (s), (n)) macro 89 #define write(fd, s, n) /* NO write() from here on minix */ macro
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 54 i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_wc_domain() 115 i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_gtt_domain() 427 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_cpu_domain()
|
| /minix3/minix/lib/libc/sys/ |
| H A D | write.c | 8 ssize_t write(int fd, const void *buffer, size_t nbytes) in write() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 59 void StringTableBuilder::write(raw_ostream &OS) const { in write() function in StringTableBuilder 69 void StringTableBuilder::write(uint8_t *Buf) const { in write() function in StringTableBuilder
|
| /minix3/sys/lib/libsa/ |
| H A D | write.c | 67 write(int fd, const void *destp, size_t bcount) in write() function
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | write.c | 67 write(int fd, const void *destp, size_t bcount) in write() function
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 29 template <typename value_type> void write(value_type Val) { in write() function
|
| /netbsd-src/external/mit/libuv/dist/docs/code/multi-echo-server/ |
| H A D | hammer.js | 4 var write = function(socket) { function
|
| /minix3/external/bsd/llvm/dist/clang/test/OpenMP/ |
| H A D | atomic_messages.cpp | 99 T write() { in write() function 125 int write() { in write() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | attributes.cc | 86 Object_attribute::write( in write() function in gold::Object_attribute 214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const in write() function in gold::Vendor_object_attributes 431 Attributes_section_data::write(std::vector<unsigned char>* buffer) const in write() function in gold::Attributes_section_data
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | attributes.cc | 86 Object_attribute::write( in write() function in gold::Object_attribute 214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const in write() function in gold::Vendor_object_attributes 431 Attributes_section_data::write(std::vector<unsigned char>* buffer) const in write() function in gold::Attributes_section_data
|