Home
last modified time | relevance | path

Searched refs:PERL_INT_MAX (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dlimits22 PERL_INT_MAX
127 #ifndef PERL_INT_MAX
129 # define PERL_INT_MAX ((int)INT_MAX)
132 # define PERL_INT_MAX ((int)MAXINT)
134 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
146 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
238 __UNDEFINED__ IV_MAX PERL_INT_MAX
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dlimits22 PERL_INT_MAX
127 #ifndef PERL_INT_MAX
129 # define PERL_INT_MAX ((int)INT_MAX)
132 # define PERL_INT_MAX ((int)MAXINT)
134 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
146 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
238 __UNDEFINED__ IV_MAX PERL_INT_MAX
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dlimits22 PERL_INT_MAX
127 #ifndef PERL_INT_MAX
129 # define PERL_INT_MAX ((int)INT_MAX)
132 # define PERL_INT_MAX ((int)MAXINT)
134 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
146 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
238 __UNDEFINED__ IV_MAX PERL_INT_MAX
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dlimits22 PERL_INT_MAX
127 #ifndef PERL_INT_MAX
129 # define PERL_INT_MAX ((int)INT_MAX)
132 # define PERL_INT_MAX ((int)MAXINT)
134 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
146 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
238 __UNDEFINED__ IV_MAX PERL_INT_MAX
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dlimits22 PERL_INT_MAX
127 #ifndef PERL_INT_MAX
129 # define PERL_INT_MAX ((int)INT_MAX)
132 # define PERL_INT_MAX ((int)MAXINT)
134 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
146 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
238 __UNDEFINED__ IV_MAX PERL_INT_MAX
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500307025 PERL_INT_MAX # added by devel/scanprov
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkperl/
H A DZooKeeper.xs350 else if (num_acl_entries > PERL_INT_MAX) { in _zk_fill_acl()
351 num_acl_entries = PERL_INT_MAX; in _zk_fill_acl()
790 if (recv_timeout < 0 || recv_timeout > (PERL_INT_MAX >> 1)) {
1263 if (cert_len > PERL_INT_MAX) {
1343 if (buf_len > PERL_INT_MAX) {
1640 (strings.count > PERL_INT_MAX) ? PERL_INT_MAX : strings.count;
1817 if (buf_len > PERL_INT_MAX) {
1912 (acl.count > PERL_INT_MAX) ? PERL_INT_MAX : acl.count;
/dports/astro/kstars/kstars-3.5.6/kstars/data/tools/HTMesh-0.01/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 #define PERL_INT_MAX ((int)INT_MAX) macro
2757 #define PERL_INT_MAX ((int)MAXINT) macro
2759 #define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 #define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 #define IV_MAX PERL_INT_MAX
/dports/converters/p5-XML-WBXML/XML-WBXML-0.09/
H A Dppport.h2631 #ifndef PERL_INT_MAX
2633 # define PERL_INT_MAX ((int)INT_MAX) macro
2636 # define PERL_INT_MAX ((int)MAXINT) macro
2638 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2650 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2749 # define IV_MAX PERL_INT_MAX
/dports/databases/p5-Cache-Memcached-XS/Cache-Memcached-XS-0.01/
H A Dppport.h2631 #ifndef PERL_INT_MAX
2633 # define PERL_INT_MAX ((int)INT_MAX) macro
2636 # define PERL_INT_MAX ((int)MAXINT) macro
2638 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2650 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2749 # define IV_MAX PERL_INT_MAX
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/perl-AfterImage/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/mail/p5-Email-AddressParser/Email-AddressParser-0.04/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/net-mgmt/p5-Net-IP-Match-XS/Net-IP-Match-XS-0.03/
H A Dppport.h2631 #ifndef PERL_INT_MAX
2633 # define PERL_INT_MAX ((int)INT_MAX) macro
2636 # define PERL_INT_MAX ((int)MAXINT) macro
2638 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2650 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2749 # define IV_MAX PERL_INT_MAX
/dports/math/pspp/pspp-1.4.1/perl-module/
H A Dppport.h2770 #ifndef PERL_INT_MAX
2772 # define PERL_INT_MAX ((int)INT_MAX) macro
2775 # define PERL_INT_MAX ((int)MAXINT) macro
2777 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2789 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2888 # define IV_MAX PERL_INT_MAX
/dports/chinese/p5-Lingua-ZH-TaBE/Lingua-ZH-TaBE-0.07/
H A Dppport.h2805 #ifndef PERL_INT_MAX
2807 # define PERL_INT_MAX ((int)INT_MAX) macro
2810 # define PERL_INT_MAX ((int)MAXINT) macro
2812 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2824 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2923 # define IV_MAX PERL_INT_MAX
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/xsbuilder/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/security/p5-Digest-MurmurHash/Digest-MurmurHash-0.11/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX)
2757 # define PERL_INT_MAX ((int)MAXINT)
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/devel/p5-Goo-Canvas/Goo-Canvas-0.06/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/devel/p5-File-FnMatch/File-FnMatch-0.02/
H A Dppport.h2631 #ifndef PERL_INT_MAX
2633 # define PERL_INT_MAX ((int)INT_MAX) macro
2636 # define PERL_INT_MAX ((int)MAXINT) macro
2638 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2650 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2749 # define IV_MAX PERL_INT_MAX
/dports/www/libapreq2/libapreq2-2.13/glue/perl/xsbuilder/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/devel/p5-Regexp-Compare/Regexp-Compare-0.33/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/sysutils/p5-BSD-getloadavg/BSD-getloadavg-0.03/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/graphics/p5-Barcode-ZBar/Barcode-ZBar-0.04/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX
/dports/devel/p5-Tree-Node/Tree-Node-0.08/
H A Dppport.h2694 #ifndef PERL_INT_MAX
2696 # define PERL_INT_MAX ((int)INT_MAX) macro
2699 # define PERL_INT_MAX ((int)MAXINT) macro
2701 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2713 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2812 # define IV_MAX PERL_INT_MAX
/dports/textproc/p5-Search-Odeum/Search-Odeum-0.02/
H A Dppport.h2752 #ifndef PERL_INT_MAX
2754 # define PERL_INT_MAX ((int)INT_MAX) macro
2757 # define PERL_INT_MAX ((int)MAXINT) macro
2759 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1)) macro
2771 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
2870 # define IV_MAX PERL_INT_MAX

12345678910>>...15