/scripts/dtc/libfdt/ |
D | libfdt_env.h | 29 #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()
|
D | libfdt_internal.h | 10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument 11 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) argument
|
/scripts/ |
D | sortextable.c | 112 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 …]
|
D | recordmcount.c | 359 static uint64_t w8rev(uint64_t const x) in w8rev() 371 static uint32_t w4rev(uint32_t const x) in w4rev() 379 static uint32_t w2rev(uint16_t const x) in w2rev() 385 static uint64_t w8nat(uint64_t const x) in w8nat() 390 static uint32_t w4nat(uint32_t const x) in w4nat() 395 static uint32_t w2nat(uint16_t const x) in w2nat()
|
D | insert-sys-cert.c | 70 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/ |
D | yesno.c | 16 int x = width / 2 - 10; in print_buttons() local 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | checklist.c | 53 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
|
D | inputbox.c | 18 int x = width / 2 - 11; in print_buttons() local 34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
D | menubox.c | 98 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
|
D | util.c | 341 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()
|
D | textbox.c | 47 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local 341 int x = getcurx(win); in print_line() local
|
D | dialog.h | 43 #define MIN(x,y) (x < y ? x : y) argument 44 #define MAX(x,y) (x > y ? x : y) argument
|
/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 556 int x, y, lines, columns; in show_scroll_win() local
|
D | qconf.cc | 775 int idx, x; in mouseReleaseEvent() local 1277 QVariant x, y; in ConfigSearchWindow() local 1338 QVariant x, y; in ConfigMainWindow() local
|
/scripts/gcc-plugins/ |
D | gcc-generate-rtl-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
D | gcc-generate-simple_ipa-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
D | gcc-generate-gimple-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
D | gcc-generate-ipa-pass.h | 32 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument 33 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
D | randomize_layout_plugin.c | 144 #define rot(x,k) (((x)<<(k))|((x)>>(64-(k)))) argument 145 static u64 ranval(ranctx *x) { in ranval() 154 static void raninit(ranctx *x, u64 *seed) { in raninit() 212 unsigned long i, x; in performance_shuffle() local
|
/scripts/mod/ |
D | sumversion.c | 46 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()
|
D | modpost.h | 84 #define TO_NATIVE(x) \ argument 93 #define TO_NATIVE(x) (x) argument
|
/scripts/dtc/ |
D | util.h | 22 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
|
D | fdtdump.c | 17 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) argument
|
D | util.c | 145 char x[4]; in get_oct_char() local 168 char x[3]; in get_hex_char() local
|
D | dtc.c | 26 static int is_power_of_2(int x) in is_power_of_2()
|