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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A Dsystem.h31 #ifndef __STDC_LIMIT_MACROS
32 #define __STDC_LIMIT_MACROS macro
/macosx-10.5.8/xnu-1228.15.4/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)
171 #endif /* if C++, then __STDC_LIMIT_MACROS enables the above macros */

Completed in 15 milliseconds