Searched refs:limpos (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 351 STATIC mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad); 1839 int limpos = limit; in mp_int_to_binary() local 1843 res = s_tobin(z, buf, &limpos, PAD_FOR_2C); in mp_int_to_binary() 1846 s_2comp(buf, limpos); in mp_int_to_binary() 3086 STATIC mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) in s_tobin() argument 3090 int pos = 0, limit = *limpos; in s_tobin() 3123 *limpos = pos; in s_tobin()
|