HomeSort by relevance Sort by last modified time
    Searched defs:__out (Results 1 - 8 of 8) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
driverspecs.h 22 #define __out macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 88 _OutputIterator __out = __result; local
96 *__out++ = *__first;
104 *__out++ = *__iter;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 88 _OutputIterator __out = __result; local
96 *__out++ = *__first;
104 *__out++ = *__iter;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
unique_copy.h 88 _OutputIterator __out = __result; local
96 *__out++ = *__first;
104 *__out++ = *__iter;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
unique_copy.h 88 _OutputIterator __out = __result; local
96 *__out++ = *__first;
104 *__out++ = *__iter;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
sal.h 121 __out int *piRet -- A pointer whose dereference will be filled in.
508 #define __out __ecount(1) __post __valid __refparam macro
551 #define __out_opt __out __exceptthat __maybenull
    [all...]
specstrings.h 114 // __out int *piRet // A pointer whose dereference will be filled in.
570 #ifndef __out
571 #define __out __ecount(1) __post __valid __refparam macro
629 #define __out_opt __out __exceptthat __maybenull
    [all...]

Completed in 1047 milliseconds