Home
last modified time | relevance | path

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

123456789

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeConvenience.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
/freebsd-14-stable/lib/libc/sys/
HDread.c39 #pragma weak read macro
41 read(int fd, void *buf, size_t nbytes) in read() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDProcessLaunchInfo.cpp46 const bool read = true; in ProcessLaunchInfo() local
53 const bool read = false; in ProcessLaunchInfo() local
60 const bool read = false; in ProcessLaunchInfo() local
88 bool read, bool write) { in AppendOpenFileAction()
97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
HDFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
/freebsd-14-stable/sys/powerpc/powermac/
HDpowermac_thermal.h40 int (*read)(struct pmac_fan *); member
50 int (*read)(struct pmac_therm *); member
/freebsd-14-stable/crypto/heimdal/lib/wind/
HDrfc4518.py40 def read(): function
HDUnicodeData.py40 def read(filename): function
HDrfc3454.py40 def read(filename): function
/freebsd-14-stable/tools/test/stress2/misc/
HDsendfile24.sh68 sendfile24: sendfile: sendfile24: read(), sendfile24.c:61: Broken pipe function
HDsendfile25.sh65 sendfile25: sendfile: sendfile25: read(), sendfile25.c:61: Broken pipe function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointResource.cpp20 bool read, bool write) in WatchpointResource()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
/freebsd-14-stable/crypto/heimdal/appl/ftp/common/
HDsockbuf.c45 set_buffer_size(int fd, int read) in set_buffer_size()
/freebsd-14-stable/stand/lua/
HDpassword.lua48 function password.read(prompt_length) function
/freebsd-14-stable/stand/libsa/
HDread.c65 read(int fd, void *dest, size_t bcount) in read() function
HDcd9660.c140 size_t read; in susp_lookup_record() local
298 size_t read; in cd9660_read_dr() local
340 size_t read, dsize, off; in cd9660_open() local
516 size_t read; in buf_read_file() local
/freebsd-14-stable/sys/dev/ppbus/
HDppb_1284.c525 spp_1284_read(device_t bus, int mode, char *buffer, int max, int *read) in spp_1284_read()
594 int max, int *read) in ppb_1284_read_id()
628 int max, int *read) in ppb_1284_read()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSymbolRemappingReader.cpp28 Error SymbolRemappingReader::read(MemoryBuffer &B) { in read() function in SymbolRemappingReader
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_fha_new.h49 int read; member
91 int read; member
/freebsd-14-stable/contrib/libpcap/testprogs/
HDunix.h53 #define read _read macro
/freebsd-14-stable/contrib/libfido2/openbsd-compat/
HDposix_win.h41 #define read(fd, buf, count) posix_read(fd, buf, count) macro
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBWatchpointOptions.cpp48 void SBWatchpointOptions::SetWatchpointTypeRead(bool read) { in SetWatchpointTypeRead()
/freebsd-14-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_util.h45 int read; member
/freebsd-14-stable/contrib/bsddialog/lib/
HDbsddialog_progressview.h46 long long read; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDSource.h55 template <typename T> std::enable_if_t<!std::is_pointer<T>::value, T> read() { in read() function
/freebsd-14-stable/sys/contrib/zstd/examples/
HDstreaming_decompression.c36 size_t read; in decompressFile_orDie() local

123456789