Searched refs:ULONG_MAX (Results 101 - 123 of 123) sorted by relevance

12345

/external/strace/tests/
H A Dperf_event_open.c51 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
53 # else /* !(ULONG_MAX > UINT_MAX) */
55 # endif /* ULONG_MAX > UINT_MAX */
/external/strace/tests-m32/
H A Dperf_event_open.c51 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
53 # else /* !(ULONG_MAX > UINT_MAX) */
55 # endif /* ULONG_MAX > UINT_MAX */
/external/strace/tests-mx32/
H A Dperf_event_open.c51 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
53 # else /* !(ULONG_MAX > UINT_MAX) */
55 # endif /* ULONG_MAX > UINT_MAX */
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_rtpplay.cc16 #include <limits.h> // For ULONG_MAX returned by strtoul.
61 if (value == ULONG_MAX && errno == ERANGE)
/external/dnsmasq/src/
H A Drfc1035.c587 unsigned long ttl, minttl = ULONG_MAX;
665 unsigned long cttl = ULONG_MAX, attl;
/external/python/cpython2/Modules/
H A D_testcapimodule.c1189 /* a number larger than ULONG_MAX even on 64-bit platforms */
1195 if (value != ULONG_MAX)
1204 if (value != ULONG_MAX)
2780 PyModule_AddObject(m, "ULONG_MAX", PyLong_FromUnsignedLong(ULONG_MAX));
H A Darraymodule.c347 if (x > ULONG_MAX) {
/external/e2fsprogs/misc/
H A Dbadblocks.c1032 (ret == ULONG_MAX && errno == ERANGE)) {
/external/syslinux/com32/modules/
H A Dpxechn.c720 if ((istr == pos ) || ((rv == ULONG_MAX) && (errno)))
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h115 #elif (ULONG_MAX == 4294967295U)
131 # if (ULONG_MAX == 18446744073709551615U)
/external/bison/src/
H A Dscan-gram.c2147 verify (UCHAR_MAX < ULONG_MAX); variable
3578 verify (INT_MAX < ULONG_MAX);
/external/e2fsprogs/lib/support/
H A Dprofile.c1594 if ((ret_long == ULONG_MAX) && errno != 0)
/external/fmtlib/test/
H A Dutil-test.cc522 EXPECT_ARG(ULONG, unsigned long, ULONG_MAX);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp117 * Return a random unsigned long l where 0N <= l <= ULONG_MAX.
142 return (double)(randul() / ULONG_MAX);
/external/freetype/src/smooth/
H A Dftgrays.c142 #define FT_ULONG_MAX ULONG_MAX
/external/libmtp/src/
H A Dlibopenusb1-glue.c1259 int max_long_transfer = ULONG_MAX + 1 - packet_size;
H A Dlibusb-glue.c1249 int max_long_transfer = ULONG_MAX + 1 - packet_size;
H A Dlibusb1-glue.c1274 int max_long_transfer = ULONG_MAX + 1 - packet_size;
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc658 if (errno == ERANGE && result == ULONG_MAX) {
/external/pcre/dist2/src/
H A Dpcre2test.c246 #if ULONG_MAX > UINT32_MAX
3412 less than ULONG_MAX. So first test for overflowing the long int, and then
3413 test for overflowing PCRE2_SIZE_MAX if it is smaller than ULONG_MAX. */
3418 if (uli == ULONG_MAX) goto INVALID_VALUE;
3419 #if ULONG_MAX > PCRE2_SIZE_MAX
/external/freetype/src/truetype/
H A Dttgload.c1708 node2->data = (void*)ULONG_MAX;
/external/python/cpython2/Lib/test/
H A Dtest_socket.py972 if _testcapi.UINT_MAX >= _testcapi.ULONG_MAX:
973 self.skipTest('needs UINT_MAX < ULONG_MAX')
/external/clang/lib/Headers/
H A Dopencl-c.h271 #define ULONG_MAX 0xffffffffffffffffUL macro

Completed in 987 milliseconds

12345