Searched refs:dst (Results 1 – 2 of 2) sorted by relevance
24 char *dst = malloc (SIZE + 1); in do_test() local26 if (dst == NULL) in do_test()33 sprintf (dst, "%*s", SIZE, ""); in do_test()34 if (strnlen (dst, SIZE + 1) != SIZE) in do_test()39 free (dst); in do_test()
135 #define MPN_ASSIGN(dst,src) \ argument136 memcpy (dst, src, (dst##size = src##size) * sizeof (mp_limb_t))
Completed in 4 milliseconds