Searched defs:__inout_bcount (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h529 #define __inout_bcount(size) __out_bcount(size) __pre __valid macro
536 #define __inout_bcount_z(size) __inout_bcount(size) __pre __nullterminated __post __nullterminated
539 #define __inout_bcount_nz(size) __inout_bcount(size)
568 #define __inout_bcount_opt(size) __inout_bcount(size) __exceptthat __maybenull
H A Dspecstrings.h597 #ifndef __inout_bcount
598 #define __inout_bcount(size) __out_bcount(size) __pre __valid macro
656 #define __inout_bcount_opt(size) __inout_bcount(size) __exceptthat __maybenull

Completed in 58 milliseconds