HomeSort by relevance Sort by last modified time
    Searched defs:__out (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btt/
trace_complete.c 23 static inline void __out(FILE *ofp, __u64 tm, enum iop_type type, function
38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1);
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
47 __out(ofp, iop->d_time, IOP_D, iop->d_sec, iop->d_nsec, 1);
48 __out(ofp, iop->c_time, IOP_C, iop->c_sec, iop->c_nsec, 1);
  /external/libcxx/test/support/
nasty_macros.hpp 59 #define __out NASTY_MACRO macro

Completed in 124 milliseconds