Home
last modified time | relevance | path

Searched refs:__out (Results 1 – 4 of 4) sorted by relevance

/external/blktrace/btt/
Dtrace_complete.c23 static inline void __out(FILE *ofp, __u64 tm, enum iop_type type, in __out() function
38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0); in display_io_track()
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
47 __out(ofp, iop->d_time, IOP_D, iop->d_sec, iop->d_nsec, 1); in display_io_track()
48 __out(ofp, iop->c_time, IOP_C, iop->c_sec, iop->c_nsec, 1); in display_io_track()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
Devalcontext.py58 self.__out = out
64 sys.stdout = self.__out
/external/libcxx/include/
Dregex5339 format(_OutputIter __out, const char_type* __fmt_first,
5345 format(_OutputIter __out, const basic_string<char_type, _ST, _SA>& __fmt,
5347 {return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), __flags);}
5459 match_results<_BidirectionalIterator, _Allocator>::format(_OutputIter __out,
5468 __out = _VSTD::copy(__matches_[0].first, __matches_[0].second,
5469 __out);
5476 __out = _VSTD::copy(__matches_[__i].first,
5477 __matches_[__i].second, __out);
5481 *__out = *__fmt_first;
5482 ++__out;
[all …]
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp12 …__stdcall *FuncType_DWriteCreateFactory)(__in DWRITE_FACTORY_TYPE, __in REFIID, __out IUnknown **);