Home
last modified time | relevance | path

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

12

/scripts/dtc/libfdt/
Dlibfdt_env.h71 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) argument
72 #define CPU_TO_FDT16(x) ((EXTRACT_BYTE(x, 0) << 8) | EXTRACT_BYTE(x, 1)) argument
73 #define CPU_TO_FDT32(x) ((EXTRACT_BYTE(x, 0) << 24) | (EXTRACT_BYTE(x, 1) << 16) | \ argument
75 #define CPU_TO_FDT64(x) ((EXTRACT_BYTE(x, 0) << 56) | (EXTRACT_BYTE(x, 1) << 48) | \ argument
80 static inline uint16_t fdt16_to_cpu(fdt16_t x) in fdt16_to_cpu()
84 static inline fdt16_t cpu_to_fdt16(uint16_t x) in cpu_to_fdt16()
89 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu()
93 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32()
98 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu()
102 static inline fdt64_t cpu_to_fdt64(uint64_t x) in cpu_to_fdt64()
Dlibfdt_internal.h55 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) argument
/scripts/
Dsortextable.c112 static uint64_t r8be(const uint64_t *x) in r8be()
116 static uint32_t rbe(const uint32_t *x) in rbe()
120 static uint16_t r2be(const uint16_t *x) in r2be()
124 static uint64_t r8le(const uint64_t *x) in r8le()
128 static uint32_t rle(const uint32_t *x) in rle()
132 static uint16_t r2le(const uint16_t *x) in r2le()
137 static void w8be(uint64_t val, uint64_t *x) in w8be()
141 static void wbe(uint32_t val, uint32_t *x) in wbe()
145 static void w2be(uint16_t val, uint16_t *x) in w2be()
149 static void w8le(uint64_t val, uint64_t *x) in w8le()
[all …]
Drecordmcount.c312 static uint64_t w8rev(uint64_t const x) in w8rev()
324 static uint32_t w4rev(uint32_t const x) in w4rev()
332 static uint32_t w2rev(uint16_t const x) in w2rev()
338 static uint64_t w8nat(uint64_t const x) in w8nat()
343 static uint32_t w4nat(uint32_t const x) in w4nat()
348 static uint32_t w2nat(uint16_t const x) in w2nat()
Dinsert-sys-cert.c70 Elf_Shdr *x; in get_offset_from_address() local
138 Elf_Shdr *x; in find_elf_symbol() local
163 Elf_Shdr *x; in get_symbol_from_table() local
186 Elf_Shdr *x; in get_symbol_table() local
/scripts/kconfig/lxdialog/
Dyesno.c29 int x = width / 2 - 10; in print_buttons() local
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dchecklist.c66 int y, int x, int height) in print_arrows()
103 int x = width / 2 - 11; in print_buttons() local
120 int i, x, y, box_x, box_y; in dialog_checklist() local
Dinputbox.c31 int x = width / 2 - 11; in print_buttons() local
47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
157 int x = width / 2 - 28; in print_buttons() local
187 int i, j, x, y, box_x, box_y; in dialog_menu() local
Dutil.c354 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()
Dtextbox.c60 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
354 int x = getcurx(win); in print_line() local
Ddialog.h62 #define MIN(x,y) (x < y ? x : y) argument
63 #define MAX(x,y) (x > y ? x : y) argument
/scripts/kconfig/
Dnconf.gui.c153 { 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
Dqconf.cc776 int idx, x; in mouseReleaseEvent() local
1279 QVariant x, y; in ConfigSearchWindow() local
1340 QVariant x, y; in ConfigMainWindow() local
/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/mod/
Dsumversion.c46 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift()
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()
Dmodpost.h83 #define TO_NATIVE(x) \ argument
92 #define TO_NATIVE(x) (x) argument
/scripts/dtc/
Dutil.h28 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
Dutil.c111 char x[4]; in get_oct_char() local
134 char x[3]; in get_hex_char() local
Dfdtdump.c16 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) argument
Ddtc.h68 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/scripts/selinux/genheaders/
Dgenheaders.c16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) argument

12