HomeSort by relevance Sort by last modified time
    Searched refs:UINT8_MAX (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
DataTypes.h 86 #define UINT8_MAX 255
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255
  /external/bison/lib/
bitrotate.h 117 return ((x << n) | (x >> (8 - n))) & UINT8_MAX;
128 return ((x >> n) | (x << (8 - n))) & UINT8_MAX;
inttypes.in.h 89 # 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
stdint.in.h 354 #undef UINT8_MAX
357 #define UINT8_MAX 255
395 #define UINT_LEAST8_MAX UINT8_MAX
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U))
  /external/icu/icu4c/source/common/unicode/
umachine.h 149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U))
  /development/ndk/platforms/android-3/include/
stdint.h 69 # define UINT8_MAX (255)
70 # define UINT_LEAST8_MAX UINT8_MAX
71 # define UINT_FAST8_MAX UINT8_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 137 #define UINT8_MAX 255
153 #define UINT_LEAST8_MAX UINT8_MAX
169 #define UINT_FAST8_MAX UINT8_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 140 #define UINT8_MAX _UI8_MAX
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 140 #define UINT8_MAX _UI8_MAX
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
  /external/mesa3d/include/c99/
stdint.h 140 #define UINT8_MAX _UI8_MAX
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 44 const uint8 kuint8max = UINT8_MAX;
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 33 const uint8 kuint8max = UINT8_MAX;
  /bionic/libc/include/
stdint.h 160 #define UINT8_MAX (255)
161 #define UINT_LEAST8_MAX UINT8_MAX
162 #define UINT_FAST8_MAX UINT8_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 160 #define UINT8_MAX (255)
161 #define UINT_LEAST8_MAX UINT8_MAX
162 #define UINT_FAST8_MAX UINT8_MAX
  /external/bison/darwin-lib/
stdint.h 355 #undef UINT8_MAX
358 #define UINT8_MAX 255
396 #define UINT_LEAST8_MAX UINT8_MAX
inttypes.h 401 # 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
    [all...]
  /external/bison/src/
system.h 31 # undef UINT8_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 303 #ifndef UINT8_MAX
304 # define UINT8_MAX 0xff
307 # if (UCHAR_MAX == UINT8_MAX) || defined (S_SPLINT_S)
592 # define UINT_LEAST8_MAX UINT8_MAX
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.c 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX))
libip6t_icmp6.c 129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
libipt_icmp.c 153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
  /external/libnl/lib/route/sch/
htb.c 295 if (opts.rate.cell_log == UINT8_MAX)
304 if (opts.ceil.cell_log == UINT8_MAX)
417 d->ch_rate.rs_cell_log = UINT8_MAX; /* use default value */
433 d->ch_ceil.rs_cell_log = UINT8_MAX; /* use default value */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 79 #ifndef UINT8_MAX
80 #define UINT8_MAX (255U)

Completed in 465 milliseconds

1 2 3