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

1 2 3 4 5 6

  /external/chromium_org/build/
intsafe_workaround.h 19 #undef UINT8_MAX
  /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;
  /external/icu4c/common/unicode/
umachine.h 149 #ifndef UINT8_MAX
151 # define UINT8_MAX ((uint8_t)(255U))
  /bionic/libc/include/
stdint.h 69 # define UINT8_MAX (255)
70 # define UINT_LEAST8_MAX UINT8_MAX
71 # define UINT_FAST8_MAX UINT8_MAX
  /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/chromium_org/third_party/re2/mswin/
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
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 135 #define UINT8_MAX 255
151 #define UINT_LEAST8_MAX UINT8_MAX
167 #define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 82 # define UINT8_MAX (255U)
83 # define UINT_LEAST8_MAX UINT8_MAX
84 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX

Completed in 1172 milliseconds

1 2 3 4 5 6