Searched refs:__out_bcount (Results 1 - 3 of 3) sorted by path

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h4520 __out_bcount(bufferSize) BYTE* alphaValues,
H A Dsal.h510 #define __out_bcount(size) __bcount(size) __post __valid __refparam macro
512 #define __out_bcount_part(size,length) __out_bcount(size) __post __byte_readableTo(length)
529 #define __inout_bcount(size) __out_bcount(size) __pre __valid
553 #define __out_bcount_opt(size) __out_bcount(size) __exceptthat __maybenull
H A Dspecstrings.h163 // <expr> is true, this acts like __out_bcount. If <expr> is false, this acts
576 #ifndef __out_bcount
577 #define __out_bcount(size) __bcount(size) __post __valid __refparam macro
583 #define __out_bcount_part(size,length) __out_bcount(size) __post __byte_readableTo(length)
598 #define __inout_bcount(size) __out_bcount(size) __pre __valid
635 #define __out_bcount_opt(size) __out_bcount(size) __exceptthat __maybenull

Completed in 315 milliseconds