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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h498 #define __bcount(size) __notnull __byte_writableTo(size) macro
510 #define __out_bcount(size) __bcount(size) __post __valid __refparam
518 #define __out_bcount_z(size) __bcount(size) __post __valid __refparam __post __nullterminated
526 #define __out_bcount_nz(size) __bcount(size) __post __valid __refparam
541 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull
H A Dspecstrings.h558 #ifndef __bcount
559 #define __bcount(size) __notnull __byte_writableTo(size) macro
577 #define __out_bcount(size) __bcount(size) __post __valid __refparam
617 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull

Completed in 261 milliseconds