HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /system/extras/fatblock/
read.c 81 if (off >= UINT32_MAX) {
88 if (off + len > UINT32_MAX) {
92 len = UINT32_MAX - off;
  /external/iptables/extensions/
libxt_CONNMARK.c 133 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)
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))
  /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) {
  /frameworks/base/services/common_time/
common_clock.cpp 52 if ((numer > UINT32_MAX) || (denom > 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/clang/test/Preprocessor/
stdint.c 912 UINT32_MAX_ UINT32_MAX
  /frameworks/native/libs/utils/
LinearTransform.cpp 56 tmp1 = (val & UINT32_MAX) * N;
85 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32);
  /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/bison/lib/
stdint.in.h 368 #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/
DataTypes.h.cmake 130 #ifndef UINT32_MAX
131 # define UINT32_MAX 4294967295U
DataTypes.h.in 127 #ifndef UINT32_MAX
128 # define UINT32_MAX 4294967295U
  /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],
  /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 34 # 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
  /prebuilts/sdk/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/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 250 #undef UINT32_MAX
251 #define UINT32_MAX (4294967295U)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__

Completed in 2787 milliseconds

1 23 4 5 6