Searched defs:writer (Results 1 – 25 of 59) sorted by relevance
123
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 307 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitKeyDataLength() local 316 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitData() local 367 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitKeyDataLength() local 374 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitKey() local 381 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitData() local 419 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in emitVersionTuple() local 458 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in emitVersionedInfo() local 492 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in EmitKeyDataLength() local 508 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in emitCommonEntityInfo() local 548 llvm::support::endian::Writer writer(OS, llvm::endianness::little); in emitCommonTypeInfo() local [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | jumbo.sh | 216 writer(); function
|
H A D | sendfile3.sh | 198 writer(); function
|
H A D | sendfile.sh | 204 writer(); function
|
H A D | sendfile11.sh | 223 writer(); function
|
H A D | sendfile12.sh | 229 writer(); function
|
H A D | sendfile19.sh | 237 writer(); function
|
H A D | sendfile20.sh | 238 writer(); function
|
H A D | tcp3.sh | 226 writer(); function
|
H A D | sendfile24.sh | 224 writer(); function
|
H A D | sendfile25.sh | 226 writer(); function
|
H A D | mkfifo7.sh | 168 writer(); function
|
H A D | mkfifo5.sh | 179 writer(); function
|
H A D | mkfifo6.sh | 148 writer(); function
|
H A D | namecache.sh | 200 writer(); function
|
H A D | holdcnt0.sh | 240 writer(); function
|
H A D | holdcnt02.sh | 221 writer(); function
|
H A D | holdcnt04.sh | 230 writer(); function
|
H A D | holdcnt03.sh | 220 writer(); function
|
H A D | holdcnt05.sh | 229 writer(); function
|
H A D | msdos18.sh | 239 writer(); function
|
H A D | sendfile10.sh | 241 writer(); function
|
H A D | sendfile8.sh | 219 writer(); function
|
H A D | sendfile9.sh | 218 writer(); function
|
/freebsd/contrib/libarchive/tar/ |
H A D | read.c | 84 struct archive *writer; in tar_mode_x() local 141 read_archive(struct bsdtar *bsdtar, char mode, struct archive *writer) in read_archive()
|
123