Searched refs:to_add (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree-scalar-evolution.c | 657 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add, in add_to_evolution_1() argument 687 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1() 689 right = chrec_fold_plus (type, right, to_add); in add_to_evolution_1() 696 to_add, at_stmt); in add_to_evolution_1() 709 right = chrec_convert (chrec_type (left), to_add, at_stmt); in add_to_evolution_1() 850 tree to_add, tree at_stmt) in add_to_evolution() argument 852 tree type = chrec_type (to_add); in add_to_evolution() 855 if (to_add == NULL_TREE) in add_to_evolution() 860 if (TREE_CODE (to_add) == POLYNOMIAL_CHREC) in add_to_evolution() 871 print_generic_expr (dump_file, to_add, 0); in add_to_evolution() [all …]
|
| /trueos/contrib/gcc/config/ |
| HD | darwin-crt3.c | 332 const struct one_atexit_routine * to_add) in add_routine() argument 343 s->r = *to_add; in add_routine()
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-helper.c | 1547 int to_add; in cvmx_helper_shutdown_packet_io_global() local 1549 to_add = (ipd_cnt.s.wqev_cnt + ipd_cnt.s.wqe_pcnt) & 0x7; in cvmx_helper_shutdown_packet_io_global() 1550 if (to_add) in cvmx_helper_shutdown_packet_io_global() 1581 while (to_add--) in cvmx_helper_shutdown_packet_io_global() 1602 if (to_add == -1) in cvmx_helper_shutdown_packet_io_global()
|