Searched refs:ULONG_MAX (Results 1 - 25 of 85) sorted by relevance

1234

/external/libcxx/test/depr/depr.c.headers/
H A Dlimits_h.pass.cpp74 #ifndef ULONG_MAX
75 #error ULONG_MAX not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dclimits.pass.cpp74 #ifndef ULONG_MAX
75 #error ULONG_MAX not defined
/external/clang/test/Headers/
H A Dlimits.cpp16 _Static_assert(LONG_MAX == ULONG_MAX/2, "");
26 _Static_assert(ULONG_MAX == (unsigned long)~0ULL, "");
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_win.cc114 if (buffer_len > ULONG_MAX || offset > LONG_MAX)
124 if (buffer_len > ULONG_MAX || offset > ULONG_MAX)
144 if (buffer_len > ULONG_MAX || offset > ULONG_MAX)
194 if (buffer_len > ULONG_MAX || offset > ULONG_MAX)
220 if (length > ULONG_MAX)
238 return ULONG_MAX;
H A Dfile_ios.cc224 if (buffer_len > ULONG_MAX || offset > ULONG_MAX)
287 if (buffer_len > ULONG_MAX || offset > ULONG_MAX)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzoconf.h66 #if !defined(UCHAR_MAX) || !defined(UINT_MAX) || !defined(ULONG_MAX)
69 #if (USHRT_MAX < 1) || (UINT_MAX < 1) || (ULONG_MAX < 1)
133 # elif (ULONG_MAX >= LZO_0xffffffffL)
136 # define LZO_UINT_MAX ULONG_MAX
152 # elif (ULONG_MAX >= LZO_0xffffffffL)
155 # define LZO_UINT32_MAX ULONG_MAX
173 # elif (ULONG_MAX >= LZO_0xffffffffL)
174 # if ((((ULONG_MAX) >> 31) >> 31) == 3)
177 # define LZO_UINT64_MAX ULONG_MAX
/external/clang/lib/Headers/
H A Dlimits.h53 #undef ULONG_MAX macro
73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL) macro
/external/stlport/test/unit/
H A Dmacro_checks.cpp101 #if !defined (ULONG_MAX)
102 # error Missing ULONG_MAX definition.
105 #if (ULONG_MAX < 0)
106 # error Weird ULONG_MAX macro value.
/external/valgrind/main/none/tests/s390x/
H A Dlpr.c86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX);
91 t3264(LONG_MAX); t3264(LONG_MIN); t3264(ULONG_MAX);
/external/chromium_org/third_party/smhasher/src/
H A DPMurHash.h36 #elif (ULONG_MAX == 0xffffffffUL)
/external/e2fsprogs/intl/
H A Dgmo.h61 # if ULONG_MAX == UINT_MAX_32_BITS
/external/iproute2/tc/
H A Dem_cmp.c73 if (offset == ULONG_MAX)
86 if (layer == ULONG_MAX)
100 if (mask == ULONG_MAX)
119 if (value == ULONG_MAX)
H A Dem_u32.c66 if (key == ULONG_MAX)
74 if (mask == ULONG_MAX)
99 if (offset == ULONG_MAX)
H A Dem_nbyte.c67 if (offset == ULONG_MAX)
80 if (layer == ULONG_MAX)
/external/bison/darwin-lib/
H A Dstdint.h95 LONG_MIN, LONG_MAX, ULONG_MAX. */
193 # if ULONG_MAX >> 31 >> 31 >> 1 == 1
326 # if 1 && ULONG_MAX >> 31 == 1
454 # define UINT_FAST32_MAX ULONG_MAX
476 #define UINTPTR_MAX ULONG_MAX
605 #if ULONG_MAX >> 31 >> 31 >> 1 == 1
626 # if 1 && ULONG_MAX >> 31 == 1
/external/bison/lib/
H A Dstdint.in.h94 LONG_MIN, LONG_MAX, ULONG_MAX. */
192 # if ULONG_MAX >> 31 >> 31 >> 1 == 1
325 # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1
453 # define UINT_FAST32_MAX ULONG_MAX
475 #define UINTPTR_MAX ULONG_MAX
604 #if ULONG_MAX >> 31 >> 31 >> 1 == 1
625 # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc128 TestAgainstLibc<unsigned long>("%zu-%zu", 0, ULONG_MAX); // NOLINT
129 TestAgainstLibc<unsigned long>("%zx-%zx", 0, ULONG_MAX); // NOLINT
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftstdlib.h45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
67 #define FT_ULONG_MAX ULONG_MAX
/external/freetype/include/config/
H A Dftstdlib.h45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
67 #define FT_ULONG_MAX ULONG_MAX
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmax.pass.cpp50 test<unsigned long>(ULONG_MAX);
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
67 #define FT_ULONG_MAX ULONG_MAX
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
67 #define FT_ULONG_MAX ULONG_MAX
/external/qemu/include/qemu/
H A Dhost-utils.h306 #if ULONG_MAX == UINT32_MAX
312 #elif ULONG_MAX == UINT64_MAX
/external/libnl/src/lib/
H A Dutils.c26 if (endptr == arg || lval == ULONG_MAX)
/external/fio/lib/
H A Dprio_tree.c316 iter->mask = ULONG_MAX;
358 iter->mask = ULONG_MAX;
373 if (iter->mask == ULONG_MAX)

Completed in 630 milliseconds

1234