Searched refs:temp_base (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/gmp/ |
H A D | gmp.c | 1422 gmp_temp_t temp_base; local 1438 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); 1441 FREE_GMP_TEMP(temp_base); 1453 gmp_temp_t temp_base, temp_exp, temp_mod; local 1459 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); 1465 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base); 1468 FREE_GMP_TEMP(temp_base); 1473 FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base); 1477 FREE_GMP_TEMP(temp_base); 1491 FREE_GMP_TEMP(temp_base);
|
Completed in 13 milliseconds