Home
last modified time | relevance | path

Searched defs:x (Results 1 – 15 of 15) sorted by relevance

/scripts/dtc/libfdt/
A Dlibfdt_env.h29 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) argument
30 #define CPU_TO_FDT16(x) ((EXTRACT_BYTE(x, 0) << 8) | EXTRACT_BYTE(x, 1)) argument
31 #define CPU_TO_FDT32(x) ((EXTRACT_BYTE(x, 0) << 24) | (EXTRACT_BYTE(x, 1) << 16) | \ argument
33 #define CPU_TO_FDT64(x) ((EXTRACT_BYTE(x, 0) << 56) | (EXTRACT_BYTE(x, 1) << 48) | \ argument
38 static inline uint16_t fdt16_to_cpu(fdt16_t x) in fdt16_to_cpu()
42 static inline fdt16_t cpu_to_fdt16(uint16_t x) in cpu_to_fdt16()
47 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu()
51 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32()
56 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu()
60 static inline fdt64_t cpu_to_fdt64(uint64_t x) in cpu_to_fdt64()
A Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
11 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) argument
/scripts/kconfig/lxdialog/
A Dyesno.c16 int x = width / 2 - 10; in print_buttons() local
31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
A Dchecklist.c53 int y, int x, int height) in print_arrows()
90 int x = width / 2 - 11; in print_buttons() local
107 int i, x, y, box_x, box_y; in dialog_checklist() local
A Dinputbox.c18 int x = width / 2 - 11; in print_buttons() local
34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
A Dmenubox.c98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
144 int x = width / 2 - 28; in print_buttons() local
174 int i, j, x, y, box_x, box_y; in dialog_menu() local
A Dutil.c341 void end_dialog(int x, int y) in end_dialog()
369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
A Dtextbox.c46 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
340 int x = getcurx(win); in print_line() local
A Ddialog.h43 #define MIN(x,y) (x < y ? x : y) argument
44 #define MAX(x,y) (x > y ? x : y) argument
/scripts/kconfig/
A Dnconf.gui.c153 { int length, x, y; in print_in_middle() local
215 int x, y; in fill_window() local
254 int i, x, y; in btn_dialog() local
363 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local
551 int x, y, lines, columns; in show_scroll_win() local
A Dqconf.cc775 int idx, x; in mouseReleaseEvent() local
1277 QVariant x, y; in ConfigSearchWindow() local
1338 QVariant x, y; in ConfigMainWindow() local
/scripts/dtc/
A Dutil.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
A Dutil.c152 char x[4]; in get_oct_char() local
175 char x[3]; in get_hex_char() local
A Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2()
A Ddtc.h72 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument

Completed in 17 milliseconds