MCPcopy Create free account
hub / github.com/Yeuoly/0xUBypass / mpz_init_set

Function mpz_init_set

WindowsShellcodeInjector/mini-gmp.cpp:1525–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523}
1524
1525void
1526mpz_init_set(mpz_t r, const mpz_t x)
1527{
1528 mpz_init(r);
1529 mpz_set(r, x);
1530}
1531
1532int
1533mpz_fits_slong_p(const mpz_t u)

Callers 2

__gmp_exprFunction · 0.85
mpz_div_qrFunction · 0.85

Calls 2

mpz_initFunction · 0.85
mpz_setFunction · 0.85

Tested by

no test coverage detected