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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h530 #define __inout_ecount_part(size,length) __out_ecount_part(size,length) __pre __valid __pre __elem_readableTo(length) macro
532 #define __inout_ecount_full(size) __inout_ecount_part(size,size)
569 #define __inout_ecount_part_opt(size,length) __inout_ecount_part(size,length) __exceptthat __maybenull
H A Dspecstrings.h600 #ifndef __inout_ecount_part
601 #define __inout_ecount_part(size,length) __out_ecount_part(size,length) __pre __valid __pre __elem_readableTo(length) macro
607 #define __inout_ecount_full(size) __inout_ecount_part(size,size)
659 #define __inout_ecount_part_opt(size,length) __inout_ecount_part(size,length) __exceptthat __maybenull

Completed in 177 milliseconds