Searched refs:h (Results 1 – 14 of 14) sorted by relevance
| /scripts/ |
| A D | Makefile.autoconf | 41 -include $(srctree)/include/linux/kconfig.h 48 -MQ include/config/auto.conf include/config.h > $@ || { \ 51 include/autoconf.mk.dep: include/config.h FORCE 73 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM include/config.h > $@.tmp && { \ 81 u-boot.cfg: include/config.h FORCE 84 spl/u-boot.cfg: include/config.h FORCE 88 tpl/u-boot.cfg: include/config.h FORCE 92 vpl/u-boot.cfg: include/config.h FORCE 122 include/config.h: scripts/Makefile.autoconf create_symlink FORCE
|
| A D | cleanpatch | 194 my @h = (); 204 unshift(@h, $l); 206 unshift(@h, $l); 226 unshift(@h, $l); 229 foreach $l (@h) {
|
| A D | Makefile.build | 213 $(srctree)/scripts/recordmcount.h 262 $(wildcard include/config/orc/unwinder.h \ 263 include/config/stack/validation.h) 366 ASM_PROTOTYPES := $(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/asm-prototypes.h) 406 $(subst .h,.c,$@) $(subst .c,.h,$@) 408 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/tools/asn1_compiler 500 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \ 503 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
|
| A D | Makefile.xpl | 149 platdata-hdr := include/generated/dt-structs-gen.h include/generated/dt-decl.h 198 -include $(srctree)/include/u-boot/u-boot.lds.h \ 199 -include $(objtree)/include/config.h \
|
| A D | Kbuild.include | 53 # version.h: FORCE 288 # (3) - due to: file1.h file2.h
|
| A D | checkpatch.pl | 1136 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include… 6459 my $h = $2; 6462 "Integer promotion: Using '$h' in '$pspec' is unnecessary\n" . "$here\n$stat_real\n") &&
|
| /scripts/dtc/libfdt/ |
| A D | Makefile.libfdt | 8 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
|
| /scripts/dtc/ |
| A D | update-dtc-source.sh | 66 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 67 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 68 git add ./libfdt/libfdt.h
|
| A D | Makefile | 19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
| A D | README | 80 Adding a new function to libfdt.h 85 it cannot be supported, put the declaration in libfdt.h behind #ifndef SWIG so
|
| /scripts/kconfig/ |
| A D | gconf.c | 466 gint w, h; in on_window1_size_request() local 469 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request() 471 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request() 473 if (h == old_h) in on_window1_size_request() 475 old_h = h; in on_window1_size_request() 477 gtk_paned_set_position(GTK_PANED(vpaned), 2 * h / 3); in on_window1_size_request() 715 gint w, h; in on_split_clicked() local 718 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
|
| A D | Makefile | 208 $(obj)/%.moc: $(src)/%.h $(obj)/.qconf-cfg
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 51 #define DLG_COLOR(dialog, f, b, h) \ argument 55 dlg.dialog.hl = (h); \
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 18 #include "libfdt.h" 37 # Error codes, corresponding to FDT_ERR_... in libfdt.h 1000 * fdt32_t is a big-endian 32-bit value defined to uint32_t in libfdt_env.h 1005 %include "libfdt/fdt.h" 1123 %include <../libfdt/libfdt.h>
|
Completed in 27 milliseconds