HomeSort by relevance Sort by last modified time
    Searched refs:__inout_bcount_part (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 603 #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
    [all...]
sal.h 531 #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
    [all...]

Completed in 72 milliseconds