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

12

/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/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h26 OptionValueDictionary (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = true) : argument
H A DOptionValueArray.h26 OptionValueArray (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) : argument
/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.h157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/icu/icu4c/source/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/lldb/include/lldb/
H A Dlldb-defines.h15 #if !defined(UINT32_MAX)
16 #define UINT32_MAX 4294967295U macro
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/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/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp26 #undef UINT32_MAX macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h85 #ifndef UINT32_MAX
86 #define UINT32_MAX (4294967295U) macro
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp26 #undef UINT32_MAX 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h282 #undef UINT32_MAX macro
283 #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/lldb/source/Expression/
H A DIRExecutionUnit.cpp205 disassembler_sp->DecodeInstructions (Address (func_remote_addr), extractor, 0, UINT32_MAX, false, false); local
/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
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/bison/examples/calc++/
H A Dcalc++-scanner.cc107 #ifndef UINT32_MAX
108 #define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp93 #ifndef UINT32_MAX
94 #define UINT32_MAX (4294967295U) macro

Completed in 551 milliseconds

12