Searched defs:strm (Results 101 - 125 of 134) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp993 Stream &strm = description.ref(); local
H A DSBValue.cpp1257 Stream &strm = description.ref(); local
H A DSBTarget.cpp1769 Stream &strm = description.ref(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp143 Stream &strm = result.GetOutputStream(); variable
321 Stream &strm = result.GetOutputStream(); local
353 Stream &strm = result.GetOutputStream(); variable
1360 Stream &strm = result.GetOutputStream(); variable
1448 Stream &strm = result.GetOutputStream(); variable
1488 Stream &strm = result.GetOutputStream(); variable
1896 Stream &strm = result.GetOutputStream(); variable
1938 Stream &strm = result.GetOutputStream(); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp171 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const Address &address, Limit limit, bool mixed_source_and_assembly, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) argument
281 PrintInstructions(Debugger &debugger, const ArchSpec &arch, const ExecutionContext &exe_ctx, bool mixed_source_and_assembly, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) argument
542 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, uint32_t num_instructions, bool mixed_source_and_assembly, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) argument
[all...]
H A DModule.cpp1107 StreamString strm; local
1142 StreamString strm; local
1168 StreamString strm; local
[all...]
H A DValueObject.cpp1363 StreamString strm; local
2813 StreamString strm; local
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.c1561 int strm; local
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib_private.h199 bz_stream* strm; member in struct:__anon504
350 bz_stream* strm; member in struct:__anon505
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp187 StreamString strm; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp407 void Platform::GetStatus(Stream &strm) { argument
[all...]
H A DProcess.cpp1341 bool Process::DumpThreadPlansForTID(Stream &strm, lldb::tid_t tid, argument
1348 void Process::DumpThreadPlans(Stream &strm, lldb::DescriptionLevel desc_level, argument
[all...]
H A DStackFrame.cpp1783 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, argument
1813 void StackFrame::Dump(Stream *strm, bool show_frame_index, argument
1885 GetStatus(Stream &strm, bool show_frame_info, bool show_source, bool show_unique, const char *frame_marker) argument
[all...]
H A DThread.cpp1601 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, argument
1712 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, argument
1765 GetDescription(Stream &strm, lldb::DescriptionLevel level, bool print_json_thread, bool print_json_stopinfo) argument
1853 GetStackFrameStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames, bool show_frame_info, uint32_t num_frames_with_source) argument
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c1680 z_stream *strm; local
1719 z_stream *strm; local
1756 z_stream *strm; local
1793 bz_stream *strm; local
1832 bz_stream *strm; local
1878 bz_stream *strm; local
1916 lzma_stream *strm; local
2020 lzma_stream *strm; local
2064 lzma_stream *strm; local
2106 struct ppmd_stream *strm; local
2125 struct ppmd_stream *strm; local
2188 struct ppmd_stream *strm; local
2230 struct ppmd_stream *strm; local
[all...]
H A Darchive_write_set_format_xar.c2645 z_stream *strm; local
2684 z_stream *strm; local
2721 z_stream *strm; local
2742 bz_stream *strm; local
2781 bz_stream *strm; local
2827 bz_stream *strm; local
2862 lzma_stream *strm; local
2915 lzma_stream *strm; local
2991 lzma_stream *strm; local
3035 lzma_stream *strm; local
[all...]
H A Darchive_read_support_format_cab.c2076 lzx_decode_init(struct lzx_stream *strm, int w_bits) argument
2168 lzx_decode_free(struct lzx_stream *strm) argument
2187 lzx_translation(struct lzx_stream *strm, void *p, size_t size, uint32_t offset) argument
2264 lzx_br_fillup(struct lzx_stream *strm, struct lzx_br *br) argument
2334 lzx_br_fixup(struct lzx_stream *strm, struct lzx_br *br) argument
2350 lzx_cleanup_bitstream(struct lzx_stream *strm) argument
2390 lzx_decode(struct lzx_stream *strm, int last) argument
2417 lzx_read_blocks(struct lzx_stream *strm, int last) argument
2742 lzx_decode_blocks(struct lzx_stream *strm, int last) argument
3016 lzx_read_pre_tree(struct lzx_stream *strm) argument
3041 lzx_read_bitlen(struct lzx_stream *strm, struct huffman *d, int end) argument
[all...]
H A Darchive_read_support_format_lha.c202 struct lzh_stream strm; member in struct:lha
1859 lzh_decode_init(struct lzh_stream *strm, const char *method) argument
1923 lzh_decode_free(struct lzh_stream *strm) argument
1980 lzh_br_fillup(struct lzh_stream *strm, struct lzh_br *br) argument
2087 lzh_decode(struct lzh_stream *strm, int last) argument
2108 lzh_emit_window(struct lzh_stream *strm, size_t s) argument
2116 lzh_read_blocks(struct lzh_stream *strm, int last) argument
2351 lzh_decode_blocks(struct lzh_stream *strm, int last) argument
2645 lzh_read_pt_bitlen(struct lzh_stream *strm, int start, int end) argument
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c108 z_streamp strm = (z_streamp) opaque; local
116 z_streamp strm = (z_streamp) opaque; local
181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm) argument
220 ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) argument
229 ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) argument
239 ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) argument
254 z_deflateInit_(z_streamp strm, int level, const char *version, int stream_size) argument
281 z_deflateInit2_(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size) argument
293 ZWRAP_deflateReset_keepDict(z_streamp strm) argument
313 z_deflateReset(z_streamp strm) argument
328 z_deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) argument
353 z_deflate(z_streamp strm, int flush) argument
453 z_deflateEnd(z_streamp strm) argument
471 z_deflateBound(z_streamp strm, uLong sourceLen) argument
481 z_deflateParams(z_streamp strm, int level, int strategy) argument
526 ZWRAP_createDCtx(z_streamp strm) argument
557 ZWRAP_isUsingZSTDdecompression(z_streamp strm) argument
564 ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) argument
572 ZWRAPD_finishWithErrorMsg(z_streamp strm, char* message) argument
582 z_inflateInit_(z_streamp strm, const char* version, int stream_size) argument
611 z_inflateInit2_(z_streamp strm, int windowBits, const char *version, int stream_size) argument
629 ZWRAP_inflateReset_keepDict(z_streamp strm) argument
648 z_inflateReset(z_streamp strm) argument
666 z_inflateReset2(z_streamp strm, int windowBits) argument
684 z_inflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) argument
718 z_inflate(z_streamp strm, int flush) argument
914 z_inflateEnd(z_streamp strm) argument
931 z_inflateSync(z_streamp strm) argument
952 z_deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) argument
965 z_deflatePending(z_streamp strm, unsigned *pending, int *bits) argument
976 z_deflatePrime(z_streamp strm, int bits, int value) argument
986 z_deflateSetHeader(z_streamp strm, gz_headerp head) argument
999 z_inflateGetDictionary(z_streamp strm, Bytef *dictionary, uInt *dictLength) argument
1020 z_inflateMark(z_streamp strm) argument
1029 z_inflatePrime(z_streamp strm, int bits, int value) argument
1039 z_inflateGetHeader(z_streamp strm, gz_headerp head) argument
1048 z_inflateBackInit_(z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size) argument
1059 z_inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) argument
1069 z_inflateBackEnd(z_streamp strm) argument
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_hda.c656 uint8_t strm = 0; local
730 uint8_t strm = st->stream; local
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_indata.c330 sctp_place_control_in_stream(struct sctp_stream_in *strm, argument
507 struct sctp_stream_in *strm; local
768 sctp_handle_old_unordered_data(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_in *strm, struct sctp_queued_to_read *control, uint32_t pd_point, int inp_read_lock_held) argument
1051 sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_in *strm, int inp_read_lock_held) argument
1285 sctp_add_chk_to_control(struct sctp_queued_to_read *control, struct sctp_stream_in *strm, struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int hold_rlock) argument
1373 struct sctp_stream_in *strm; local
1665 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) argument
1696 struct sctp_stream_in *strm; local
5383 sctp_flush_reassm_for_str_seq(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_in *strm, struct sctp_queued_to_read *control, int ordered, uint32_t cumtsn) argument
5496 struct sctp_stream_in *strm; local
[all...]
H A Dsctp_pcb.h349 uint16_t strm; member in struct:sctp_pcbtsn_rlog
H A Dsctp_usrreq.c4696 uint16_t strm; local
H A Dsctp_input.c864 struct sctp_stream_in *strm; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2533 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, argument
2574 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, argument
2585 void CommandInterpreter::OutputHelpText(Stream &strm, llv argument
[all...]

Completed in 516 milliseconds

123456