Home
last modified time | relevance | path

Searched refs:mpz_set_from_bytes (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpz.h116 void mpz_set_from_bytes(mpz_t *z, bool big_endian, size_t len, const byte *buf);
A Dobjint_mpz.c112 mpz_set_from_bytes(&o->mpz, big_endian, len, buf); in mp_obj_int_from_bytes_impl()
A Dmpz.c852 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