HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 26 - 50 of 74) sorted by null

12 3

  /external/icu4c/common/unicode/
umachine.h 176 #ifndef UINT32_MAX
178 # define UINT32_MAX ((uint32_t)(4294967295U))
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 28 IdxOffset = UINT32_MAX;// Out of order indexes, we can't do O(1) lookups
43 if (IdxOffset == UINT32_MAX) {
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 77 #ifndef UINT32_MAX
78 #error UINT32_MAX defined!
test_c.c 75 #ifndef UINT32_MAX
76 #error UINT32_MAX defined!
test_no_macros.cpp 75 #ifdef UINT32_MAX
76 #error UINT32_MAX defined!
test_constant_macros.cpp 76 #ifdef UINT32_MAX
77 #error UINT32_MAX is defined!
test_limit_macros.cpp 76 #ifndef UINT32_MAX
77 #error UINT32_MAX is not defined!
  /external/iptables/extensions/
libxt_SET.c 302 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)
libxt_owner.c 48 * Note: "UINT32_MAX - 1" is used in the code because -1 is a reserved
148 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
158 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
195 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
205 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
231 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
235 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
libxt_rateest.c 191 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
240 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /frameworks/base/libs/utils/
LinearTransform.cpp 56 tmp1 = (val & UINT32_MAX) * N;
85 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32);
  /external/llvm/lib/Support/
BlockFrequency.cpp 25 uint64_t u0 = freq & UINT32_MAX;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 309 #undef UINT32_MAX
312 #define UINT32_MAX 4294967295U
353 #define UINT_LEAST32_MAX UINT32_MAX
431 # define UINTMAX_MAX UINT32_MAX
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 130 [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],
wire_format.py 59 UINT32_MAX = (1 << 32) - 1
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 97 if (Freq > UINT32_MAX)
98 Freq = UINT32_MAX;
249 assert(Res <= UINT32_MAX);
  /external/bison/src/
system.h 36 # undef UINT32_MAX
  /external/clang/lib/Headers/
stdint.h 531 # define UINT32_MAX UINT32_C(4294967295)
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 531 # define UINT32_MAX UINT32_C(4294967295)
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 531 # define UINT32_MAX UINT32_C(4294967295)
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 531 # define UINT32_MAX UINT32_C(4294967295)
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 531 # define UINT32_MAX UINT32_C(4294967295)
534 # define __UINT_LEAST32_MAX UINT32_MAX
537 # define __UINT_LEAST16_MAX UINT32_MAX
540 # define __UINT_LEAST8_MAX UINT32_MAX
  /external/qemu/audio/
mixeng.c 129 #define IN_MAX UINT32_MAX
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 173 # define UINT32_MAX (4294967295U)

Completed in 5492 milliseconds

12 3