HomeSort by relevance Sort by last modified time
    Searched defs:UINT8_MAX (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/llvm/include/llvm/Support/
DataTypes.h 86 #define UINT8_MAX 255
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 86 #define UINT8_MAX 255
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 86 #define UINT8_MAX 255
121 #ifndef UINT8_MAX
122 # define UINT8_MAX 255
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c 7 #define UINT8_MAX ~(Uint8)0
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 138 #ifndef UINT8_MAX
139 #define UINT8_MAX 0xff
787 CharC = (UINT16) (CharC - (UINT8_MAX + 1 - THRESHOLD));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 32 #define UINT8_MAX 0xff
641 CharC = (UINT16) (CharC - (UINT8_MAX + 1 - THRESHOLD));
  /external/libpcap/
scanner.h 88 #ifndef UINT8_MAX
89 #define UINT8_MAX (255U)
  /external/syslinux/com32/include/
stdint.h 41 #define UINT8_MAX (255U)
56 #define UINT_LEAST8_MAX UINT8_MAX
67 #define UINT_FAST8_MAX UINT8_MAX
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 240 static final int UINT8_MAX = 0xFF;
  /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/libusb/msvc/
stdint.h 137 #define UINT8_MAX 255
153 #define UINT_LEAST8_MAX UINT8_MAX
169 #define UINT_FAST8_MAX UINT8_MAX
  /external/libvncserver/compat/msvc/
stdint.h 140 #define UINT8_MAX _UI8_MAX
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 125 #define UINT8_MAX _UI8_MAX
139 #define UINT_LEAST8_MAX UINT8_MAX
153 #define UINT_FAST8_MAX UINT8_MAX
  /external/syslinux/dos/
stdint.h 69 # define UINT8_MAX (255U)
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 186 #define UINT8_MAX _UI8_MAX
200 #define UINT_LEAST8_MAX UINT8_MAX
214 #define UINT_FAST8_MAX UINT8_MAX
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_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/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 171 # define UINT8_MAX (255)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 106 # undef UINT8_MAX
107 # define UINT8_MAX __UINT8_MAX__

Completed in 1066 milliseconds

12 3 4