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

12

/external/chromium_org/build/
H A Dintsafe_workaround.h23 #undef UINT32_MAX macro
/external/pixman/pixman/
H A Dpixman-compiler.h53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U) 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/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h176 #ifndef UINT32_MAX
178 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/icu4c/common/unicode/
H A Dumachine.h157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/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/protobuf/python/google/protobuf/internal/
H A Dwire_format.py59 UINT32_MAX = (1 << 32) - 1 variable
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h262 #undef UINT32_MAX macro
263 #define UINT32_MAX (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/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/re2/mswin/
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/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/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
379 #if (ULONG_MAX == UINT32_MAX) || defined (S_SPLINT_S)
385 #elif (UINT_MAX == UINT32_MAX)
391 #elif (USHRT_MAX == UINT32_MAX)
558 # define UINTMAX_MAX UINT32_MAX
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc107 #ifndef UINT32_MAX
108 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp106 #ifndef UINT32_MAX
107 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DTokenizer.cpp94 #ifndef UINT32_MAX
95 #define UINT32_MAX (4294967295U) macro
/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/clang/lib/Headers/
H A Dstdint.h572 # define UINT32_MAX UINT32_C(4294967295) macro
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
/external/clang/lib/include/
H A Dstdint.h572 # define UINT32_MAX UINT32_C(4294967295) macro
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
/external/elfutils/libcpu/
H A Di386_lex.c102 #ifndef UINT32_MAX
103 #define UINT32_MAX (4294967295U) macro

Completed in 958 milliseconds

12