Searched refs:UINT32_MAX (Results 1 - 25 of 85) sorted by relevance

1234

/external/qemu/
H A Dtargphys.h12 #define TARGET_PHYS_ADDR_MAX UINT32_MAX
/external/llvm/unittests/Support/
H A DBlockFrequencyTest.cpp13 BranchProbability Prob(UINT32_MAX - 1, UINT32_MAX);
20 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
34 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
50 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
97 BranchProbability BigZero(0, UINT32_MAX);
98 BranchProbability BigOne(UINT32_MAX, UINT32_MA
[all...]
/external/chromium_org/build/
H A Dintsafe_workaround.h23 #undef UINT32_MAX macro
/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp36 assert(MBB->succ_size() < UINT32_MAX);
46 if (Sum <= UINT32_MAX)
51 assert((Sum / UINT32_MAX) < UINT32_MAX);
52 Scale = (Sum / UINT32_MAX) + 1;
59 assert(Sum <= UINT32_MAX);
/external/bison/lib/
H A Dinttypes.in.h161 # ifdef UINT32_MAX
167 # ifdef UINT32_MAX
173 # ifdef UINT32_MAX
179 # ifdef UINT32_MAX
345 # if UINT_FAST8_MAX > UINT32_MAX
353 # if UINT_FAST8_MAX > UINT32_MAX
361 # if UINT_FAST8_MAX > UINT32_MAX
369 # if UINT_FAST8_MAX > UINT32_MAX
393 # if UINT_FAST16_MAX > UINT32_MAX
401 # if UINT_FAST16_MAX > UINT32_MAX
[all...]
H A Dbitrotate.h57 return ((x << n) | (x >> (32 - n))) & UINT32_MAX;
66 return ((x >> n) | (x << (32 - n))) & UINT32_MAX;
H A Dstdint.in.h368 #undef UINT32_MAX
371 #define UINT32_MAX 4294967295U
409 #define UINT_LEAST32_MAX UINT32_MAX
494 # define UINTMAX_MAX 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/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/bison/darwin-lib/
H A Dinttypes.h473 # ifdef UINT32_MAX
479 # ifdef UINT32_MAX
485 # ifdef UINT32_MAX
491 # ifdef UINT32_MAX
657 # if UINT_FAST8_MAX > UINT32_MAX
665 # if UINT_FAST8_MAX > UINT32_MAX
673 # if UINT_FAST8_MAX > UINT32_MAX
681 # if UINT_FAST8_MAX > UINT32_MAX
705 # if UINT_FAST16_MAX > UINT32_MAX
713 # if UINT_FAST16_MAX > UINT32_MAX
[all...]
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/linux-lib/
H A Dinttypes.h473 # ifdef UINT32_MAX
479 # ifdef UINT32_MAX
485 # ifdef UINT32_MAX
491 # ifdef UINT32_MAX
657 # if UINT_FAST8_MAX > UINT32_MAX
665 # if UINT_FAST8_MAX > UINT32_MAX
673 # if UINT_FAST8_MAX > UINT32_MAX
681 # if UINT_FAST8_MAX > UINT32_MAX
705 # if UINT_FAST16_MAX > UINT32_MAX
713 # if UINT_FAST16_MAX > UINT32_MAX
[all...]
/external/llvm/lib/Support/
H A DBlockFrequency.cpp23 uint64_t u0 = freq & UINT32_MAX;
71 uint64_t MulLo = (Frequency & UINT32_MAX) * N;
76 if (MulHi <= UINT32_MAX && MulRes >= MulLo) {
/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/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/icu4c/common/unicode/
H A Dumachine.h157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/iptables/extensions/
H A Dlibxt_CONNMARK.c133 info->ctmask = UINT32_MAX;
134 info->nfmask = UINT32_MAX;
270 if (info->nfmask == UINT32_MAX && info->ctmask == UINT32_MAX)
279 if (info->ctmask == UINT32_MAX && info->nfmask == UINT32_MAX)
H A Dlibxt_SET.c302 info->timeout = UINT32_MAX;
327 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
330 "or out of range 0-%u", UINT32_MAX - 1);
347 if (info->timeout != UINT32_MAX)
360 if (info->timeout != UINT32_MAX)
/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/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp28 IdxOffset = UINT32_MAX;// Out of order indexes, we can't do O(1) lookups
43 if (IdxOffset == UINT32_MAX) {
/external/clang/test/Preprocessor/
H A Dstdint.c1019 UINT32_MAX_ UINT32_MAX
/external/pixman/pixman/
H A Dpixman-compiler.h53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U) macro
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h35 const uint32 kuint32max = UINT32_MAX;

Completed in 1727 milliseconds

1234