OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
567
pentry =
create_spinbutton
(hbox, 1, 65535, FIO_NET_PORT);
1155
spin =
create_spinbutton
(hbox, 10, 1000000, gfio_graph_limit);
1165
spin_int =
create_spinbutton
(hbox, 100, 100000, gfio_client_ops.eta_msec);
[
all
...]
Completed in 191 milliseconds