Home
last modified time | relevance | path

Searched defs:PeRl_UINT64_C (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h1054 # define PeRl_UINT64_C(c) CAT2(c,U) macro
1058 # define PeRl_UINT64_C(c) CAT2(c,UL) macro
1062 # define PeRl_UINT64_C(c) CAT2(c,ULL) macro
1066 # define PeRl_UINT64_C(c) CAT2(c,UI64) macro
1070 # define PeRl_UINT64_C(c) ((U64TYPE)(c)) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h925 # define PeRl_UINT64_C(c) CAT2(c,U) macro
929 # define PeRl_UINT64_C(c) CAT2(c,UL) macro
933 # define PeRl_UINT64_C(c) CAT2(c,ULL) macro
937 # define PeRl_UINT64_C(c) CAT2(c,UI64) macro
941 # define PeRl_UINT64_C(c) ((U64TYPE)(c)) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h1141 # define PeRl_UINT64_C(c) CAT2(c,U) macro
1145 # define PeRl_UINT64_C(c) CAT2(c,UL) macro
1149 # define PeRl_UINT64_C(c) CAT2(c,ULL) macro
1153 # define PeRl_UINT64_C(c) CAT2(c,UI64) macro
1157 # define PeRl_UINT64_C(c) ((U64TYPE)(c)) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h1149 # define PeRl_UINT64_C(c) CAT2(c,U) macro
1153 # define PeRl_UINT64_C(c) CAT2(c,UL) macro
1157 # define PeRl_UINT64_C(c) CAT2(c,ULL) macro
1161 # define PeRl_UINT64_C(c) CAT2(c,UI64) macro
1165 # define PeRl_UINT64_C(c) ((U64TYPE)(c)) macro