Searched refs:mp_int_read_unsigned (Results 1 – 9 of 9) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/tests/ |
H A D | bintest.c | 92 res = mp_int_read_unsigned(&w, buf, len); in main()
|
/llvm-project/polly/lib/External/isl/imath/examples/ |
H A D | randprime.c | 175 res = mp_int_read_unsigned(a, buf, n_bytes); in mp_int_randomize()
|
H A D | rsakey.c | 237 res = mp_int_read_unsigned(a, buf, n_bytes); in mp_int_randomize()
|
/llvm-project/polly/lib/External/isl/imath_wrap/ |
H A D | wrap.h | 110 #define mp_int_read_unsigned isl_mp_int_read_unsigned macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.h | 407 mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len);
|
H A D | doc.md.in | 173 mp_int_to_unsigned mp_int_read_unsigned mp_int_unsigned_len
|
H A D | imdrover.c | 1112 ECHECK(mp_int_read_unsigned(in, g_bin1, in_len)); in test_read_uns()
|
H A D | ChangeLog | 74 Also added the mp_int_to_unsigned(), mp_int_read_unsigned(), and
|
H A D | imath.c | 1642 mp_result mp_int_read_unsigned(mp_int z, unsigned char *buf, int len) { in mp_int_read_unsigned() function
|