Home
last modified time | relevance | path

Searched defs:newSVi64 (Results 1 – 8 of 8) sorted by relevance

/dports/net/p5-MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.000008/c/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/include/
H A Dperl_math_int64.h17 #define newSVi64(a) newSViv(a) macro
67 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
77 #define newSVi64 newSViv macro
/dports/math/p5-Math-Int128/Math-Int128-0.22/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/math/p5-Math-Int64/Math-Int64-0.54/c_api_client/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/net/p5-Net-Nmsg/Net-Nmsg-0.17/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/c/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/
H A Dperl_math_int64.h43 #define newSVi64(a) ((*math_int64_c_api_newSVi64)(aTHX_ (a))) macro
53 #define newSVi64 newSViv macro
/dports/math/p5-Math-Int64/Math-Int64-0.54/
H A DInt64.xs202 newSVi64(pTHX_ int64_t i64) { in newSVi64() function