Searched refs:t_node (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_scheduler_clustering.c | 985 struct isl_sched_node *t_node, struct isl_sched_node *node, in node_transformation() argument 995 n_row = isl_mat_rows(t_node->sched); in node_transformation() 1003 isl_seq_cpy(t->row[i], t_node->sched->row[i], 1 + n_param); in node_transformation() 1007 t_node->sched->row[i][1 + n_param + j], in node_transformation() 1025 struct isl_sched_node *t_node) in transform() argument 1034 n_new = isl_mat_rows(t_node->sched); in transform() 1041 t = node_transformation(ctx, t_node, node, start, n); in transform() 1048 node->coincident[start + j] = t_node->coincident[j]; in transform()
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_rename.c | 203 struct udf_node *t_node = (tvp? VTOI(tvp): NULL); in udf_gro_rename_check_permitted() local 238 if (t_node) in udf_gro_rename_check_permitted() 239 udf_getownership(t_node, &tuid, &gdummy); in udf_gro_rename_check_permitted()
|