Home
last modified time | relevance | path

Searched refs:diff (Results 726 – 750 of 3836) sorted by relevance

1...<<21222324252627282930>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-dso-link-change.patch24 diff --git a/src/Makefile.am b/src/Makefile.am
37 diff --git a/tests/Makefile.am b/tests/Makefile.am
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7292.yaml59 diff-channels: true
89 diff-channels = <0 1>;
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D5.Posting.rst149 - 補丁本身,採用統一的(「-u」)補丁格式。使用「-p」選項來diff將使函數名與
154 其傳遞給diff
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0043-firmware-psci-Fix-bind_smccc_features-psci-check.patch20 diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c
39 diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dmit-license.patch21 diff --git a/README.licensing b/README.licensing
34 diff --git a/sys-utils/flock.c b/sys-utils/flock.c
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py440 for diff in sorted(sig_diff_filtered):
441 recipe, taskname = diff[0].rsplit(':', 1)
443 (recipe, taskname, diff[1], diff[2])
444 msg.append(' %s: %s -> %s' % diff)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch28 diff --git a/include/usbg/function/hid.h b/include/usbg/function/hid.h
109 diff --git a/include/usbg/function/midi.h b/include/usbg/function/midi.h
204 diff --git a/include/usbg/function/ms.h b/include/usbg/function/ms.h
526 diff --git a/src/Makefile.am b/src/Makefile.am
538 diff --git a/src/function/ether.c b/src/function/ether.c
577 diff --git a/src/function/hid.c b/src/function/hid.c
625 diff --git a/src/function/midi.c b/src/function/midi.c
662 diff --git a/src/function/ms.c b/src/function/ms.c
704 diff --git a/src/function/uac2.c b/src/function/uac2.c
739 diff --git a/src/function/uvc.c b/src/function/uvc.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-Use-stdint-types.patch18 diff --git a/src/bma250e/bma250e.cxx b/src/bma250e/bma250e.cxx
66 diff --git a/src/bmg160/bmg160.cxx b/src/bmg160/bmg160.cxx
99 diff --git a/src/bmi160/bosch_bmi160.h b/src/bmi160/bosch_bmi160.h
112 diff --git a/src/bmm150/bmm150.cxx b/src/bmm150/bmm150.cxx
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c212 int value, n, m, div, diff; in sunxi_dw_hdmi_pll_set() local
233 diff = clk_khz - value; in sunxi_dw_hdmi_pll_set()
234 if (diff < best_diff) { in sunxi_dw_hdmi_pll_set()
235 best_diff = diff; in sunxi_dw_hdmi_pll_set()
/openbmc/linux/drivers/mtd/tests/
H A Dtorturetest.c419 char *diff; in print_bufs() local
424 diff = " "; in print_bufs()
428 diff = "***"; in print_bufs()
436 printk(" %s ", diff); in print_bufs()
/openbmc/linux/drivers/misc/
H A Ddw-xdata-pcie.c165 u64 data[2], time[2], diff; in dw_xdata_perf() local
192 diff = jiffies_to_nsecs(time[1] - time[0]); in dw_xdata_perf()
193 *rate = dw_xdata_perf_diff(&data[1], &data[0], diff); in dw_xdata_perf()
198 diff, write ? "write" : "read", *rate); in dw_xdata_perf()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0008-libtool-do-not-use-jlibtool.patch21 diff --git a/Make.inc.in b/Make.inc.in
43 diff --git a/scripts/boiler.mk b/scripts/boiler.mk
63 diff --git a/scripts/install.mk b/scripts/install.mk
118 diff --git a/scripts/libtool.mk b/scripts/libtool.mk
/openbmc/linux/tools/lib/bpf/
H A DMakefile146 (diff -B ../../include/uapi/linux/bpf.h ../../../include/uapi/linux/bpf.h >/dev/null) || \
149 …(diff -B ../../include/uapi/linux/bpf_common.h ../../../include/uapi/linux/bpf_common.h >/dev/null…
152 (diff -B ../../include/uapi/linux/if_xdp.h ../../../include/uapi/linux/if_xdp.h >/dev/null) || \
200 diff -u $(OUTPUT)libbpf_global_syms.tmp \
/openbmc/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1-pll.c146 unsigned long tmp, fout, fclk, diff; in ma35d1_pll_find_closest() local
167 diff = abs(rate - fout); in ma35d1_pll_find_closest()
168 if (diff < min_diff) { in ma35d1_pll_find_closest()
173 min_diff = diff; in ma35d1_pll_find_closest()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c58 ptrdiff_t diff = wd - watchdog_list; in watchdog_index() local
60 g_assert(diff >= 0 && diff < ARRAY_SIZE(watchdog_list)); in watchdog_index()
62 return diff; in watchdog_index()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_rc.c756 int diff; in reset_psn() local
764 if (diff < 0) in reset_psn()
771 if (diff == 0) { in reset_psn()
1015 int diff; in do_rc_ack() local
1042 diff == 0) { in do_rc_ack()
1281 int diff; in qib_rc_rcv_resp() local
1319 if (unlikely(diff <= 0)) { in qib_rc_rcv_resp()
1498 int diff, in qib_rc_rcv_error() argument
1507 if (diff > 0) { in qib_rc_rcv_error()
1725 int diff; in qib_rc_rcv() local
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dtime_t.patch26 diff --git a/libsn/sn-monitor.c b/libsn/sn-monitor.c
52 diff --git a/libsn/sn-monitor.h b/libsn/sn-monitor.h
94 diff --git a/libsn/sn-monitor.h b/libsn/sn-monitor.h
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch21 diff --git a/Makefile b/Makefile
30 diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
39 diff --git a/Makefile.include b/Makefile.include
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0006-themes-Industrial-add-info-label-in-ui.patch19 diff --git a/data/themes/Industrial/greeter-gtk3.ui b/data/themes/Industrial/greeter-gtk3.ui
64 diff --git a/data/themes/Industrial/greeter.ui b/data/themes/Industrial/greeter.ui
109 diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch23 diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c
58 diff --git a/openbsd-compat/strlcpy.c b/openbsd-compat/strlcpy.c
84 diff --git a/openbsd-compat/strnlen.c b/openbsd-compat/strnlen.c
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch21 diff --git a/cache.c b/cache.c
36 diff --git a/ldconfig.h b/ldconfig.h
51 diff --git a/readelflib.c b/readelflib.c
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch17 diff --git a/man/rpcbind.8 b/man/rpcbind.8
39 diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
88 diff --git a/src/rpcbind.c b/src/rpcbind.c
/openbmc/linux/drivers/platform/x86/
H A Dmsi-wmi.c200 ktime_t diff = ktime_sub(cur, last_pressed); in msi_wmi_notify() local
203 if (ktime_to_us(diff) < 1000 * 50) { in msi_wmi_notify()
206 key->code, ktime_to_us(diff)); in msi_wmi_notify()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dfix-security-format.patch12 diff --git a/extract.c b/extract.c
36 diff --git a/list.c b/list.c
76 diff --git a/zipinfo.c b/zipinfo.c
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch23 diff --git a/interface/khronos/common/khrn_client.c b/interface/khronos/common/khrn_client.c
36 diff --git a/interface/khronos/common/khrn_client.h b/interface/khronos/common/khrn_client.h
65 diff --git a/interface/khronos/ext/egl_wayland.c b/interface/khronos/ext/egl_wayland.c

1...<<21222324252627282930>>...154