Home
last modified time | relevance | path

Searched refs:n_out (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dtranslate.c608 unsigned n_out; member
646 while (i < a->n_out && j < b->n_in) { in op_depends_on()
681 while (i < a->n_out && j < b->n_in) { in break_dependency()
725 unsigned n_out = 0; in tsort() local
759 sorted[n_out] = slot + i; in tsort()
760 ++n_out; in tsort()
809 assert(op->n_out < ARRAY_SIZE(op->out)); in opcode_add_resource()
810 op->out[op->n_out].resource = resource; in opcode_add_resource()
811 op->out[op->n_out].index = index; in opcode_add_resource()
812 ++op->n_out; in opcode_add_resource()
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7272 + 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;