Searched defs:UINT32_MAX (Results 1 - 25 of 33) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_pulse_linux.h23 #ifndef UINT32_MAX
24 #define UINT32_MAX ((uint32_t)-1) macro
/external/bison/src/
H A Dsystem.h34 # undef UINT32_MAX macro
H A Dscan-skel.c126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U) macro
/external/flac/include/share/
H A Dcompat.h128 # ifndef UINT32_MAX
129 # define UINT32_MAX _UI32_MAX macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h216 #ifndef UINT32_MAX
218 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 #define UINT32_MAX 4294967295U macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h92 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U macro
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/external/skia/src/ports/
H A DSkImageEncoder_WIC.cpp27 #undef UINT32_MAX macro
/external/strace/xlat/
H A Dbtrfs_key_types.h122 #if !(defined(UINT32_MAX) || (defined(HAVE_DECL_UINT32_MAX) && HAVE_DECL_UINT32_MAX))
123 # define UINT32_MAX -1U macro
176 XLAT_TYPE(uint64_t, UINT32_MAX),
/external/libpcap/
H A Dscanner.h94 #ifndef UINT32_MAX
95 #define UINT32_MAX (4294967295U) macro
/external/syslinux/com32/include/
H A Dstdint.h43 #define UINT32_MAX (4294967295U) macro
58 #define UINT_LEAST32_MAX UINT32_MAX
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h280 #undef UINT32_MAX macro
281 #define UINT32_MAX (4294967295U) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h142 #define UINT32_MAX _UI32_MAX macro
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
/external/libusb/msvc/
H A Dstdint.h139 #define UINT32_MAX 0xffffffffU /* 4294967295U */ macro
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/libvncserver/compat/msvc/
H A Dstdint.h142 #define UINT32_MAX _UI32_MAX macro
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
/external/syslinux/dos/
H A Dstdint.h71 # define UINT32_MAX (4294967295U) macro
/external/bison/darwin-lib/
H A Dstdint.h369 #undef UINT32_MAX macro
372 #define UINT32_MAX 4294967295U macro
410 #define UINT_LEAST32_MAX UINT32_MAX
495 # define UINTMAX_MAX UINT32_MAX
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc107 #ifndef UINT32_MAX
108 #define UINT32_MAX (4294967295U) macro
/external/clang/lib/Headers/
H A Dstdint.h571 # define UINT32_MAX UINT32_C(4294967295) macro
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX

Completed in 1172 milliseconds

12