HomeSort by relevance Sort by last modified time
    Searched defs:UINT32_MAX (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.h 22 #ifndef UINT32_MAX
23 #define UINT32_MAX ((uint32_t)-1)
  /external/bison/src/
system.h 34 # undef UINT32_MAX
scan-skel.c 126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/icu/icu4c/source/common/unicode/
umachine.h 157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 59 UINT32_MAX = (1 << 32) - 1
  /external/lldb/include/lldb/
lldb-defines.h 15 #if !defined(UINT32_MAX)
16 #define UINT32_MAX 4294967295U
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/lldb/source/Expression/
IRExecutionUnit.cpp 205 disassembler_sp->DecodeInstructions (Address (func_remote_addr), extractor, 0, UINT32_MAX, false, false);
  /external/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 26 #undef UINT32_MAX
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 85 #ifndef UINT32_MAX
86 #define UINT32_MAX (4294967295U)
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 139 #define UINT32_MAX 0xffffffffU /* 4294967295U */
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/
stdint.h 142 #define UINT32_MAX _UI32_MAX
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/
sanitizer_internal_defs.h 282 #undef UINT32_MAX
283 #define UINT32_MAX (4294967295U)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /bionic/libc/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
183 #define UINT_LEAST32_MAX UINT32_MAX
184 #define UINT_FAST32_MAX UINT32_MAX
205 # define WINT_MAX UINT32_MAX
222 # define UINTPTR_MAX UINT32_MAX
225 # define SIZE_MAX UINT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
205 # define UINTPTR_MAX UINT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
  /external/bison/darwin-lib/
stdint.h 369 #undef UINT32_MAX
372 #define UINT32_MAX 4294967295U
410 #define UINT_LEAST32_MAX UINT32_MAX
495 # define UINTMAX_MAX UINT32_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX))
275 # if !defined (UINT32_MAX)
276 # define UINT32_MAX 4294967295UL
375 #ifndef UINT32_MAX
376 # define UINT32_MAX (0xffffffffUL)
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++/
calc++-scanner.cc 107 #ifndef UINT32_MAX
108 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 93 #ifndef UINT32_MAX
94 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 105 #ifndef UINT32_MAX
106 #define UINT32_MAX (4294967295U)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
    [all...]

Completed in 833 milliseconds

1 2