Home
last modified time | relevance | path

Searched refs:UINT_LEAST8_MAX (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Preprocessor/
Dstdint.c1431 UINT_LEAST8_MAX_ UINT_LEAST8_MAX
/external/bison/darwin-lib/
Dstdint.h393 #undef UINT_LEAST8_MAX
396 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/bison/lib/
Dstdint.in.h392 #undef UINT_LEAST8_MAX
395 #define UINT_LEAST8_MAX UINT8_MAX
/external/libcxx/include/
Dcstdint44 UINT_LEAST8_MAX
Dmodule.modulemap196 …INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MA…
/external/opencv3/3rdparty/include/
Dmsc_stdint.h125 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h154 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/mesa3d/include/c99/
Dstdint.h154 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h154 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp95 #ifndef UINT_LEAST8_MAX
96 #error UINT_LEAST8_MAX not defined
/external/bison/m4/
Dstdint.m4124 uint_least8_t d1max = UINT_LEAST8_MAX;
200 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
/external/clang/lib/Headers/
Dstdint.h646 # define UINT_LEAST8_MAX __UINT_LEAST8_MAX macro
/external/libexif/m4m/
Dstdint.m4696 # define UINT_LEAST8_MAX UINT8_MAX
/external/libmtp/m4/
Dstdint.m4694 # define UINT_LEAST8_MAX UINT8_MAX
/external/bison/
Dconfigure14249 uint_least8_t d1max = UINT_LEAST8_MAX;
14325 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;