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

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/Support/
DataTypes.h 86 #define UINT8_MAX 255
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 86 #define UINT8_MAX 255
102 #define UINT_LEAST8_MAX UINT8_MAX
118 #define UINT_FAST8_MAX UINT8_MAX
  /external/bison/lib/
bitrotate.h 117 return ((x << n) | (x >> (8 - n))) & UINT8_MAX;
128 return ((x >> n) | (x << (8 - n))) & 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
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableEnum.java 44 private static final int UINT8_MAX = (1 << Byte.SIZE) - 1;
45 private static final int UINT8_MASK = UINT8_MAX;
65 if (enumValue < UINT8_MIN || enumValue > 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

Completed in 517 milliseconds

1 2 3 4 5 6 7 8