Home
last modified time | relevance | path

Searched refs:mp_int_read_unsigned (Results 1 – 9 of 9) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/tests/
H A Dbintest.c92 res = mp_int_read_unsigned(&w, buf, len); in main()
/llvm-project/polly/lib/External/isl/imath/examples/
H A Drandprime.c175 res = mp_int_read_unsigned(a, buf, n_bytes); in mp_int_randomize()
H A Drsakey.c237 res = mp_int_read_unsigned(a, buf, n_bytes); in mp_int_randomize()
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h110 #define mp_int_read_unsigned isl_mp_int_read_unsigned macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.h407 mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len);
H A Ddoc.md.in173 mp_int_to_unsigned mp_int_read_unsigned mp_int_unsigned_len
H A Dimdrover.c1112 ECHECK(mp_int_read_unsigned(in, g_bin1, in_len)); in test_read_uns()
H A DChangeLog74 Also added the mp_int_to_unsigned(), mp_int_read_unsigned(), and
H A Dimath.c1642 mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len) { in mp_int_read_unsigned() function