| /scripts/kconfig/lxdialog/ |
| D | yesno.c | 30 int y = height - 2; in print_buttons() local 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
| D | checklist.c | 66 int y, int x, int height) in print_arrows() 104 int y = height - 2; in print_buttons() local 120 int i, x, y, box_x, box_y; in dialog_checklist() local
|
| D | inputbox.c | 32 int y = height - 2; in print_buttons() local 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
| D | menubox.c | 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 158 int y = height - 2; in print_buttons() local 187 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
| D | util.c | 354 void end_dialog(int x, int y) in end_dialog() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| D | dialog.h | 62 #define MIN(x,y) (x < y ? x : y) argument 63 #define MAX(x,y) (x > y ? x : y) argument
|
| D | textbox.c | 60 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
|
| /scripts/kconfig/ |
| D | nconf.gui.c | 153 { int length, x, y; in print_in_middle() local 216 int x, y; in fill_window() local 255 int i, x, y; in btn_dialog() local 367 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local 555 int x, y, lines, columns; in show_scroll_win() local
|
| D | qconf.cc | 1279 QVariant x, y; in ConfigSearchWindow() local 1340 QVariant x, y; in ConfigMainWindow() local
|
| /scripts/gcc-plugins/ |
| D | gcc-generate-simple_ipa-pass.h | 23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-rtl-pass.h | 23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-gimple-pass.h | 23 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 24 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-ipa-pass.h | 31 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 32 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| /scripts/selinux/genheaders/ |
| D | genheaders.c | 16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) argument
|
| /scripts/mod/ |
| D | sumversion.c | 52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() 57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()
|