Searched defs:UINT8_MAX (Results 1 - 21 of 21) sorted by relevance

/external/bison/src/
H A Dsystem.h31 # undef UINT8_MAX macro
H A Dscan-skel.c120 #ifndef UINT8_MAX
121 #define UINT8_MAX (255U) macro
H A Dscan-code.c120 #ifndef UINT8_MAX
121 #define UINT8_MAX (255U) macro
H A Dscan-gram.c120 #ifndef UINT8_MAX
121 #define UINT8_MAX (255U) macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h183 #ifndef UINT8_MAX
185 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/libdivsufsort/include/
H A Ddivsufsort_private.h86 #if !defined(UINT8_MAX)
87 # define UINT8_MAX (255) macro
88 #endif /* UINT8_MAX */
93 # define ALPHABET_SIZE (UINT8_MAX + 1)
/external/llvm/include/llvm/Support/
H A DDataTypes.h86 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255 macro
/external/tlsdate/src/
H A Dproxy-bio-plan9.c33 #ifndef UINT8_MAX
34 #define UINT8_MAX (255) macro
143 if (strlen(ctx->host) == UINT8_MAX + 1)
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp24 #undef UINT8_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/external/libvncserver/compat/msvc/
H A Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/external/mesa3d/include/c99/
H A Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h111 #define UINT8_MAX _UI8_MAX macro
125 #define UINT_LEAST8_MAX UINT8_MAX
139 #define UINT_FAST8_MAX UINT8_MAX
/external/bison/darwin-lib/
H A Dstdint.h355 #undef UINT8_MAX macro
358 #define UINT8_MAX 255 macro
396 #define UINT_LEAST8_MAX UINT8_MAX
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc101 #ifndef UINT8_MAX
102 #define UINT8_MAX (255U) macro
/external/clang/lib/Headers/
H A Dstdint.h637 # define UINT8_MAX UINT8_C(255) macro
640 # define __UINT_LEAST8_MAX UINT8_MAX
/external/libpcap/
H A Dscanner.c99 #ifndef UINT8_MAX
100 #define UINT8_MAX (255U) macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdint.h637 # define UINT8_MAX UINT8_C(255) macro
640 # define __UINT_LEAST8_MAX UINT8_MAX
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 326 milliseconds