Searched refs:mpz_set_from_bytes (Results 1 – 3 of 3) sorted by relevance
116 void mpz_set_from_bytes(mpz_t *z, bool big_endian, size_t len, const byte *buf);
112 mpz_set_from_bytes(&o->mpz, big_endian, len, buf); in mp_obj_int_from_bytes_impl()
852 void mpz_set_from_bytes(mpz_t *z, bool big_endian, size_t len, const byte *buf) { in mpz_set_from_bytes() function
Completed in 12 milliseconds