Searched defs:stream (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1212 bool TypeMemberFunctionImpl::GetDescription(Stream &stream) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp255 StreamString stream; variable
370 StreamString stream; variable
674 StreamString stream; variable
H A DCommandObjectThread.cpp594 StreamString stream; variable
772 StreamString stream; variable
1099 StreamString stream; variable
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp564 z_stream stream; local
[all...]
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp784 BinaryStreamRef stream = types.getUnderlyingStream(); local
[all...]
H A DPDB.cpp1347 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp279 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp753 StreamType stream = entry.first; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp119 StreamString stream; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c168 z_stream stream; member in struct:zip
[all...]
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac.c1879 hdac_find_stream(struct hdac_softc *sc, int dir, int stream) argument
1919 int stream, ss, bw, maxbw, prevbw; local
1974 hdac_stream_free(device_t dev, device_t child, int dir, int stream) argument
1992 hdac_stream_start(device_t dev, device_t child, int dir, int stream, bus_addr_t buf, int blksz, int blkcnt) argument
2056 hdac_stream_stop(device_t dev, device_t child, int dir, int stream) argument
2084 hdac_stream_reset(device_t dev, device_t child, int dir, int stream) argument
2122 hdac_stream_getptr(device_t dev, device_t child, int dir, int stream) argument
[all...]
/freebsd-current/contrib/bzip2/
H A Dbzip2.c329 void compressStream ( FILE *stream, FILE *zStream ) argument
[all...]
/freebsd-current/contrib/wpa/hostapd/
H A Dhostapd_cli.c1754 static void print_cmd_help(FILE *stream, const struct hostapd_cli_cmd *cmd, argument
1772 static void print_help(FILE *stream, const char *cmd) argument
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c251 static size_t HUF_initRemainingDStream(BIT_DStream_t* bit, HUF_DecompressAsmArgs const* args, int stream, BYTE* segmentEnd) argument
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2101 inline FILE* FReopen(const char* path, const char* mode, FILE* stream) { argument
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc604 std::ostringstream stream; local
/freebsd-current/sys/dev/firewire/
H A Dfirewire.h149 } stream; member in union:fw_pkt::__anon2345
/freebsd-current/sys/netinet/libalias/
H A Dalias_sctp.c2727 SctpAliasLog(FILE *stream, const char *format, ...) argument
H A Dalias_db.c143 AliasLog(FILE *stream, const char *format, ...) argument
/freebsd-current/usr.sbin/bhyve/
H A Dpci_hda.c104 uint8_t stream; member in struct:hda_stream_desc
495 hda_notify_codecs(struct hda_softc *sc, uint8_t run, uint8_t stream, argument
1109 hda_transfer(struct hda_codec_inst *hci, uint8_t stream, uint8_t dir, uint8_t *buf, size_t count) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dpacket.c613 z_streamp stream = &state->compression_out_stream; local
624 z_streamp stream = &state->compression_in_stream; local
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes.c41 } stream; member in struct:__anon13
68 void (*stream) (const unsigned char *in, member in struct:__anon18
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp864 auto &stream = result.GetOutputStream(); variable
1125 GetDescription( const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) argument
1626 DumpTimestamp(Stream &stream, uint64_t timestamp) argument
1646 StreamString stream; local
1727 HandleDisplayOfEvent( const StructuredData::Dictionary &event, Stream &stream) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp650 WaitForProcessToStop( const Timeout<std::micro> &timeout, EventSP *event_sp_ptr, bool wait_always, ListenerSP hijack_listener_sp, Stream *stream, bool use_run_lock, SelectMostRelevant select_most_relevant) argument
718 HandleProcessStateChangedEvent( const EventSP &event_sp, Stream *stream, SelectMostRelevant select_most_relevant, bool &pop_process_io_handler) argument
1364 ResumeSynchronous(Stream *stream) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1594 void Editline::PrintAsync(Stream *stream, const char *s, size_t len) { argument

Completed in 621 milliseconds

12345678