Lines Matching defs:copy
1713 BcNum copy;
1741 bc_num_createCopy(©, a);
1747 s = bc_num_mul(©, ©, ©, powrdx);
1756 bc_num_copy(c, ©);
1762 s = bc_num_mul(©, ©, ©, powrdx);
1767 s = bc_num_mul(c, ©, c, resrdx);
1789 bc_num_free(©);
5111 BcResult *ptr, res, copy;
5119 copy.t = BC_RESULT_TEMP;
5120 bc_num_createCopy(©.d.n, num);
5131 bc_vec_push(&p->results, ©);