Searched refs:strm (Results 51 - 75 of 223) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1508 StreamString strm; local
1509 strm.Printf("librs.%s.so", res_name.c_str());
1516 script->shared_lib = strm.GetString();
1523 __FUNCTION__, strm.GetData(), uint64_t(args[eRsContext]),
2399 bool RenderScriptRuntime::LoadAllocation(Stream &strm, const uint32_t alloc_id, argument
2405 AllocationDetails *alloc = FindAllocByID(strm, alloc_id);
2432 strm.Printf("Error: File %s does not exist", path);
2433 strm.EOL();
2438 strm.Printf("Error: File %s does not have readable permissions", path);
2439 strm
2619 SaveAllocation(Stream &strm, const uint32_t alloc_id, const char *path, StackFrame *frame_ptr) argument
3140 FindAllocByID(Stream &strm, const uint32_t alloc_id) argument
3169 DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id) argument
3322 RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr) argument
3345 ListAllocations(Stream &strm, StackFrame *frame_ptr, const uint32_t index) argument
3774 PlaceBreakpointOnScriptGroup(TargetSP target, Stream &strm, ConstString name, bool multi) argument
[all...]
H A DRenderScriptRuntime.h61 void GetDescription(Stream *strm) override {
62 if (strm)
63 strm->Printf("RenderScript kernel breakpoint for '%s'",
111 void GetDescription(Stream *strm) override {
112 if (strm)
113 strm->Printf("RenderScript reduce breakpoint for '%s'",
144 void Dump(Stream &strm) const;
156 void Dump(Stream &strm) const;
175 void Dump(Stream &strm) const;
224 void Dump(Stream &strm) cons
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dcontainer.h225 * \param strm Pointer to lzma_stream that is at least initialized
247 * that will never be valid. For example, strm == NULL.
250 * allocated for *strm by liblzma is always freed. Thus, there is no need
259 lzma_stream *strm, uint32_t preset, lzma_check check)
301 * \param strm Pointer to properly prepared lzma_stream
314 extern LZMA_API(lzma_ret) lzma_stream_encoder(lzma_stream *strm,
348 * \param strm Pointer to properly prepared lzma_stream
358 lzma_stream *strm, const lzma_mt *options)
383 lzma_stream *strm, const lzma_options_lzma *options)
521 * \param strm Pointe
[all...]
H A Dfilter.h167 * \param strm Pointer to properly prepared lzma_stream
180 lzma_stream *strm, const lzma_filter *filters)
198 lzma_stream *strm, const lzma_filter *filters)
229 lzma_stream *strm, const lzma_filter *filters) lzma_nothrow;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2645 z_stream *strm; local
2649 strm = calloc(1, sizeof(*strm));
2650 if (strm == NULL) {
2658 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in;
2659 strm->avail_in = lastrm->avail_in;
2660 strm->total_in = (uLong)lastrm->total_in;
2661 strm->next_out = lastrm->next_out;
2662 strm->avail_out = lastrm->avail_out;
2663 strm
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_lha.c202 struct lzh_stream strm; member in struct:lha
1555 r = lzh_decode_init(&(lha->strm), lha->method);
1579 lha->strm.avail_out = 0;
1580 lha->strm.total_out = 0;
1589 lha->strm.next_in = __archive_read_ahead(a, 1, &bytes_avail);
1598 lha->strm.avail_in = (int)bytes_avail;
1599 lha->strm.total_in = 0;
1600 lha->strm.avail_out = 0;
1602 r = lzh_decode(&(lha->strm), bytes_avail == lha->entry_bytes_remaining);
1614 lha->entry_unconsumed = lha->strm
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-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp212 StreamString strm; local
215 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address,
217 log->PutString(strm.GetString());
266 StreamString strm; local
268 strm.Printf("Resulting unwind rows for [0x%" PRIx64 " - 0x%" PRIx64 "):",
270 unwind_plan.Dump(strm, nullptr, base_addr);
271 log->PutString(strm.GetString());
367 StreamString strm; local
368 strm.Printf(
372 context.Dump(strm, instructio
399 StreamString strm; local
481 StreamString strm; local
507 StreamString strm; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp225 StreamString strm; local
266 void Options::OutputFormattedUsageText(Stream &strm, argument
282 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) <
285 strm.Indent(actual_text.c_str());
286 strm.EOL();
290 int text_width = output_max_columns - strm.GetIndentLevel() - 1;
315 strm.EOL();
316 strm.Indent();
319 strm.Write(actual_text.c_str() + start, sub_len);
322 strm
[all...]
H A DOptionValueFileSpec.cpp42 Stream &strm, uint32_t dump_mask) {
44 strm.Printf("(%s)", GetTypeAsCString());
47 strm.PutCString(" = ");
50 strm << '"' << m_current_value.GetPath().c_str() << '"';
41 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c172 lzma_filters_update(lzma_stream *strm, const lzma_filter *filters)
174 if (strm->internal->next.update == NULL)
193 return strm->internal->next.update(strm->internal->next.coder,
194 strm->allocator, filters, reversed_filters);
208 lzma_raw_encoder(lzma_stream *strm, const lzma_filter *options)
210 lzma_next_strm_init(lzma_raw_coder_init, strm, options,
213 strm->internal->supported_actions[LZMA_RUN] = true;
214 strm->internal->supported_actions[LZMA_SYNC_FLUSH] = true;
215 strm
[all...]
H A Dcommon.h242 /// Allocates strm->internal if it is NULL, and initializes *strm and
243 /// strm->internal. This function is only called via lzma_next_strm_init macro.
244 extern lzma_ret lzma_strm_init(lzma_stream *strm);
299 /// Initializes lzma_strm and calls func() to initialize strm->internal->next.
302 /// along strm->internal.
303 #define lzma_next_strm_init(func, strm, ...) \
305 return_if_error(lzma_strm_init(strm)); \
306 const lzma_ret ret_ = func(&(strm)->internal->next, \
307 (strm)
[all...]
H A Dfilter_decoder.c149 lzma_raw_decoder(lzma_stream *strm, const lzma_filter *options)
151 lzma_next_strm_init(lzma_raw_decoder_init, strm, options);
153 strm->internal->supported_actions[LZMA_RUN] = true;
154 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dalone_encoder.c154 lzma_alone_encoder(lzma_stream *strm, const lzma_options_lzma *options)
156 lzma_next_strm_init(alone_encoder_init, strm, options);
158 strm->internal->supported_actions[LZMA_RUN] = true;
159 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dstream_encoder.c328 lzma_stream_encoder(lzma_stream *strm,
331 lzma_next_strm_init(stream_encoder_init, strm, filters, check);
333 strm->internal->supported_actions[LZMA_RUN] = true;
334 strm->internal->supported_actions[LZMA_SYNC_FLUSH] = true;
335 strm->internal->supported_actions[LZMA_FULL_FLUSH] = true;
336 strm->internal->supported_actions[LZMA_FULL_BARRIER] = true;
337 strm->internal->supported_actions[LZMA_FINISH] = true;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp61 bool show_stopped_process_status, Stream &strm) {
73 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx,
78 strm.Printf("%sarch=", properties++ > 0 ? ", " : " ( ");
79 target_arch.DumpTriple(strm.AsRawOstream());
84 strm.Printf("%splatform=%s", properties++ > 0 ? ", " : " ( ",
96 strm.Printf("%spid=%" PRIu64, properties++ > 0 ? ", " : " ( ", pid);
97 strm.Printf("%sstate=%s", properties++ > 0 ? ", " : " ( ", state_cstr);
100 strm.PutCString(" )\n");
102 strm.EOL();
109 process_sp->GetStatus(strm);
59 DumpTargetInfo(uint32_t target_idx, Target *target, const char *prefix_cstr, bool show_stopped_process_status, Stream &strm) argument
116 DumpTargetList(TargetList &target_list, bool show_stopped_process_status, Stream &strm) argument
495 Stream &strm = result.GetOutputStream(); variable
538 Stream &strm = result.GetOutputStream(); variable
1286 DumpModuleArchitecture(Stream &strm, Module *module, bool full_triple, uint32_t width) argument
1304 DumpModuleUUID(Stream &strm, Module *module) argument
1311 DumpCompileUnitLineTable(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, lldb::DescriptionLevel desc_level) argument
1342 DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1359 DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1373 DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, uint32_t width) argument
1387 DumpModuleObjfileHeaders(Stream &strm, ModuleList &module_list) argument
1416 DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm, Module *module, SortOrder sort_order, Mangled::NamePreference name_preference) argument
1426 DumpModuleSections(CommandInterpreter &interpreter, Stream &strm, Module *module) argument
1443 DumpModuleSymbolFile(Stream &strm, Module *module) argument
1453 DumpAddress(ExecutionContextScope *exe_scope, const Address &so_addr, bool verbose, Stream &strm) argument
1474 LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, uint32_t resolve_mask, lldb::addr_t raw_addr, lldb::addr_t offset, bool verbose) argument
1524 LookupSymbolInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool verbose) argument
1568 DumpSymbolContextList(ExecutionContextScope *exe_scope, Stream &strm, SymbolContextList &sc_list, bool verbose) argument
1588 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
1621 LookupTypeInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name_cstr, bool name_is_regex) argument
1668 LookupTypeHere(CommandInterpreter &interpreter, Stream &strm, Module &module, const char *name_cstr, bool name_is_regex) argument
1711 LookupFileAndLineInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, uint32_t line, bool check_inlines, bool verbose) argument
2512 StreamString strm; variable
2513 module_spec.GetUUID().Dump(&strm); variable
2537 StreamString strm; variable
2538 module_spec.GetUUID().Dump(&strm); variable
2976 Stream &strm = result.GetOutputStream(); variable
3090 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib.h101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h69 Stream *strm = pos->get(); variable
70 if (strm)
71 strm->Flush();
125 Stream *strm = pos->get(); variable
126 if (strm) {
127 const size_t bytes_written = strm->Write(s, length);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp123 Stream &strm = description.ref(); local
126 strm.Printf("[0x%16.16" PRIx64 "-0x%16.16" PRIx64 " ", load_addr,
128 strm.Printf(m_opaque_up->GetReadable() ? "R" : "-");
129 strm.Printf(m_opaque_up->GetWritable() ? "W" : "-");
130 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-");
131 strm.Printf("]");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp135 circular_raw_ostream strm; member in struct:dbgstream
138 strm(errs(), "*** Debug Log Output ***\n",
149 return thestrm.strm;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp268 StreamString strm; local
271 strm.PutCString(exc_desc);
273 strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
277 strm.Printf(" (%s=%s", code_label, code_desc);
279 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
284 strm.Printf(", %s=%s", subcode_label, subcode_desc);
286 strm.Printf(", %s=0x%" PRIx64, subcode_label, m_exc_subcode);
290 strm.PutChar(')');
292 m_description = strm.GetString();
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h63 #define ERR_RETURN(strm,err) \
64 return (strm->msg = (char*)ERR_MSG(err), (err))
269 #define ZALLOC(strm, items, size) \
270 (*((strm)->zalloc))((strm)->opaque, (items), (size))
271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/freebsd-11-stable/sys/sys/
H A Dzutil.h73 #define ERR_RETURN(strm,err) \
74 return (strm->msg = (const char*)ERR_MSG(err), (err))
226 #define ZALLOC(strm, items, size) \
227 (*((strm)->zalloc))((strm)->opaque, (items), (size))
228 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.h54 #define ERR_RETURN(strm,err) \
55 return (strm->msg = ERR_MSG(err), (err))
262 #define ZALLOC(strm, items, size) \
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp173 void PlatformOpenBSD::GetStatus(Stream &strm) { argument
174 Platform::GetStatus(strm);
186 strm.Printf(" Kernel: %s\n", un.sysname);
187 strm.Printf(" Release: %s\n", un.release);
188 strm.Printf(" Version: %s\n", un.version);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp65 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const {
75 strm.Printf("history[%u] ", entry.packet_idx);
76 entry.Dump(strm);

Completed in 365 milliseconds

123456789