Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
A Dutil.c436 int i, temp; in print_button() local
442 temp = strspn(label, " "); in print_button()
443 label += temp; in print_button()
446 for (i = 0; i < temp; i++) in print_button()
457 wmove(win, y, x + temp + 1); in print_button()
/scripts/kconfig/
A Dnconf.gui.c154 float temp; in print_in_middle() local
167 temp = (width - length) / 2; in print_in_middle()
168 x = startx + (int)temp; in print_in_middle()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped1085 %typemap(in, numinputs=0) uint64_t * (uint64_t temp) {
1086 $1 = &temp;

Completed in 8 milliseconds