Home
last modified time | relevance | path

Searched refs:diff (Results 151 – 175 of 3834) sorted by relevance

12345678910>>...154

/openbmc/linux/net/ipv4/
H A Dtcp_vegas.c198 u32 rtt, diff; in tcp_vegas_cong_avoid() local
227 diff = tcp_snd_cwnd(tp) * (rtt-vegas->baseRTT) / vegas->baseRTT; in tcp_vegas_cong_avoid()
229 if (diff > gamma && tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()
254 if (diff > beta) { in tcp_vegas_cong_avoid()
261 } else if (diff < alpha) { in tcp_vegas_cong_avoid()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/
H A D0001-Fix-function-protypes.patch23 diff --git a/assoc.c b/assoc.c
45 diff --git a/memcached.c b/memcached.c
67 diff --git a/slabs.c b/slabs.c
80 diff --git a/testapp.c b/testapp.c
93 diff --git a/thread.c b/thread.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0007-use-own-functions-file-instead-etc-init.d-functions.patch21 diff --git a/Makefile b/Makefile
33 diff --git a/X11/Xinit.d/11zaurus b/X11/Xinit.d/11zaurus
46 diff --git a/X11/Xinit.d/12keymap b/X11/Xinit.d/12keymap
58 diff --git a/X11/functions b/X11/functions
75 diff --git a/X11/xserver-common b/X11/xserver-common
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Add-missing-includes-cstdint-and-cstdio.patch21 diff --git a/storage/rocksdb/rocksdb/db/compaction/compaction_iteration_stats.h b/storage/rocksdb/r…
33 diff --git a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h b/storage/rocksdb/rocks…
45 diff --git a/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h b/storage/rocksdb/ro…
57 diff --git a/storage/rocksdb/rocksdb/util/slice.cc b/storage/rocksdb/rocksdb/util/slice.cc
70 diff --git a/util/string_util.h b/util/string_util.h
/openbmc/linux/arch/x86/hyperv/
H A Dmmu.c30 unsigned long cur = start, diff; in fill_gva_list() local
33 diff = end > cur ? end - cur : 0; in fill_gva_list()
40 if (diff >= HV_TLB_FLUSH_UNIT) { in fill_gva_list()
43 } else if (diff) { in fill_gva_list()
44 gva_list[gva_n] |= (diff - 1) >> PAGE_SHIFT; in fill_gva_list()
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0006-Make-gemspecs-reproducible.patch18 diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
30 diff --git a/ext/fiddle/fiddle.gemspec b/ext/fiddle/fiddle.gemspec
42 diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
54 diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
66 diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0001-include-libgen.h-for-basename-API-prototype.patch22 diff --git a/src/splice-test.c b/src/splice-test.c
34 diff --git a/src/stat_test.c b/src/stat_test.c
46 diff --git a/src/t_ext4_dax_inline_corruption.c b/src/t_ext4_dax_inline_corruption.c
58 diff --git a/src/t_ext4_dax_journal_corruption.c b/src/t_ext4_dax_journal_corruption.c
70 diff --git a/src/t_mmap_collision.c b/src/t_mmap_collision.c
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch28 diff --git a/game/Makefile b/game/Makefile
41 diff --git a/life/Makefile b/life/Makefile
54 diff --git a/mandelbrot/Makefile b/mandelbrot/Makefile
67 diff --git a/offscreen/Makefile b/offscreen/Makefile
80 diff --git a/pngview/Makefile b/pngview/Makefile
93 diff --git a/radar_sweep/Makefile b/radar_sweep/Makefile
106 diff --git a/radar_sweep_alpha/Makefile b/radar_sweep_alpha/Makefile
119 diff --git a/rgb_triangle/Makefile b/rgb_triangle/Makefile
132 diff --git a/spriteview/Makefile b/spriteview/Makefile
145 diff --git a/test_pattern/Makefile b/test_pattern/Makefile
[all …]
/openbmc/qemu/hw/timer/
H A Drenesas_tmr.c65 uint16_t diff[TMR_NR_EVENTS], min; in update_events() local
83 diff[cmia] = concat_reg(tmr->tcora) - concat_reg(tmr->tcnt); in update_events()
84 diff[cmib] = concat_reg(tmr->tcorb) - concat_reg(tmr->tcnt); in update_events()
85 diff[ovi] = 0x10000 - concat_reg(tmr->tcnt); in update_events()
88 diff[cmia] = tmr->tcora[ch] - tmr->tcnt[ch]; in update_events()
89 diff[cmib] = tmr->tcorb[ch] - tmr->tcnt[ch]; in update_events()
90 diff[ovi] = 0x100 - tmr->tcnt[ch]; in update_events()
93 for (event = 0, min = diff[0], i = 1; i < none; i++) { in update_events()
94 if (min > diff[i]) { in update_events()
96 min = diff[i]; in update_events()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch48 diff --git a/debian/system/core/append2simg.mk b/debian/system/core/append2simg.mk
61 diff --git a/debian/system/core/fastboot.mk b/debian/system/core/fastboot.mk
74 diff --git a/debian/system/core/img2simg.mk b/debian/system/core/img2simg.mk
87 diff --git a/debian/system/core/libbacktrace.mk b/debian/system/core/libbacktrace.mk
119 diff --git a/debian/system/core/libbase.mk b/debian/system/core/libbase.mk
146 diff --git a/debian/system/core/libcutils.mk b/debian/system/core/libcutils.mk
173 diff --git a/debian/system/core/liblog.mk b/debian/system/core/liblog.mk
191 diff --git a/debian/system/core/libsparse.mk b/debian/system/core/libsparse.mk
218 diff --git a/debian/system/core/libutils.mk b/debian/system/core/libutils.mk
264 diff --git a/debian/system/core/simg2img.mk b/debian/system/core/simg2img.mk
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/
H A Dopengl.patch85 diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c
124 diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
140 diff --git a/gdk/gdkgl.c b/gdk/gdkgl.c
217 diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c
263 diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
323 diff --git a/gdk/meson.build b/gdk/meson.build
436 diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h
482 diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
617 diff --git a/meson.build b/meson.build
675 diff --git a/meson_options.txt b/meson_options.txt
[all …]
/openbmc/linux/crypto/
H A Dxor.c87 ktime_t min, start, diff; in do_xor_speed() local
102 diff = ktime_sub(ktime_get(), start); in do_xor_speed()
103 if (diff < min) in do_xor_speed()
104 min = diff; in do_xor_speed()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Drop-libdl-references.patch19 diff --git a/meson.build b/meson.build
32 diff --git a/src/client/meson.build b/src/client/meson.build
44 diff --git a/src/libply-splash-core/meson.build b/src/libply-splash-core/meson.build
56 diff --git a/src/libply/meson.build b/src/libply/meson.build
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py341 diff = block_ids = set([x // size for x in data])
342 while len(diff) != 0:
345 len(diff))
348 diff = set([x // size for x in new]) - block_ids
350 block_ids |= diff
376 blocks |= diff
377 while len(diff) != 0:
381 len(diff))
384 diff = set([x // block_size for x in new]) - blocks
386 blocks |= diff
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch29 diff --git a/asm/nasm.c b/asm/nasm.c
85 diff --git a/include/nasmlib.h b/include/nasmlib.h
109 diff --git a/nasm.txt b/nasm.txt
124 diff --git a/nasmlib/filename.c b/nasmlib/filename.c
159 diff --git a/output/outas86.c b/output/outas86.c
181 diff --git a/output/outcoff.c b/output/outcoff.c
203 diff --git a/output/outelf.c b/output/outelf.c
247 diff --git a/output/outieee.c b/output/outieee.c
260 diff --git a/output/outobj.c b/output/outobj.c
273 diff --git a/stdlib/strlcat.c b/stdlib/strlcat.c
[all …]
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c214 int value, n, m, min_m, max_m, diff, step; in lcdc_pll_set() local
250 diff = dotclock - value; in lcdc_pll_set()
251 if (diff < best_diff) { in lcdc_pll_set()
252 best_diff = diff; in lcdc_pll_set()
268 diff = dotclock - value; in lcdc_pll_set()
269 if (diff < best_diff) { in lcdc_pll_set()
270 best_diff = diff; in lcdc_pll_set()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0007-Deleted-settiong-of-python-to-fix-the-install-confli.patch38 diff --git a/source4/scripting/bin/samba-gpupdate b/source4/scripting/bin/samba-gpupdate
50 diff --git a/source4/scripting/bin/samba-tool b/source4/scripting/bin/samba-tool
62 diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate
74 diff --git a/source4/scripting/bin/samba_downgrade_db b/source4/scripting/bin/samba_downgrade_db
86 diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc
98 diff --git a/source4/scripting/bin/samba_spnupdate b/source4/scripting/bin/samba_spnupdate
110 diff --git a/source4/scripting/bin/samba_upgradedns b/source4/scripting/bin/samba_upgradedns
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4130.yaml109 diff-channels:
191 - diff-channels
223 diff-channels = <8 9>;
232 diff-channels = <10 11>;
241 diff-channels = <16 19>;
250 diff-channels = <18 19>;
259 diff-channels = <19 19>;
/openbmc/linux/fs/ext4/
H A Dmmp.c148 unsigned long diff; in kmmpd() local
191 diff = jiffies - last_update_time; in kmmpd()
192 if (diff < mmp_update_interval * HZ) in kmmpd()
194 HZ - diff); in kmmpd()
201 diff = jiffies - last_update_time; in kmmpd()
202 if (diff > mmp_check_interval * HZ) { in kmmpd()
234 mmp_check_interval = max(min(EXT4_MMP_CHECK_MULT * diff / HZ, in kmmpd()
/openbmc/linux/drivers/ptp/
H A Dptp_dfl_tod.c174 u32 period, diff, rem, rem_period, adj_period; in dfl_tod_adjust_time() local
196 diff = (period - TOD_PERIOD_MIN) >> PERIOD_FRAC_OFFSET; in dfl_tod_adjust_time()
197 adj_period = period - (diff << PERIOD_FRAC_OFFSET); in dfl_tod_adjust_time()
198 count = div_u64_rem(delta, diff, &rem); in dfl_tod_adjust_time()
201 diff = (TOD_PERIOD_MAX - period) >> PERIOD_FRAC_OFFSET; in dfl_tod_adjust_time()
202 adj_period = period + (diff << PERIOD_FRAC_OFFSET); in dfl_tod_adjust_time()
203 count = div_u64_rem(delta, diff, &rem); in dfl_tod_adjust_time()
/openbmc/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches44 1) 「 diff -up 」
47 パッチの作成には「 diff -up 」又は「 diff -uprN 」を使ってください。
49 Linux カーネルに対する全ての変更は diff(1) コマンドによるパッチの形式で
50 生成してください。パッチを作成するときには、diff(1) コマンドに「 -u 」引
67 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
77 diff -uprN -X linux-2.6.12-vanilla/Documentation/dontdiff \
81 ファイルの一覧がのっています。そして、それらはパッチを生成する diff(1)
86 認してください。diff(1) コマンドで生成したパッチがあなたの意図したとお
596 diffstat の結果を生成するために「 git diff -M --stat --summary 」を使って
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py907 if diff > 0:
909 elif diff < 0:
911 delta.append([diff, name])
925 for diff, name in delta:
926 if diff:
948 diff = result[name]
951 if diff != 0:
1018 if diff:
1046 total += diff
1057 diff = totals[name]
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0003-kexec-elf-rel-use-our-elf.h.patch25 diff --git a/kexec/arch/arm/kexec-elf-rel-arm.c b/kexec/arch/arm/kexec-elf-rel-arm.c
36 diff --git a/kexec/arch/i386/kexec-elf-rel-x86.c b/kexec/arch/i386/kexec-elf-rel-x86.c
47 diff --git a/kexec/arch/ppc/kexec-elf-rel-ppc.c b/kexec/arch/ppc/kexec-elf-rel-ppc.c
58 diff --git a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c
69 diff --git a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
80 diff --git a/kexec/kexec-elf-rel.c b/kexec/kexec-elf-rel.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0009-Prevent-running-check-tests-on-host-if-cross-compili.patch34 diff --git a/configure.ac b/configure.ac
46 diff --git a/libdb/tests/Makefile.am b/libdb/tests/Makefile.am
57 diff --git a/libop/tests/Makefile.am b/libop/tests/Makefile.am
68 diff --git a/libregex/tests/Makefile.am b/libregex/tests/Makefile.am
79 diff --git a/libutil++/tests/Makefile.am b/libutil++/tests/Makefile.am
100 diff --git a/libutil/tests/Makefile.am b/libutil/tests/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch36 diff --git a/js/dbusServices/meson.build b/js/dbusServices/meson.build
49 diff --git a/meson.build b/meson.build
66 diff --git a/meson_options.txt b/meson_options.txt
80 diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build
93 diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build
111 diff --git a/subprojects/extensions-app/meson_options.txt b/subprojects/extensions-app/meson_option…

12345678910>>...154