Searched refs:n_out (Results 1 – 2 of 2) sorted by relevance
606 unsigned n_out; member644 while (i < a->n_out && j < b->n_in) { in op_depends_on()679 while (i < a->n_out && j < b->n_in) { in break_dependency()723 unsigned n_out = 0; in tsort() local757 sorted[n_out] = slot + i; in tsort()758 ++n_out; in tsort()807 assert(op->n_out < ARRAY_SIZE(op->out)); in opcode_add_resource()808 op->out[op->n_out].resource = resource; in opcode_add_resource()809 op->out[op->n_out].index = index; in opcode_add_resource()810 ++op->n_out; in opcode_add_resource()[all …]
7272 + unsigned int n_out;7372 + p->n_out = 0;7431 + if (el_size == p->el_size && (p->pool == NULL || p->pool[p->n_out] == NULL))7436 + p->pool[p->n_out] = v;7437 + p->n_out = inc_mod(p->n_out, p->pool_size);7485 + p->n_out = 0;7507 + bool done = el_size == p->el_size && p->pool != NULL && p->pool[p->n_out] != NULL;