HomeSort by relevance Sort by last modified time
    Searched defs:UINT32_MAX (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/chromium_org/build/
intsafe_workaround.h 23 #undef UINT32_MAX
  /external/pixman/pixman/
pixman-compiler.h 53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff
  /external/bison/src/
system.h 34 # undef UINT32_MAX
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 176 #ifndef UINT32_MAX
178 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/icu4c/common/unicode/
umachine.h 157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 59 UINT32_MAX = (1 << 32) - 1
  /external/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 59 UINT32_MAX = (1 << 32) - 1
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 26 #undef UINT32_MAX
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 262 #undef UINT32_MAX
263 #define UINT32_MAX (4294967295U)
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 26 #undef UINT32_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 139 #define UINT32_MAX 0xffffffffU /* 4294967295U */
155 #define UINT_LEAST32_MAX UINT32_MAX
171 #define UINT_FAST32_MAX UINT32_MAX
183 #define UINTPTR_MAX UINT32_MAX
207 #define SIZE_MAX UINT32_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/chromium_org/third_party/re2/mswin/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 137 #define UINT32_MAX 4294967295U
153 #define UINT_LEAST32_MAX UINT32_MAX
169 #define UINT_FAST32_MAX UINT32_MAX
185 #define UINTPTR_MAX UINT32_MAX
210 #define SIZE_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__

Completed in 1968 milliseconds

1 2 3 4 5