Searched refs:tmp_roomptr (Results 1 – 1 of 1) sorted by relevance
473 mp_limb_t *tmp_roomptr = NULL; in divide() local615 tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t)); in divide()616 if (tmp_roomptr == NULL) in divide()623 mp_limb_t *destptr = tmp_roomptr; in divide()636 b_ptr = tmp_roomptr; in divide()832 if (tmp_roomptr != NULL) in divide()833 free (tmp_roomptr); in divide()