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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 594 #ifndef __inout_ecount
595 #define __inout_ecount(size) __out_ecount(size) __pre __valid macro
653 #define __inout_ecount_opt(size) __inout_ecount(size) __exceptthat __maybenull
    [all...]
sal.h 528 #define __inout_ecount(size) __out_ecount(size) __pre __valid macro
535 #define __inout_ecount_z(size) __inout_ecount(size) __pre __nullterminated __post __nullterminated
538 #define __inout_ecount_nz(size) __inout_ecount(size)
567 #define __inout_ecount_opt(size) __inout_ecount(size) __exceptthat __maybenull
    [all...]

Completed in 107 milliseconds