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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
driverspecs.h 20 #define __in_ecount(Size) macro
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
specstrings.h 169 // like __in_ecount. This should only be used to annotate old APIs.
564 #ifndef __in_ecount
565 #define __in_ecount(size) __in __pre __elem_readableTo(size) macro
623 #define __in_ecount_opt(size) __in_ecount(size) __exceptthat __maybenull
    [all...]
sal.h 500 #define __in_ecount(size) __in __pre __elem_readableTo(size) macro
503 #define __in_ecount_z(size) __in_ecount(size) __pre __nullterminated
506 #define __in_ecount_nz(size) __in_ecount(size)
543 #define __in_ecount_opt(size) __in_ecount(size) __exceptthat __maybenull
    [all...]

Completed in 80 milliseconds