Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 31) 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.lib116 ifeq ($(CONFIG_GCOV_KERNEL),y)
126 ifeq ($(CONFIG_KASAN),y)
128 $(KASAN_SANITIZE_$(basetarget).o)$(KASAN_SANITIZE)y), \
132 ifeq ($(CONFIG_KCOV),y)
134 $(KCOV_INSTRUMENT_$(basetarget).o)$(KCOV_INSTRUMENT)y), \
217 $(src)/%.tab.c_shipped: $(src)/%.y
224 $(src)/%.tab.h_shipped: $(src)/%.y
DMakefile.kasan18 ifneq ($(CONFIG_COMPILE_TEST),y)
24 ifneq ($(CONFIG_COMPILE_TEST),y)
DMakefile.build125 $(real-objs-m) : part-of-module := y
126 $(real-objs-m:.o=.i) : part-of-module := y
127 $(real-objs-m:.o=.s) : part-of-module := y
128 $(real-objs-m:.o=.lst): part-of-module := y
165 $(patsubst y,-s _,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX)) \
325 $(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
Dtags.sh333 remove_structs=y
339 remove_structs=y
DKbuild.include101 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
107 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
122 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
128 # Usage: cflags-y += $(call hostcc-option,-march=winchip-c6,-march=i586)
135 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
143 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
181 # Usage: $(call ld-ifversion, -ge, 22252, y)
Dconfig26 --state|-s option Print state of option (n,y,m,undef)
/scripts/genksyms/
Dparse.tab.c_shipped65 #line 24 "parse.y" /* yacc.c:339 */
1512 #line 129 "parse.y" /* yacc.c:1646 */
1518 #line 131 "parse.y" /* yacc.c:1646 */
1524 #line 135 "parse.y" /* yacc.c:1646 */
1530 #line 136 "parse.y" /* yacc.c:1646 */
1536 #line 137 "parse.y" /* yacc.c:1646 */
1542 #line 138 "parse.y" /* yacc.c:1646 */
1548 #line 143 "parse.y" /* yacc.c:1646 */
1554 #line 144 "parse.y" /* yacc.c:1646 */
1560 #line 149 "parse.y" /* yacc.c:1646 */
[all …]
/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 */
149 #line 39 "dtc-parser.y" /* yacc.c:355 */
1472 #line 110 "dtc-parser.y" /* yacc.c:1646 */
1481 #line 118 "dtc-parser.y" /* yacc.c:1646 */
1489 #line 122 "dtc-parser.y" /* yacc.c:1646 */
1497 #line 130 "dtc-parser.y" /* yacc.c:1646 */
1507 #line 139 "dtc-parser.y" /* yacc.c:1646 */
1515 #line 143 "dtc-parser.y" /* yacc.c:1646 */
1523 #line 150 "dtc-parser.y" /* yacc.c:1646 */
1531 #line 154 "dtc-parser.y" /* yacc.c:1646 */
[all …]
/scripts/selinux/genheaders/
Dgenheaders.c16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) argument
/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()
/scripts/package/
Dbuilddeb45 debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
47 debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;;
51 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
55 if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then
56 if grep -q CONFIG_VFP=y $KCONFIG_CONFIG; then

12