Lines Matching refs:temp_a

630 	int temp_a;  in gmp_zval_unary_op()  local
632 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a); in gmp_zval_unary_op()
637 FREE_GMP_TEMP(temp_a); in gmp_zval_unary_op()
692 int temp_a; in _gmp_unary_opl() local
698 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a); in _gmp_unary_opl()
700 FREE_GMP_TEMP(temp_a); in _gmp_unary_opl()
710 int temp_a, temp_b; in _gmp_binary_opl() local
716 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a); in _gmp_binary_opl()
721 FREE_GMP_TEMP(temp_a); in _gmp_binary_opl()
782 int temp_a; local
800 FETCH_GMP_ZVAL(gmpnum, gmpnumber_arg, temp_a);
809 FREE_GMP_TEMP(temp_a);
979 int temp_a; local
986 FETCH_GMP_ZVAL(gmpnum_tmp, a_arg, temp_a); /* no need to free this since it's IS_RESOURCE */
1096 int temp_a; local
1102 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1106 FREE_GMP_TEMP(temp_a);
1112 FREE_GMP_TEMP(temp_a);
1125 int temp_a; local
1131 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1142 FREE_GMP_TEMP(temp_a);
1158 int temp_a; local
1164 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1167 FREE_GMP_TEMP(temp_a);
1178 int temp_a; local
1184 FETCH_GMP_ZVAL(gmpnum_a, gmpnumber_arg, temp_a);
1187 FREE_GMP_TEMP(temp_a);
1212 int temp_a, temp_b; local
1218 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1226 FREE_GMP_TEMP(temp_a);
1246 int temp_a, temp_b; local
1253 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1258 FREE_GMP_TEMP(temp_a);
1292 int temp_a, temp_b; local
1298 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1312 FREE_GMP_TEMP(temp_a);
1324 int temp_a; local
1330 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1333 FREE_GMP_TEMP(temp_a);
1407 int temp_a, temp_b; local
1413 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1427 FREE_GMP_TEMP(temp_a);
1517 int temp_a; local
1523 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1526 FREE_GMP_TEMP(temp_a);
1536 int temp_a, temp_b; local
1542 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1546 FREE_GMP_TEMP(temp_a);
1557 int temp_a; local
1564 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1572 FREE_GMP_TEMP(temp_a);
1582 int temp_a; local
1589 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a);
1596 FREE_GMP_TEMP(temp_a);