Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 185) sorted by relevance

12345678

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h200 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 Duser-regs.c44 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 DProcessLaunchInfo.cpp48 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 Dofdev.c178 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 Dthermal.h37 int (*read)(struct thermal_fan *); member
47 int (*read)(struct thermal_temp *); member
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_eeprom.c93 u8 *eeprom_buf, u16 buf_size, bool read) in __amdgpu_eeprom_xfer()
182 u8 *eeprom_buf, u16 buf_size, bool read) in amdgpu_eeprom_xfer()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp120 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 Dscan-types.sh106 extern $tmp read();" >st-dummy.c function
/openbsd/gnu/gcc/gcc/
H A Dscan-types.sh106 extern $tmp read();" >st-dummy.c function
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A DI.pm20 sub read { subroutine
H A DA.pm20 sub read { subroutine
/openbsd/gnu/usr.bin/perl/dist/Dumpvalue/t/lib/
H A DTieOut.pm14 sub read { subroutine
/openbsd/lib/libc/sys/
H A Dw_read.c22 read(int fd, void *buf, size_t nbytes) in read() function
/openbsd/gnu/llvm/llvm/utils/gn/build/
H A Dwrite_cmake_config.py109 def read(filename): function
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/
H A DTieOut.pm23 sub read { subroutine
/openbsd/sys/lib/libsa/
H A Dread.c69 read(int fd, void *dest, size_t bcount) in read() function
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/
H A DTieOut.pm24 sub read { subroutine
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/
H A DTieOut.pm22 sub read { subroutine
/openbsd/usr.bin/libtool/LT/
H A DLaLoFile.pm41 sub read($class, $filename) subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/
H A DNoOutput.pm80 sub read { subroutine
/openbsd/gnu/usr.bin/perl/lib/
H A DDirHandle.pm77 sub read { subroutine
/openbsd/sys/scsi/
H A Dsd.c584 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 Dtest.pl226 sub read { subroutine
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h63 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 DReader.pm34 sub read { subroutine

12345678