Searched defs:nint (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libmp/common/
H A Dold_mp.c62 short *xalloc(int nint, char *s) { return (_mp_xalloc(nint, s)); } argument
H A Dutil.c51 _mp_xalloc(int nint, char *s) argument
55 i = malloc(sizeof (short) * ((unsigned)nint + 2)); /* ??? 2 ??? */

Completed in 25 milliseconds