Searched refs:__STDC_LIMIT_MACROS (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A Dsystem.h31 #ifndef __STDC_LIMIT_MACROS
32 #define __STDC_LIMIT_MACROS macro
/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A Dstdint.h72 * __STDC_LIMIT_MACROS is defined before <stdint.h> is included."
73 * In other words, if C++, then __STDC_LIMIT_MACROS enables the
77 #if (! defined(__cplusplus)) || defined(__STDC_LIMIT_MACROS)
173 #endif /* if C++, then __STDC_LIMIT_MACROS enables the above macros */

Completed in 24 milliseconds