Searched defs:UINT32_C (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xar-254/xar/lib/
H A Dlzmaxar.c58 #define UINT32_C(v) (v ## U) /* from <stdint.h> normally */ macro
/macosx-10.10/Libc-1044.1.2/include/
H A Dstdint.h196 #define UINT32_C(v) (v ## U) macro
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h249 #define UINT32_C(val) (val##i32) macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstdint_.h468 #undef UINT32_C macro
470 #define UINT32_C(x) x ## U macro
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dstdint_.h978 #undef UINT32_C macro
982 # define UINT32_C(x) x macro
984 # define UINT32_C(x) x##U macro
987 # define UINT32_C(x) x macro
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h205 #define UINT32_C(v) (v ## U) macro
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h826 #define UINT32_C( value ) value ## UL macro

Completed in 198 milliseconds