/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() function 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() function 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() function 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function 287 static void read(ArrayRef<T> Buffer, ArrayRef<T> &rawData) { in read() function 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() function 297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function 315 template <typename T> static void read(ArrayRef<T> buffer) { (void)buffer; } in read() function
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | user-regs.c | 44 struct value *(*read) (struct frame_info * frame); member 62 user_reg_read_ftype *read, struct user_reg *reg) in append_user_reg() 80 user_reg_add_builtin (const char *name, user_reg_read_ftype *read) in user_reg_add_builtin() 105 user_reg_read_ftype *read) in user_reg_add()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 48 const bool read = true; in ProcessLaunchInfo() local 55 const bool read = false; in ProcessLaunchInfo() local 62 const bool read = false; in ProcessLaunchInfo() local 90 bool read, bool write) { in AppendOpenFileAction() 99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
|
/openbsd/sys/arch/macppc/stand/ |
H A D | ofdev.c | 178 size_t read; in read_mac_label() local 243 size_t read; in search_label() local 300 size_t read; in devopen() local
|
/openbsd/sys/arch/macppc/dev/ |
H A D | thermal.h | 37 int (*read)(struct thermal_fan *); member 47 int (*read)(struct thermal_temp *); member
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_eeprom.c | 93 u8 *eeprom_buf, u16 buf_size, bool read) in __amdgpu_eeprom_xfer() 182 u8 *eeprom_buf, u32 buf_size, bool read) in amdgpu_eeprom_xfer()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | PerfHelper.cpp | 120 int64_t Counter::read() const { in read() function in llvm::exegesis::pfm::Counter 154 int64_t Counter::read() const { return 42; } in read() function in llvm::exegesis::pfm::Counter
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | scan-types.sh | 106 extern $tmp read();" >st-dummy.c function
|
/openbsd/gnu/gcc/gcc/ |
H A D | scan-types.sh | 106 extern $tmp read();" >st-dummy.c function
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
H A D | I.pm | 20 sub read { subroutine
|
H A D | A.pm | 20 sub read { subroutine
|
/openbsd/gnu/usr.bin/perl/dist/Dumpvalue/t/lib/ |
H A D | TieOut.pm | 14 sub read { subroutine
|
/openbsd/lib/libc/sys/ |
H A D | w_read.c | 22 read(int fd, void *buf, size_t nbytes) in read() function
|
/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | write_cmake_config.py | 109 def read(filename): function
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/ |
H A D | TieOut.pm | 23 sub read { subroutine
|
/openbsd/sys/lib/libsa/ |
H A D | read.c | 69 read(int fd, void *dest, size_t bcount) in read() function
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/ |
H A D | TieOut.pm | 24 sub read { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/ |
H A D | TieOut.pm | 22 sub read { subroutine
|
/openbsd/usr.bin/libtool/LT/ |
H A D | LaLoFile.pm | 41 sub read($class, $filename) subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/ |
H A D | NoOutput.pm | 80 sub read { subroutine
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | DirHandle.pm | 77 sub read { subroutine
|
/openbsd/sys/scsi/ |
H A D | sd.c | 584 sd_cmd_rw6(struct scsi_generic *generic, int read, u_int64_t secno, in sd_cmd_rw6() 597 sd_cmd_rw10(struct scsi_generic *generic, int read, u_int64_t secno, in sd_cmd_rw10() 610 sd_cmd_rw12(struct scsi_generic *generic, int read, u_int64_t secno, in sd_cmd_rw12() 623 sd_cmd_rw16(struct scsi_generic *generic, int read, u_int64_t secno, in sd_cmd_rw16() 657 int read; in sdstart() local
|
/openbsd/gnu/usr.bin/perl/cpan/Term-Cap/ |
H A D | test.pl | 226 sub read { subroutine
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Endian.h | 63 inline value_type read(const void *memory, endianness endian) { in read() function 76 inline value_type read(const void *memory) { in read() function 352 template <typename T> inline T read(const void *P, endianness E) { in read() function 356 template <typename T, endianness E> inline T read(const void *P) { in read() function
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/ |
H A D | Reader.pm | 34 sub read { subroutine
|