HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /ndk/tests/build/stdint-c++/jni/
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!
  /system/core/libutils/
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/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 35 const uint32 kuint32max = UINT32_MAX;
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 131 #ifndef UINT32_MAX
132 # define UINT32_MAX 4294967295U
DataTypes.h.in 129 #ifndef UINT32_MAX
130 # 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/chromium_org/third_party/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/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/iptables/extensions/
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/bison/src/
system.h 34 # undef UINT32_MAX
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 262 #undef UINT32_MAX
263 #define UINT32_MAX (4294967295U)
  /external/llvm/include/llvm/Object/
RelocVisitor.h 248 if (Res < INT32_MIN || Res > UINT32_MAX)
265 if (Res < INT32_MIN || Res > UINT32_MAX)
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 204 #if SIZE_MAX > UINT32_MAX
219 #if SIZE_MAX / 256 <= UINT32_MAX
crypto_scrypt-ref.c 230 #if SIZE_MAX > UINT32_MAX
245 #if SIZE_MAX / 256 <= UINT32_MAX
  /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__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 125 # undef UINT32_MAX
126 # define UINT32_MAX __UINT32_MAX__

Completed in 1324 milliseconds

1 2 34 5 6 7