Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 37) sorted by relevance

12

/scripts/kconfig/lxdialog/
Ddialog.h62 #define MIN(x,y) (x < y ? x : y) argument
63 #define MAX(x,y) (x > y ? x : y) argument
220 void end_dialog(int x, int y);
223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
224 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
228 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
Dyesno.c30 int y = height - 2; in print_buttons() local
32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
55 y = (getmaxy(stdscr) - height) / 2; in dialog_yesno()
57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
59 dialog = newwin(height, width, y, x); in dialog_yesno()
Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument
118 wmove(win, y, x); in print_arrows()
132 y = y + height + 1; in print_arrows()
133 wmove(win, y, x); in print_arrows()
158 int y = height - 2; in print_buttons() local
160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
163 print_button(win, gettext(" Save "), y, x + 36, selected == 3); in print_buttons()
164 print_button(win, gettext(" Load "), y, x + 48, selected == 4); in print_buttons()
[all …]
Dchecklist.c66 int y, int x, int height) in print_arrows() argument
68 wmove(win, y, x); in print_arrows()
82 y = y + height + 1; in print_arrows()
83 wmove(win, y, x); in print_arrows()
104 int y = height - 2; in print_buttons() local
106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
120 int i, x, y, box_x, box_y; in dialog_checklist() local
144 y = (getmaxy(stdscr) - height) / 2; in dialog_checklist()
[all …]
Dinputbox.c32 int y = height - 2; in print_buttons() local
34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
66 y = (getmaxy(stdscr) - height) / 2; in dialog_inputbox()
68 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
70 dialog = newwin(height, width, y, x); in dialog_inputbox()
89 getyx(dialog, y, x); in dialog_inputbox()
90 box_y = y + 2; in dialog_inputbox()
[all …]
Dutil.c354 void end_dialog(int x, int y) in end_dialog() argument
357 move(y, x); in end_dialog()
382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument
393 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()
397 cur_y = y; in print_autowrap()
447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
451 wmove(win, y, x); in print_button()
470 wmove(win, y, x + temp + 1); in print_button()
477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() argument
484 wmove(win, y + i, x); in draw_box()
[all …]
Dtextbox.c60 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
102 y = (getmaxy(stdscr) - height) / 2; in dialog_textbox()
104 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
106 dialog = newwin(height, width, y, x); in dialog_textbox()
112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
/scripts/coccinelle/free/
Dpci_free_consistent.cocci14 expression x,y,z,e;
19 id = pci_alloc_consistent@p1(x,y,&z)
22 ... when != pci_free_consistent(x,y,id,z)
23 when != if (id) { ... pci_free_consistent(x,y,id,z) ... }
24 when != if (y) { ... pci_free_consistent(x,y,id,z) ... }
/scripts/
Dbootgraph.pl191 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
204 $y = $rows{$pid} * 150;
205 $y2 = $y + 4;
214 $y = $y + 15;
215 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"115\" style=\"$style_wait\"/>\n";
217 print "<rect x=\"$s\" width=\"$w\" y=\"$y\" height=\"145\" style=\"$style\"/>\n";
Dstackdelta54 my $y = $new->{$_}{size};
55 my $delta = $y - $x;
57 printf "%s\t%d\t%d\t%+d\n", $_, $x, $y, $delta;
DMakefile.lib117 ifeq ($(CONFIG_GCOV_KERNEL),y)
127 ifeq ($(CONFIG_KASAN),y)
129 $(KASAN_SANITIZE_$(basetarget).o)$(KASAN_SANITIZE)y), \
133 ifeq ($(CONFIG_UBSAN),y)
139 ifeq ($(CONFIG_KCOV),y)
225 $(src)/%.tab.c_shipped: $(src)/%.y
232 $(src)/%.tab.h_shipped: $(src)/%.y
DMakefile.build126 $(real-objs-m) : part-of-module := y
127 $(real-objs-m:.o=.i) : part-of-module := y
128 $(real-objs-m:.o=.s) : part-of-module := y
129 $(real-objs-m:.o=.lst): part-of-module := y
166 $(patsubst y,-s _,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX)) \
298 cmd_objtool = $(if $(patsubst y%,, \
301 objtool_obj = $(if $(patsubst y%,, \
377 $(patsubst y,-s _,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX)) \
Dgcc-x86_32-has-stack-protector.sh5 echo y
Dgcc-x86_64-has-stack-protector.sh5 echo y
/scripts/coccinelle/tests/
Dodd_ptr_err.cocci43 expression x,y;
54 - y
65 expression x, y;
76 y
84 expression x, y;
92 y
/scripts/kconfig/
Dnconf.gui.c153 { int length, x, y; in print_in_middle() local
159 getyx(win, y, x); in print_in_middle()
163 y = starty; in print_in_middle()
171 mvwprintw(win, y, x, "%s", string); in print_in_middle()
216 int x, y; in fill_window() local
220 getmaxyx(win, y, x); in fill_window()
222 total_lines = min(total_lines, y); in fill_window()
255 int i, x, y; in btn_dialog() local
279 y = (getmaxy(stdscr)-(msg_lines+4))/2; in btn_dialog()
289 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
[all …]
/scripts/dtc/
Ddtc-parser.tab.c_shipped65 #line 20 "dtc-parser.y" /* yacc.c:339 */
147 #line 38 "dtc-parser.y" /* yacc.c:355 */
1466 #line 105 "dtc-parser.y" /* yacc.c:1646 */
1475 #line 113 "dtc-parser.y" /* yacc.c:1646 */
1483 #line 117 "dtc-parser.y" /* yacc.c:1646 */
1491 #line 124 "dtc-parser.y" /* yacc.c:1646 */
1499 #line 128 "dtc-parser.y" /* yacc.c:1646 */
1508 #line 136 "dtc-parser.y" /* yacc.c:1646 */
1516 #line 140 "dtc-parser.y" /* yacc.c:1646 */
1524 #line 145 "dtc-parser.y" /* yacc.c:1646 */
[all …]
/scripts/gcc-plugins/
Dgcc-generate-simple_ipa-pass.h23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-rtl-pass.h23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-gimple-pass.h23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-ipa-pass.h31 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
32 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
/scripts/tracing/
Dftrace-bisect.sh91 let y=$x+1
115 sed -ne "$y,\$p" $full > $nontest
/scripts/selinux/genheaders/
Dgenheaders.c16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) argument
/scripts/package/
Dbuilddeb47 debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
49 debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;;
53 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
57 if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then
58 if grep -q CONFIG_VFP=y $KCONFIG_CONFIG; then
331 if grep -q '^CONFIG_STACK_VALIDATION=y' $KCONFIG_CONFIG ; then
335 if grep -q '^CONFIG_GCC_PLUGINS=y' $KCONFIG_CONFIG ; then
/scripts/mod/
Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() argument
54 return (x & y) | ((~x) & z); in F()
57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() argument
59 return (x & y) | (x & z) | (y & z); in G()
62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() argument
64 return x ^ y ^ z; in H()

12