Home
last modified time | relevance | path

Searched refs:diff (Results 901 – 925 of 3836) sorted by relevance

1...<<31323334353637383940>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch22 diff --git a/src/cmd/dist/build.go b/src/cmd/dist/build.go
37 diff --git a/src/cmd/go/internal/cfg/cfg.go b/src/cmd/go/internal/cfg/cfg.go
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-valgrind-monitor.py-regular-expressions-should-use-r.patch28 diff --git a/NEWS b/NEWS
49 diff --git a/coregrind/m_gdbserver/valgrind-monitor-def.py b/coregrind/m_gdbserver/valgrind-monitor…
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest/
H A D0001-testpatch.patch1 diff --git a/Makefile.am b/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/
H A Dlibspatialite_macros.patch3 diff -rupN --no-dereference libspatialite-5.0.1/configure.ac libspatialite-5.0.1-new/configure.ac
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dnopam.patch5 diff -ur vsftpd-2.0.1_org/builddefs.h vsftpd-2.0.1_patch/builddefs.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/
H A Dam_foreign.patch3 diff -Nurd SDL_net-1.2.8/Makefile.am SDL_net-1.2.8/Makefile.am
/openbmc/linux/sound/pci/ctxfi/
H A Dcttimer.c184 unsigned int wc, diff; in ct_xfitimer_reprogram() local
193 diff = wc - atimer->wc; in ct_xfitimer_reprogram()
196 if (ti->frag_count > diff) in ct_xfitimer_reprogram()
197 ti->frag_count -= diff; in ct_xfitimer_reprogram()
/openbmc/u-boot/drivers/fpga/
H A Dzynqpl.c341 u32 diff; in zynq_validate_bitstream() local
349 diff = (u32)buf_start - (u32)buf; in zynq_validate_bitstream()
350 if (diff) { in zynq_validate_bitstream()
352 __func__, diff); in zynq_validate_bitstream()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ftp.c249 struct sk_buff *skb, int *diff, in ip_vs_ftp_out() argument
263 *diff = 0; in ip_vs_ftp_out()
419 struct sk_buff *skb, int *diff, in ip_vs_ftp_in() argument
429 *diff = 0; in ip_vs_ftp_in()
/openbmc/linux/kernel/kcsan/
H A Dreport.c474 u64 diff = old ^ new; in print_report() local
477 diff &= mask; in print_report()
478 if (diff) { in print_report()
484 hex_len, diff, hex_len, mask); in print_report()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dfw.c137 unsigned long fin, diff; in carl9170_fw_checksum() local
166 diff = fin - (unsigned long) otus_desc; in carl9170_fw_checksum()
168 if (diff < len) in carl9170_fw_checksum()
169 len -= diff; in carl9170_fw_checksum()
/openbmc/linux/net/rxrpc/
H A Dpeer_object.c81 long diff; in rxrpc_peer_cmp_key() local
83 diff = ((peer->hash_key - hash_key) ?: in rxrpc_peer_cmp_key()
88 if (diff != 0) in rxrpc_peer_cmp_key()
89 return diff; in rxrpc_peer_cmp_key()
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c408 struct timeval start, end, diff; in do_inject_loop() local
425 timersub(&end, &start, &diff); in do_inject_loop()
426 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_inject_loop()
/openbmc/linux/net/ipv4/
H A Dsyncookies.c115 u32 diff, count = tcp_cookie_time(); in check_tcp_syn_cookie() local
121 diff = (count - (cookie >> COOKIEBITS)) & ((__u32) -1 >> COOKIEBITS); in check_tcp_syn_cookie()
122 if (diff >= MAX_SYNCOOKIE_AGE) in check_tcp_syn_cookie()
126 cookie_hash(saddr, daddr, sport, dport, count - diff, 1)) in check_tcp_syn_cookie()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D01_man_portability.patch3 diff -ruNp tcp_wrappers_7.6.orig/hosts_access.3 tcp_wrappers_7.6/hosts_access.3
15 diff -ruNp tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
50 diff -ruNp tcp_wrappers_7.6.orig/hosts_options.5 tcp_wrappers_7.6/hosts_options.5
81 diff -ruNp tcp_wrappers_7.6.orig/inetcf.c tcp_wrappers_7.6/inetcf.c
102 diff -ruNp tcp_wrappers_7.6.orig/tcpd.8 tcp_wrappers_7.6/tcpd.8
183 diff -ruNp tcp_wrappers_7.6.orig/tcpdchk.8 tcp_wrappers_7.6/tcpdchk.8
222 diff -ruNp tcp_wrappers_7.6.orig/tcpdmatch.8 tcp_wrappers_7.6/tcpdmatch.8
H A D00_man_quoting.diff3 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
28 diff -ruN tcp_wrappers_7.6.orig/hosts_options.5 tcp_wrappers_7.6/hosts_options.5
40 diff -ruN tcp_wrappers_7.6.orig/tcpdmatch.8 tcp_wrappers_7.6/tcpdmatch.8
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Fix-CVE-2023-29491.patch21 diff --git a/ncurses/tinfo/lib_tgoto.c b/ncurses/tinfo/lib_tgoto.c
41 diff --git a/ncurses/tinfo/lib_tparm.c b/ncurses/tinfo/lib_tparm.c
210 diff --git a/ncurses/tinfo/read_entry.c b/ncurses/tinfo/read_entry.c
224 diff --git a/progs/tic.c b/progs/tic.c
244 diff --git a/progs/tparm_type.c b/progs/tparm_type.c
284 diff --git a/progs/tparm_type.h b/progs/tparm_type.h
299 diff --git a/progs/tput.c b/progs/tput.c
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c393 s64 diff; in am65_cpsw_timer_act() local
412 diff = taprio_new->base_time - taprio_oper->base_time; in am65_cpsw_timer_act()
413 diff = diff < 0 ? -diff : diff; in am65_cpsw_timer_act()
414 if (diff % taprio_new->cycle_time) in am65_cpsw_timer_act()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Use-configure-to-test-for-feature-instead-of-platfor.patch33 diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
59 diff --git a/open-vm-tools/lib/misc/idLinux.c b/open-vm-tools/lib/misc/idLinux.c
123 diff --git a/open-vm-tools/lib/nicInfo/nicInfoPosix.c b/open-vm-tools/lib/nicInfo/nicInfoPosix.c
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch26 diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c
66 diff --git a/src/test/test-glob-util.c b/src/test/test-glob-util.c
117 diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
H A D0006-Use-uintmax_t-for-handling-rlim_t.patch29 diff --git a/src/basic/format-util.h b/src/basic/format-util.h
48 diff --git a/src/basic/rlimit-util.c b/src/basic/rlimit-util.c
88 diff --git a/src/core/execute.c b/src/core/execute.c
/openbmc/linux/drivers/cpuidle/governors/
H A Dmenu.c212 int64_t diff = (int64_t)value - avg; in get_typical_interval() local
213 variance += diff * diff; in get_typical_interval()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch26 diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c
66 diff --git a/src/test/test-glob-util.c b/src/test/test-glob-util.c
117 diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
H A D0006-Use-uintmax_t-for-handling-rlim_t.patch29 diff --git a/src/basic/format-util.h b/src/basic/format-util.h
48 diff --git a/src/basic/rlimit-util.c b/src/basic/rlimit-util.c
88 diff --git a/src/core/execute.c b/src/core/execute.c
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch18 diff --git a/raid6check.c b/raid6check.c
62 diff --git a/restripe.c b/restripe.c
114 diff --git a/swap_super.c b/swap_super.c

1...<<31323334353637383940>>...154