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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h531 #define __inout_bcount_part(size,length) __out_bcount_part(size,length) __pre __valid __pre __byte_readableTo(length) macro
533 #define __inout_bcount_full(size) __inout_bcount_part(size,size)
570 #define __inout_bcount_part_opt(size,length) __inout_bcount_part(size,length) __exceptthat __maybenull
H A Dspecstrings.h603 #ifndef __inout_bcount_part
604 #define __inout_bcount_part(size,length) __out_bcount_part(size,length) __pre __valid __pre __byte_readableTo(length) macro
610 #define __inout_bcount_full(size) __inout_bcount_part(size,size)
662 #define __inout_bcount_part_opt(size,length) __inout_bcount_part(size,length) __exceptthat __maybenull

Completed in 169 milliseconds