HomeSort by relevance Sort by last modified time
    Searched refs:create_spinbutton (Results 1 - 3 of 3) sorted by null

  /external/fio/
ghelpers.h 9 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval);
ghelpers.c 71 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval) function
gfio.c 569 pentry = create_spinbutton(hbox, 1, 65535, FIO_NET_PORT);
1157 spin = create_spinbutton(hbox, 10, 1000000, gfio_graph_limit);
1167 spin_int = create_spinbutton(hbox, 100, 100000, gfio_client_ops.eta_msec);
    [all...]

Completed in 75 milliseconds