Home
last modified time | relevance | path

Searched refs:diff (Results 201 – 225 of 3834) sorted by relevance

12345678910>>...154

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-cmake-Use-alternate-way-to-detect-libm.patch19 diff --git a/CMakeLists.txt b/CMakeLists.txt
39 diff --git a/contrib/fonttools/CMakeLists.txt b/contrib/fonttools/CMakeLists.txt
52 diff --git a/fontforge/CMakeLists.txt b/fontforge/CMakeLists.txt
65 diff --git a/fontforgeexe/CMakeLists.txt b/fontforgeexe/CMakeLists.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0001-fix-negative-shift-constants.patch25 diff --git a/libaudiofile/modules/SimpleModule.h b/libaudiofile/modules/SimpleModule.h
38 diff --git a/test/FloatToInt.cpp b/test/FloatToInt.cpp
51 diff --git a/test/IntToFloat.cpp b/test/IntToFloat.cpp
64 diff --git a/test/Sign.cpp b/test/Sign.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7637.patch36 diff -r 4646533663ae -r 9b0e5c555c0f src/video/SDL_pixels.c
100 diff -r 4646533663ae -r 9b0e5c555c0f src/video/gapi/SDL_gapivideo.c
113 diff -r 4646533663ae -r 9b0e5c555c0f src/video/nanox/SDL_nxvideo.c
127 diff -r 4646533663ae -r 9b0e5c555c0f src/video/ps2gs/SDL_gsvideo.c
140 diff -r 4646533663ae -r 9b0e5c555c0f src/video/ps3/SDL_ps3video.c
153 diff -r 4646533663ae -r 9b0e5c555c0f src/video/windib/SDL_dibvideo.c
166 diff -r 4646533663ae -r 9b0e5c555c0f src/video/windx5/SDL_dx5video.c
179 diff -r 4646533663ae -r 9b0e5c555c0f src/video/x11/SDL_x11video.c
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch25 diff --git a/src/unix/linux_like/linux/musl/b32/arm/mod.rs b/src/unix/linux_like/linux/musl/b32/arm…
39 diff --git a/src/unix/linux_like/linux/musl/b32/hexagon.rs b/src/unix/linux_like/linux/musl/b32/hex…
53 diff --git a/src/unix/linux_like/linux/musl/b32/mips/mod.rs b/src/unix/linux_like/linux/musl/b32/mi…
67 diff --git a/src/unix/linux_like/linux/musl/b32/powerpc.rs b/src/unix/linux_like/linux/musl/b32/pow…
81 diff --git a/src/unix/linux_like/linux/musl/b32/x86/mod.rs b/src/unix/linux_like/linux/musl/b32/x86…
95 diff --git a/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs b/src/unix/linux_like/linux/musl/b64…
109 diff --git a/src/unix/linux_like/linux/musl/b64/mips64.rs b/src/unix/linux_like/linux/musl/b64/mips…
123 diff --git a/src/unix/linux_like/linux/musl/mod.rs b/src/unix/linux_like/linux/musl/mod.rs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0012-Fix-implicit-declaration-of-stlcat-strlcopy-function.patch13 diff --git a/adb/adb.c b/adb/adb.c
25 diff --git a/fs_mgr/fs_mgr_fstab.c b/fs_mgr/fs_mgr_fstab.c
38 diff --git a/include/cutils/sockets.h b/include/cutils/sockets.h
/openbmc/u-boot/board/freescale/common/
H A Dics307_clk.c53 unsigned long tmp_out, diff, result = 0; in ics307_sysclk_calculator() local
69 diff = max(out_freq, tmp_out) - min(out_freq, tmp_out); in ics307_sysclk_calculator()
75 if (diff * 1000 / out_freq > 1) in ics307_sysclk_calculator()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants/
H A D0001-Change-hash-bang-to-python3.patch18 diff --git a/setup.py b/setup.py
28 diff --git a/smartypants b/smartypants
38 diff --git a/smartypants.py b/smartypants.py
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A Dlink-with-ldflags.patch7 diff -Nurp linux-atm-2.5.2.orig/configure.in linux-atm-2.5.2/configure.in
18 diff -Nurp linux-atm-2.5.2.orig/src/qgen/Makefile.am linux-atm-2.5.2/src/qgen/Makefile.am
30 diff -Nurp linux-atm-2.5.2.orig/src/qgen/Makefile.in linux-atm-2.5.2/src/qgen/Makefile.in
/openbmc/linux/net/ipv4/
H A Dtcp_htcp.c177 u32 diff = htcp_cong_time(ca); in htcp_alpha_update() local
179 if (diff > HZ) { in htcp_alpha_update()
180 diff -= HZ; in htcp_alpha_update()
181 factor = 1 + (10 * diff + ((diff / 2) * (diff / 2) / HZ)) / HZ; in htcp_alpha_update()
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-Use-portable-implementation-for-basename-API.patch32 diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c
45 diff --git a/shared/util.c b/shared/util.c
61 diff --git a/shared/util.h b/shared/util.h
86 diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c
99 diff --git a/tools/depmod.c b/tools/depmod.c
112 diff --git a/tools/kmod.c b/tools/kmod.c
/openbmc/linux/arch/x86/boot/
H A Dboot.h157 bool diff; in memcmp_fs() local
159 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_fs()
160 return diff; in memcmp_fs()
164 bool diff; in memcmp_gs() local
166 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_gs()
167 return diff; in memcmp_gs()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c209 unsigned int diff = 0; in lsdc_pixel_pll_compute() local
219 diff = clock - computed; in lsdc_pixel_pll_compute()
221 diff = computed - clock; in lsdc_pixel_pll_compute()
223 if (diff < min) { in lsdc_pixel_pll_compute()
224 min = diff; in lsdc_pixel_pll_compute()
229 if (diff == 0) { in lsdc_pixel_pll_compute()
/openbmc/linux/net/smc/
H A Dsmc_cdc.c33 int diff; in smc_cdc_tx_handler() local
39 diff = smc_curs_diff(sndbuf_desc->len, in smc_cdc_tx_handler()
44 atomic_add(diff, &cdcpend->conn->sndbuf_space); in smc_cdc_tx_handler()
241 int rc, diff; in smcd_cdc_msg_send() local
259 diff = smc_curs_diff(conn->sndbuf_desc->len, &conn->tx_curs_fin, in smcd_cdc_msg_send()
263 atomic_add(diff, &conn->sndbuf_space); in smcd_cdc_msg_send()
304 s16 diff; in smc_cdc_msg_validate() local
307 diff = conn->local_rx_ctrl.seqno - recv_seq; in smc_cdc_msg_validate()
308 if (diff < 0) { /* diff larger than 0x7fff */ in smc_cdc_msg_validate()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch25 diff --git a/waflib/Build.py b/waflib/Build.py
38 diff --git a/waflib/ConfigSet.py b/waflib/ConfigSet.py
51 diff --git a/waflib/Context.py b/waflib/Context.py
64 diff --git a/waflib/Task.py b/waflib/Task.py
77 diff --git a/waflib/TaskGen.py b/waflib/TaskGen.py
90 diff --git a/waflib/Tools/c_config.py b/waflib/Tools/c_config.py
103 diff --git a/waflib/Tools/c_preproc.py b/waflib/Tools/c_preproc.py
132 diff --git a/waflib/Tools/msvc.py b/waflib/Tools/msvc.py
204 diff --git a/waflib/Utils.py b/waflib/Utils.py
217 diff --git a/waflib/ansiterm.py b/waflib/ansiterm.py
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer/
H A D0001-add-gupnp-1.2-API-support.patch6 Takes from https://git.archlinux.org/svntogit/packages.git/tree/trunk/gupnp-1.2.diff?h=packages/dle…
15 diff --git a/configure.ac b/configure.ac
30 diff --git a/libdleyna/renderer/device.c b/libdleyna/renderer/device.c
106 diff --git a/libdleyna/renderer/upnp.c b/libdleyna/renderer/upnp.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0001-Use-toolchain-from-environment-variables.patch16 diff --git a/Makefile.inc b/Makefile.inc
47 diff --git a/WTGService/Makefile b/WTGService/Makefile
60 diff --git a/console_src/Makefile b/console_src/Makefile
73 diff --git a/lib/Makefile b/lib/Makefile
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch28 diff --git a/src/patch.c b/src/patch.c
40 diff --git a/tests/ed-style b/tests/ed-style
51 +cat > ed3.diff <<EOF
69 +check 'patch -e -i ed3.diff' <<EOF
/openbmc/linux/drivers/input/keyboard/
H A Dadc-keys.c36 u32 diff, closest = 0xffffffff; in adc_keys_poll() local
45 diff = abs(st->map[i].voltage - value); in adc_keys_poll()
46 if (diff < closest) { in adc_keys_poll()
47 closest = diff; in adc_keys_poll()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch19 diff --git a/configure.ac b/configure.ac
32 diff --git a/src/pavuapplication.cc b/src/pavuapplication.cc
45 diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
67 diff --git a/src/sinkwidget.cc b/src/sinkwidget.cc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas/
H A D0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch22 diff --git a/peas-demo/meson.build b/peas-demo/meson.build
35 diff --git a/tests/libpeas-gtk/testing/meson.build b/tests/libpeas-gtk/testing/meson.build
50 diff --git a/tests/libpeas/testing/meson.build b/tests/libpeas/testing/meson.build
65 diff --git a/tests/testing-util/meson.build b/tests/testing-util/meson.build
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A D0010-Adjust-header-include-sequence.patch19 diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
33 diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c
47 diff --git a/extensions/ebt_nat.c b/extensions/ebt_nat.c
61 diff --git a/useful_functions.c b/useful_functions.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/
H A D0001-fix-build-with-clang.patch36 diff --git a/src/amd_ipmi.c b/src/amd_ipmi.c
49 diff --git a/src/dellssd.c b/src/dellssd.c
62 diff --git a/src/npem.c b/src/npem.c
75 diff --git a/src/vmdssd.c b/src/vmdssd.c
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch23 diff --git a/src/arlib.h b/src/arlib.h
40 diff --git a/src/elfcompress.c b/src/elfcompress.c
58 diff --git a/src/strip.c b/src/strip.c
76 diff --git a/src/unstrip.c b/src/unstrip.c
/openbmc/linux/arch/loongarch/kernel/
H A Drelocate.c73 size_t i, diff; in rotate_xor() local
76 diff = (void *)ptr - area; in rotate_xor()
77 if (size < diff + sizeof(hash)) in rotate_xor()
80 size = ALIGN_DOWN(size - diff, sizeof(hash)); in rotate_xor()
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_clk_div.c54 unsigned long this_prate, div_rate, diff; in mcde_clk_div_choose_div() local
61 diff = abs(rate - div_rate); in mcde_clk_div_choose_div()
63 if (diff < best_diff) { in mcde_clk_div_choose_div()
65 best_diff = diff; in mcde_clk_div_choose_div()

12345678910>>...154