Searched defs:__deref_out_bcount_part (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h586 #define __deref_out_bcount_part(size,length) __deref_out_bcount(size) __post __deref __byte_readableTo(length) macro
588 #define __deref_out_bcount_full(size) __deref_out_bcount_part(size,size)
615 #define __deref_out_bcount_part_opt(size,length) __deref_out_bcount_part(size,length) __post __deref __exceptthat __maybenull
644 #define __deref_opt_out_bcount_part(size,length) __deref_out_bcount_part(size,length) __exceptthat __maybenull
H A Dspecstrings.h698 #ifndef __deref_out_bcount_part
699 #define __deref_out_bcount_part(size,length) __deref_out_bcount(size) __post __deref __byte_readableTo(length) macro
705 #define __deref_out_bcount_full(size) __deref_out_bcount_part(size,size)
757 #define __deref_out_bcount_part_opt(size,length) __deref_out_bcount_part(size,length) __post __deref __exceptthat __maybenull
815 #define __deref_opt_out_bcount_part(size,length) __deref_out_bcount_part(size,length) __exceptthat __maybenull

Completed in 102 milliseconds