Searched refs:__out (Results 1 - 5 of 5) sorted by last modified time

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h637 __out IDWriteFontFileStream** fontFileStream
661 __out UINT32* filePathLength
695 __out FILETIME* lastWriteTime
722 __out void** fragmentContext
747 __out UINT64* fileSize
761 __out UINT64* lastWriteTime
781 __out UINT32* fontFileReferenceKeySize
792 __out IDWriteFontFileLoader** fontFileLoader
815 __out BOOL* isSupportedFontType,
816 __out DWRITE_FONT_FILE_TYP
[all...]
H A Dsal.h121 __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
H A Dspecstrings.h114 // __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
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp12 typedef HRESULT (__stdcall *FuncType_DWriteCreateFactory)(__in DWRITE_FACTORY_TYPE, __in REFIID, __out IUnknown **);
/external/blktrace/btt/
H A Dtrace_complete.c23 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);

Completed in 114 milliseconds