Home
last modified time | relevance | path

Searched refs:nr_labels (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgclient.c757 const int nr_labels = ARRAY_SIZE(labels); in gfio_show_io_depths() local
758 GType types[nr_labels]; in gfio_show_io_depths()
766 for (i = 0; i < nr_labels; i++) in gfio_show_io_depths()
769 model = gtk_list_store_newv(nr_labels, types); in gfio_show_io_depths()
780 for (i = 0; i < nr_labels; i++) in gfio_show_io_depths()
783 gfio_add_total_depths_tree(model, ts, nr_labels); in gfio_show_io_depths()
784 gfio_add_sc_depths_tree(model, ts, nr_labels, 1); in gfio_show_io_depths()
785 gfio_add_sc_depths_tree(model, ts, nr_labels, 0); in gfio_show_io_depths()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h104 unsigned nr_labels; member
Dsvga_tgsi_insn.c2817 for (i = 0; i < emit->nr_labels; i++) { in emit_bgnsub()
2840 for (i = 0; i < emit->nr_labels; i++) { in emit_call()
2845 if (emit->nr_labels == ARRAY_SIZE(emit->label)) in emit_call()
2848 if (i == emit->nr_labels) { in emit_call()
2850 emit->nr_labels++; in emit_call()