Searched refs:__deref_inout_bcount (Results 1 - 2 of 2) sorted by path

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h598 #define __deref_inout_bcount(size) __deref_inout __pre __deref __byte_writableTo(size) __post __deref __byte_writableTo(size) macro
600 #define __deref_inout_bcount_part(size,length) __deref_inout_bcount(size) __pre __deref __byte_readableTo(length) __post __deref __byte_readableTo(length)
626 #define __deref_inout_bcount_opt(size) __deref_inout_bcount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
649 #define __deref_opt_inout_bcount(size) __deref_inout_bcount(size) __exceptthat __maybenull
H A Dspecstrings.h713 #ifndef __deref_inout_bcount
714 #define __deref_inout_bcount(size) __deref_inout __pre __deref __byte_writableTo(size) __post __deref __byte_writableTo(size) macro
720 #define __deref_inout_bcount_part(size,length) __deref_inout_bcount(size) __pre __deref __byte_readableTo(length) __post __deref __byte_readableTo(length)
772 #define __deref_inout_bcount_opt(size) __deref_inout_bcount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
830 #define __deref_opt_inout_bcount(size) __deref_inout_bcount(size) __exceptthat __maybenull

Completed in 202 milliseconds