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

12

/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
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/lldb/include/lldb/Core/
H A DRegisterValue.h164 GetAsUInt8 (uint8_t fail_value = UINT8_MAX, bool *success_ptr = NULL) const argument
/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/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp22 #undef UINT8_MAX macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h79 #ifndef UINT8_MAX
80 #define UINT8_MAX (255U) macro
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp22 #undef UINT8_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h137 #define UINT8_MAX 255 macro
153 #define UINT_LEAST8_MAX UINT8_MAX
169 #define UINT_FAST8_MAX UINT8_MAX
/external/chromium_org/third_party/mesa/src/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/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/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/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/chromium_org/third_party/smhasher/src/
H A Dpstdint.h303 #ifndef UINT8_MAX
304 # define UINT8_MAX 0xff macro
307 # if (UCHAR_MAX == UINT8_MAX) || defined (S_SPLINT_S)
592 # 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/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp87 #ifndef UINT8_MAX
88 #define UINT8_MAX (255U) macro
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp99 #ifndef UINT8_MAX
100 #define UINT8_MAX (255U) macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
H A Dglsl_lexer.cc77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
H A Dlex.yy.c77 #ifndef UINT8_MAX
78 #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/elfutils/0.153/libcpu/
H A Di386_lex.c96 #ifndef UINT8_MAX
97 #define UINT8_MAX (255U) macro
/external/elfutils/0.153/src/
H A Dldlex.c97 #ifndef UINT8_MAX
98 #define UINT8_MAX (255U) macro
/external/libpcap/
H A Dscanner.c96 #ifndef UINT8_MAX
97 #define UINT8_MAX (255U) macro

Completed in 484 milliseconds

12