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

1 2 3

  /frameworks/av/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 136 #ifndef UINT32_MAX
137 #define UINT32_MAX 0xffffffff
  /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 36 # undef UINT32_MAX
  /external/icu4c/common/unicode/
umachine.h 185 #ifndef UINT32_MAX
187 # define UINT32_MAX ((uint32_t)(4294967295U))
  /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/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/compiler-rt/lib/asan/
asan_internal.h 78 #undef UINT32_MAX
79 #define UINT32_MAX (4294967295U)
  /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-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/linux-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/linux-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/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 173 # define UINT32_MAX (4294967295U)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 173 # define UINT32_MAX (4294967295U)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 173 # define UINT32_MAX (4294967295U)
  /bionic/libc/include/
stdint.h 113 # define UINT_FAST16_MAX UINT32_MAX
144 # define UINT32_MAX (4294967295U)
145 # define UINT_LEAST32_MAX UINT32_MAX
146 # define UINT_FAST32_MAX UINT32_MAX
213 # define UINTPTR_MAX UINT32_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 113 # define UINT_FAST16_MAX UINT32_MAX
144 # define UINT32_MAX (4294967295U)
145 # define UINT_LEAST32_MAX UINT32_MAX
146 # define UINT_FAST32_MAX UINT32_MAX
213 # define UINTPTR_MAX UINT32_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 309 #undef UINT32_MAX
312 #define UINT32_MAX 4294967295U
353 #define UINT_LEAST32_MAX UINT32_MAX
431 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 113 # define UINT_FAST16_MAX UINT32_MAX
144 # define UINT32_MAX (4294967295U)
145 # define UINT_LEAST32_MAX UINT32_MAX
146 # define UINT_FAST32_MAX UINT32_MAX
213 # define UINTPTR_MAX UINT32_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 113 # define UINT_FAST16_MAX UINT32_MAX
144 # define UINT32_MAX (4294967295U)
145 # define UINT_LEAST32_MAX UINT32_MAX
146 # define UINT_FAST32_MAX UINT32_MAX
213 # define UINTPTR_MAX UINT32_MAX
254 # define UINTMAX_MAX UINT32_MAX

Completed in 2425 milliseconds

1 2 3