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/grub/netboot/
Dlinux-asm-io.h69 extern void __out##s(unsigned x value, unsigned short port); \
70 extern inline void __out##s(unsigned x value, unsigned short port) {
/external/skia/src/ports/
DSkFontHost_win_dw.cpp78 __out IUnknown **factory
/external/stlport/etc/
DChangeLog-5.13893 of __in and __out keywords reserved by Microsoft.
4282 _time_facets.c: Replaced occurences of __in and __out reserved by Microsoft.
4548 * stlport/stl/_sstream.h, _num_put.c: __in replaced by __imode, __out
4549 by __omode or __oi due to MS privatize __in and __out. Thanks Michael Fink.