/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
|
/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
|
/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
|
H A D | CoverageMappingWriter.cpp | 21 void CoverageFilenamesSectionWriter::write(raw_ostream &OS) { in write() function in CoverageFilenamesSectionWriter 109 void CoverageMappingWriter::write(raw_ostream &OS) { in write() function in CoverageMappingWriter
|
H A D | InstrProfWriter.cpp | 109 void InstrProfWriter::write(raw_fd_ostream &OS) { in write() function in InstrProfWriter
|
/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
|
/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
|
/minix3/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
|
/minix3/minix/lib/liblwip/dist/src/include/lwip/apps/ |
H A D | tftp_server.h | 85 int (*write)(void* handle, struct pbuf* p); member
|
/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
|
/minix3/include/ |
H A D | rmt.h | 61 #define write rmtwrite macro
|
/minix3/minix/servers/vm/ |
H A D | mem_directphys.c | 51 struct phys_region *ph, int write, vfs_callback_t cb, void *state, in phys_pagefault()
|
H A D | mem_anon.c | 65 struct phys_region *ph, int write, vfs_callback_t cb, void *state, in anon_pagefault()
|
H A D | mem_anon_contig.c | 46 struct phys_region *ph, int write, vfs_callback_t cb, void *state, in anon_contig_pagefault()
|
H A D | mem_shared.c | 123 struct phys_region *ph, int write, vfs_callback_t cb, in shared_pagefault()
|
/minix3/common/dist/zlib/contrib/iostream2/ |
H A D | zstream.h | 210 int write(const void* buf, size_t len) { in write() function 266 inline int write(ozstream& zs, const T* x, Items items) { in write() function
|
/minix3/lib/libc/rpc/ |
H A D | svc_fdset.h | 20 # define write(a, b, c) rump_sys_write(a, b, c) macro
|
/minix3/external/bsd/nvi/dist/gtk/ |
H A D | gtk_main.c | 118 vi_quit(GtkViWindow *vi, gint write) in vi_quit()
|
/minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
H A D | SATestBuild.py | 110 def write(self, x): member in flushfile 403 def write(self, text): member in Discarder
|
/minix3/minix/lib/libvboxfs/ |
H A D | file.c | 47 int write) in read_write()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constexpr-turing.cpp | 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
|
/minix3/minix/drivers/power/acpi/include/platform/ |
H A D | acmsvc.h | 54 #define write _write macro
|
/minix3/common/dist/zlib/contrib/inflate86/ |
H A D | inffas86.c | 94 /* 96 52 */ unsigned write; /* window write index */ member
|
/minix3/common/dist/zlib/contrib/masmx64/ |
H A D | inffas8664.c | 99 /* 96 52 */ unsigned write; /* window write index */ member
|