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

1 23 4 5 6 7

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
200 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
200 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
200 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
200 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 104 # define UINT_FAST16_MAX UINT32_MAX
135 # define UINT32_MAX (4294967295U)
136 # define UINT_LEAST32_MAX UINT32_MAX
137 # define UINT_FAST32_MAX UINT32_MAX
200 # define UINTPTR_MAX UINT32_MAX
  /external/bison/darwin-lib/
inttypes.h 473 # 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/bison/linux-lib/
inttypes.h 473 # 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/
BlockFrequency.cpp 23 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/
stdint.h 142 #define UINT32_MAX _UI32_MAX
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/
stdint.h 142 #define UINT32_MAX _UI32_MAX
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 142 #define UINT32_MAX _UI32_MAX
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/
pstdint.h 255 # define UINT32_C(x) (x + (UINT32_MAX - UINT32_MAX))
275 # if !defined (UINT32_MAX)
276 # define UINT32_MAX 4294967295UL
375 #ifndef UINT32_MAX
376 # define UINT32_MAX (0xffffffffUL)
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/bison/lib/
bitrotate.h 57 return ((x << n) | (x >> (32 - n))) & UINT32_MAX;
66 return ((x >> n) | (x << (32 - n))) & UINT32_MAX;
  /external/icu4c/common/unicode/
umachine.h 157 #ifndef UINT32_MAX
159 # define UINT32_MAX ((uint32_t)(4294967295U))
  /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)
  /external/chromium_org/third_party/icu/source/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) {
  /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!
  /external/clang/test/Preprocessor/
stdint.c 1019 UINT32_MAX_ UINT32_MAX
    [all...]
  /external/pixman/pixman/
pixman-compiler.h 53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U)

Completed in 1643 milliseconds

1 23 4 5 6 7