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

/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
H A Dscan-code.c126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U) macro
H A Dscan-gram.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.h191 #ifndef UINT32_MAX
193 # define UINT32_MAX ((uint32_t)(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 DSkImageDecoder_WIC.cpp28 #undef UINT32_MAX macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h276 #undef UINT32_MAX macro
277 #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/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/mesa3d/include/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/opencv3/3rdparty/include/
H A Dmsc_stdint.h113 #define UINT32_MAX _UI32_MAX macro
127 #define UINT_LEAST32_MAX UINT32_MAX
141 #define UINT_FAST32_MAX UINT32_MAX
152 # define UINTPTR_MAX UINT32_MAX
/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
/external/libpcap/
H A Dscanner.c105 #ifndef UINT32_MAX
106 #define UINT32_MAX (4294967295U) macro

Completed in 249 milliseconds