Searched refs:num_nonconsts (Results 1 – 1 of 1) sorted by relevance
1265 const int num_nonconsts = num_args - num_resources - num_consts; in Run() local1266 if (num_nonconsts < 0) { in Run()1268 num_nonconsts); in Run()1273 int resource_pos = num_consts + num_nonconsts; in Run()