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

1 2 3

  /external/llvm/include/llvm/Support/
DataTypes.h 81 #define UINT8_MAX 255
DataTypes.h.cmake 85 #define UINT8_MAX 255
120 #ifndef UINT8_MAX
121 # define UINT8_MAX 255
DataTypes.h.in 85 #define UINT8_MAX 255
120 #ifndef UINT8_MAX
121 # define UINT8_MAX 255
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 184 #ifndef UINT8_MAX
186 # define UINT8_MAX ((uint8_t)(255U))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 184 #ifndef UINT8_MAX
186 # define UINT8_MAX ((uint8_t)(255U))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 184 #ifndef UINT8_MAX
186 # define UINT8_MAX ((uint8_t)(255U))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 184 #ifndef UINT8_MAX
186 # define UINT8_MAX ((uint8_t)(255U))
  /bionic/libc/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # define UINT_FAST8_MAX UINT8_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 77 # define UINT8_MAX (255U)
78 # define UINT_LEAST8_MAX UINT8_MAX
79 # 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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/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
  /external/icu4c/common/unicode/
umachine.h 168 #ifndef UINT8_MAX
170 # define UINT8_MAX ((uint8_t)(255U))
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 23 #ifndef UINT8_MAX
24 #error UINT8_MAX defined!
test_c.c 21 #ifndef UINT8_MAX
22 #error UINT8_MAX defined!
test_no_macros.cpp 21 #ifdef UINT8_MAX
22 #error UINT8_MAX defined!
test_constant_macros.cpp 22 #ifdef UINT8_MAX
23 #error UINT8_MAX is defined!
  /external/clang/test/Preprocessor/
stdint.c     [all...]

Completed in 181 milliseconds

1 2 3