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

1 2 3 4 5 6

  /external/chromium_org/build/
intsafe_workaround.h 23 #undef UINT32_MAX
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.h 22 #ifndef UINT32_MAX
23 #define UINT32_MAX ((uint32_t)-1)
  /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/icu/icu4c/source/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/lldb/include/lldb/
lldb-defines.h 15 #if !defined(UINT32_MAX)
16 #define UINT32_MAX 4294967295U
35 #define LLDB_GENERIC_ERROR UINT32_MAX
74 #define LLDB_INVALID_INDEX32 UINT32_MAX
75 #define LLDB_INVALID_IVAR_OFFSET UINT32_MAX
76 #define LLDB_INVALID_IMAGE_TOKEN UINT32_MAX
77 #define LLDB_INVALID_REGNUM UINT32_MAX
81 #define LLDB_INVALID_FRAME_ID UINT32_MAX
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 205 disassembler_sp->DecodeInstructions (Address (func_remote_addr), extractor, 0, UINT32_MAX, false, false);
  /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/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 85 #ifndef UINT32_MAX
86 #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/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 282 #undef UINT32_MAX
283 #define UINT32_MAX (4294967295U)
  /external/jemalloc/include/msvc_compat/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/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/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 126 # undef UINT32_MAX
127 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 126 # undef UINT32_MAX
127 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 126 # undef UINT32_MAX
127 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdint-gcc.h 126 # undef UINT32_MAX
127 # define UINT32_MAX __UINT32_MAX__

Completed in 1122 milliseconds

1 2 3 4 5 6