Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp14 BranchProbability Prob(UINT32_MAX - 1, UINT32_MAX); in TEST()
21 BranchProbability Prob(UINT32_MAX, UINT32_MAX); in TEST()
35 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX); in TEST()
51 BranchProbability Prob(UINT32_MAX, UINT32_MAX); in TEST()
75 BranchProbability BigZero(0, UINT32_MAX); in TEST()
76 BranchProbability BigOne(UINT32_MAX, UINT32_MAX); in TEST()
/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp36 assert(MBB->succ_size() < UINT32_MAX); in getSumForBlock()
46 if (Sum <= UINT32_MAX) in getSumForBlock()
51 assert((Sum / UINT32_MAX) < UINT32_MAX); in getSumForBlock()
52 Scale = (Sum / UINT32_MAX) + 1; in getSumForBlock()
59 assert(Sum <= UINT32_MAX); in getSumForBlock()
/external/mesa3d/include/c99/
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/llvm/include/llvm/Support/
DDataTypes.h92 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U macro
DDataTypes.h.in127 #ifndef UINT32_MAX
128 # define UINT32_MAX 4294967295U macro
DDataTypes.h.cmake130 #ifndef UINT32_MAX
131 # define UINT32_MAX 4294967295U
/external/iptables/extensions/
Dlibxt_CONNMARK.c133 info->ctmask = UINT32_MAX; in connmark_tg_init()
134 info->nfmask = UINT32_MAX; in connmark_tg_init()
270 if (info->nfmask == UINT32_MAX && info->ctmask == UINT32_MAX) in connmark_tg_print()
279 if (info->ctmask == UINT32_MAX && info->nfmask == UINT32_MAX) in connmark_tg_print()
Dlibxt_SET.c302 info->timeout = UINT32_MAX; in set_target_init_v2()
327 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1)) in set_target_parse_v2()
330 "or out of range 0-%u", UINT32_MAX - 1); in set_target_parse_v2()
347 if (info->timeout != UINT32_MAX) in set_target_print_v2()
360 if (info->timeout != UINT32_MAX) in set_target_save_v2()
Dlibxt_owner.c148 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0()
158 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0()
195 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0()
205 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0()
231 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1)) in owner_parse_range()
235 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1)) in owner_parse_range()
Dlibxt_rateest.c191 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse()
240 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse()
/external/llvm/lib/Support/
DBlockFrequency.cpp25 uint64_t u0 = freq & UINT32_MAX; in mult96bit()
74 uint64_t mulLo = (Frequency & UINT32_MAX) * n; in operator *=()
79 if (mulHi > UINT32_MAX || mulRes < mulLo) { in operator *=()
/external/webkit/Source/WebCore/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dumachine.h192 #ifndef UINT32_MAX
194 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.cpp28 IdxOffset = UINT32_MAX;// Out of order indexes, we can't do O(1) lookups in extract()
43 if (IdxOffset == UINT32_MAX) { in getAbbreviationDeclaration()
/external/icu4c/common/unicode/
Dumachine.h185 #ifndef UINT32_MAX
187 # define UINT32_MAX ((uint32_t)(4294967295U)) macro
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py130 [wire_format.UInt32ByteSize, wire_format.UINT32_MAX, 5],
154 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
181 [wire_format.EnumByteSize, wire_format.UINT32_MAX, 5],
/external/qemu/
Dtargphys.h12 #define TARGET_PHYS_ADDR_MAX UINT32_MAX
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h156 #undef UINT32_MAX
157 #define UINT32_MAX (4294967295U) macro
/external/clang/lib/Headers/
Dstdint.h531 # define UINT32_MAX UINT32_C(4294967295) macro
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h97 if (Freq > UINT32_MAX) in divBlockFreq()
98 Freq = UINT32_MAX; in divBlockFreq()
249 assert(Res <= UINT32_MAX); in doLoop()
/external/clang/test/Preprocessor/
Dstdint.c912 UINT32_MAX_ UINT32_MAX
/external/icu4c/common/
Ducnv_io.c349 return UINT32_MAX; in getTagNumber()
573 return UINT32_MAX; in findConverter()
585 lastMid = UINT32_MAX; in findConverter()
624 return UINT32_MAX; in findConverter()
702 return UINT32_MAX; in findTaggedAliasListsOffset()
745 return UINT32_MAX; in findTaggedConverterNum()
/external/bison/src/
Dsystem.h36 # undef UINT32_MAX

123