Lines Matching refs:MINT
30 _mp_move(MINT *a, MINT *b) in _mp_move()
75 _mp_xfree(MINT *c) in _mp_xfree()
87 _mp_mcan(MINT *a) in _mp_mcan()
114 MINT *
117 MINT *a; in mp_itom()
119 a = malloc(sizeof (MINT)); in mp_itom()
135 mp_mcmp(MINT *a, MINT *b) in mp_mcmp()
137 MINT c; in mp_mcmp()
173 MINT *
177 MINT *m = mp_itom(0); in mp_xtom()
178 MINT *d; in mp_xtom()
179 MINT *sixteen; in mp_xtom()
211 mp_mtox(MINT *key) in mp_mtox()
213 MINT *m = mp_itom(0); in mp_mtox()
214 MINT *zero = mp_itom(0); in mp_mtox()
255 mp_mfree(MINT *a) in mp_mfree()