Searched refs:UINT8_MAX (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/build/
H A Dintsafe_workaround.h19 #undef UINT8_MAX macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h86 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255 macro
H A DDataTypes.h.cmake112 #ifndef UINT8_MAX
113 # define UINT8_MAX 255
H A DDataTypes.h.in110 #ifndef UINT8_MAX
111 # define UINT8_MAX 255
/external/bison/lib/
H A Dbitrotate.h117 return ((x << n) | (x >> (8 - n))) & UINT8_MAX;
128 return ((x >> n) | (x << (8 - n))) & UINT8_MAX;
H A Dinttypes.in.h89 # ifdef UINT8_MAX
95 # ifdef UINT8_MAX
101 # ifdef UINT8_MAX
107 # ifdef UINT8_MAX
600 # ifdef UINT8_MAX
606 # ifdef UINT8_MAX
612 # ifdef UINT8_MAX
H A Dstdint.in.h354 #undef UINT8_MAX
357 #define UINT8_MAX 255
395 #define UINT_LEAST8_MAX UINT8_MAX
/external/icu4c/common/unicode/
H A Dumachine.h149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U)) 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/chromium_org/third_party/re2/mswin/
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/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h168 #ifndef UINT8_MAX
170 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/clang/test/Preprocessor/
H A Dstdint.c999 UINT8_MAX_ UINT8_MAX
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h33 const uint8 kuint8max = 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
H A Dinttypes.h401 # ifdef UINT8_MAX
407 # ifdef UINT8_MAX
413 # ifdef UINT8_MAX
419 # ifdef UINT8_MAX
912 # ifdef UINT8_MAX
918 # ifdef UINT8_MAX
924 # ifdef UINT8_MAX
/external/bison/src/
H A Dsystem.h31 # undef UINT8_MAX macro
/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)
588 # define UINT_LEAST8_MAX UINT8_MAX
/external/iptables/extensions/
H A Dlibxt_TCPOPTSTRIP.c75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX))
H A Dlibip6t_icmp6.c129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
H A Dlibipt_icmp.c153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
H A Dlibip6t_mh.c98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX))
H A Dlibxt_dccp.c55 .min = 1, .max = UINT8_MAX, .flags = XTOPT_PUT,
/external/bison/linux-lib/
H A Dinttypes.h401 # ifdef UINT8_MAX
407 # ifdef UINT8_MAX
413 # ifdef UINT8_MAX
419 # ifdef UINT8_MAX
912 # ifdef UINT8_MAX
918 # ifdef UINT8_MAX
924 # ifdef UINT8_MAX

Completed in 448 milliseconds

12