Searched defs:UINT32_MAX (Results 1 - 25 of 37) sorted by path

12

/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/bison/src/
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
H A Dscan-skel.c126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U) macro
H A Dsystem.h34 # undef UINT32_MAX macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp93 #ifndef UINT32_MAX
94 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp105 #ifndef UINT32_MAX
106 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/chromium_org/third_party/libusb/src/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U) macro
H A Dglsl_lexer.cc83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U) macro
H A Dlex.yy.c83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp26 #undef UINT32_MAX macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX))
275 # if !defined (UINT32_MAX)
276 # define UINT32_MAX 4294967295UL macro
375 #ifndef UINT32_MAX
376 # define UINT32_MAX (0xffffffffUL) macro
381 #if (UINT_MAX == UINT32_MAX) && !defined (S_SPLINT_S)
387 #elif (ULONG_MAX == UINT32_MAX) || defined (S_SPLINT_S)
393 #elif (USHRT_MAX == UINT32_MAX)
562 # define UINTMAX_MAX UINT32_MAX
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_pulse_linux.h22 #ifndef UINT32_MAX
23 #define UINT32_MAX ((uint32_t)-1) 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h282 #undef UINT32_MAX macro
283 #define UINT32_MAX (4294967295U) macro
/external/elfutils/0.153/libcpu/
H A Di386_lex.c102 #ifndef UINT32_MAX
103 #define UINT32_MAX (4294967295U) macro
/external/elfutils/0.153/src/
H A Dldlex.c103 #ifndef UINT32_MAX
104 #define UINT32_MAX (4294967295U) macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(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/libpcap/
H A Dscanner.c102 #ifndef UINT32_MAX
103 #define UINT32_MAX (4294967295U) macro

Completed in 805 milliseconds

12