Home
last modified time | relevance | path

Searched refs:UINT_LEAST32_MAX (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Preprocessor/
Dstdint.c1451 UINT_LEAST32_MAX_ UINT_LEAST32_MAX
/external/syslinux/dos/
Dstdint.h86 # define UINT_LEAST32_MAX (4294967295U) macro
/external/bison/darwin-lib/
Dstdint.h407 #undef UINT_LEAST32_MAX
410 #define UINT_LEAST32_MAX UINT32_MAX macro
/external/syslinux/com32/include/
Dstdint.h58 #define UINT_LEAST32_MAX UINT32_MAX macro
/external/bison/lib/
Dstdint.in.h406 #undef UINT_LEAST32_MAX
409 #define UINT_LEAST32_MAX UINT32_MAX
/external/libcxx/include/
Dcstdint46 UINT_LEAST32_MAX
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h156 #define UINT_LEAST32_MAX UINT32_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h156 #define UINT_LEAST32_MAX UINT32_MAX macro
/external/libusb/msvc/
Dstdint.h155 #define UINT_LEAST32_MAX UINT32_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp103 #ifndef UINT_LEAST32_MAX
104 #error UINT_LEAST32_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp103 #ifndef UINT_LEAST32_MAX
104 #error UINT_LEAST32_MAX not defined
/external/bison/m4/
Dstdint.m4128 uint_least32_t d3max = UINT_LEAST32_MAX;
202 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
/external/clang/lib/Headers/
Dstdint.h586 # define UINT_LEAST32_MAX __UINT_LEAST32_MAX macro
/external/libmtp/m4/
Dstdint.m4696 # define UINT_LEAST32_MAX UINT32_MAX
/external/libexif/m4m/
Dstdint.m4698 # define UINT_LEAST32_MAX UINT32_MAX
/external/bison/
Dconfigure14253 uint_least32_t d3max = UINT_LEAST32_MAX;
14327 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;