Home
last modified time | relevance | path

Searched refs:diff (Results 176 – 200 of 3834) sorted by relevance

12345678910>>...154

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch3 diff -ruN tcp_wrappers_7.6.orig/eval.c tcp_wrappers_7.6/eval.c
35 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
47 diff -ruN tcp_wrappers_7.6.orig/percent_x.c tcp_wrappers_7.6/percent_x.c
59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h
H A D14_cidr_support.patch3 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
17 diff -ruN tcp_wrappers_7.6.orig/hosts_access.c tcp_wrappers_7.6/hosts_access.c
30 diff -ruN tcp_wrappers_7.6.orig/misc.c tcp_wrappers_7.6/misc.c
51 diff -ruN tcp_wrappers_7.6.orig/tcpdchk.c tcp_wrappers_7.6/tcpdchk.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvstreams_4.6.1.bb11 file://04_signed_request.diff \
12 file://05_gcc.diff \
13 file://06_gcc-4.7.diff \
14 file://07_buildflags.diff \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A D0001-Add-configure-time-check-for-setsid.patch18 diff --git a/configure b/configure
30 diff --git a/configure.in b/configure.in
42 diff --git a/main.c b/main.c
64 diff --git a/xtermcfg.hin b/xtermcfg.hin
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dmedia-tomb.patch5 diff -Nru webmin-1.570.bak/mediatomb/index.cgi webmin-1.570/mediatomb/index.cgi
22 diff -Nru webmin-1.570.bak/mediatomb/lang/en webmin-1.570/mediatomb/lang/en
28 diff -Nru webmin-1.570.bak/mediatomb/mediatomb-lib.pl webmin-1.570/mediatomb/mediatomb-lib.pl
63 diff -Nru webmin-1.570.bak/mediatomb/module.info webmin-1.570/mediatomb/module.info
/openbmc/linux/tools/perf/bench/
H A Dpmu-scan.c131 struct timeval start, end, diff; in run_pmu_scan() local
155 timersub(&end, &start, &diff); in run_pmu_scan()
156 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in run_pmu_scan()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_dvt.c218 u32 diff = 0, diff_best = 0xFFFFFFFF, i = 0, i_best = 0; in i810fb_find_best_mode() local
224 diff = pixclock - std_modes[i].pixclock; in i810fb_find_best_mode()
225 if (diff < diff_best) { in i810fb_find_best_mode()
227 diff_best = diff; in i810fb_find_best_mode()
/openbmc/linux/drivers/rtc/
H A Drtc-snvs.c67 s64 diff; in rtc_read_lp_counter() local
78 diff = read1 - read2; in rtc_read_lp_counter()
79 } while (((diff < 0) || (diff > MAX_RTC_READ_DIFF_CYCLES)) && --timeout); in rtc_read_lp_counter()
91 s32 diff; in rtc_read_lp_counter_lsb() local
98 diff = count1 - count2; in rtc_read_lp_counter_lsb()
99 } while (((diff < 0) || (diff > MAX_RTC_READ_DIFF_CYCLES)) && --timeout); in rtc_read_lp_counter_lsb()
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c89 signed long diff; in __udelay() local
99 diff = endtime - now; in __udelay()
100 } while (diff >= 0); in __udelay()
/openbmc/linux/kernel/power/
H A Dwakelock.c155 int diff; in wakelock_lookup_add() local
159 diff = strncmp(name, wl->name, len); in wakelock_lookup_add()
160 if (diff == 0) { in wakelock_lookup_add()
162 diff = -1; in wakelock_lookup_add()
166 if (diff < 0) in wakelock_lookup_add()
/openbmc/qemu/tests/tcg/
H A DMakefile.target67 diff-out = $(call quiet-command, diff -q $1.out $2 || \
68 (diff -u $1.out $2 | head -n 10 && false), \
77 conditional-diff-out = \
79 $(call diff-out,$1,$2), \
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_profile_stat.tc13 ! diff trace_stat/function0 $TMPDIR/function0
21 diff trace_stat/function0 $TMPDIR/function0
/openbmc/linux/drivers/video/fbdev/core/
H A Dmodedb.c656 u32 best, diff, tdiff; in fb_find_mode() local
779 diff = -1; in fb_find_mode()
798 if (score < diff) { in fb_find_mode()
799 diff = score; in fb_find_mode()
825 if (diff > tdiff) { in fb_find_mode()
826 diff = tdiff; in fb_find_mode()
968 u32 diff = -1; in fb_find_best_mode() local
977 if (diff > d) { in fb_find_best_mode()
978 diff = d; in fb_find_best_mode()
1011 if (diff > d) { in fb_find_nearest_mode()
[all …]
/openbmc/linux/lib/
H A Dassoc_array.c485 int level, diff; in assoc_array_insert_into_terminal_node() local
729 diff = INT_MAX; in assoc_array_insert_into_terminal_node()
733 if (x < diff) { in assoc_array_insert_into_terminal_node()
735 diff = x; in assoc_array_insert_into_terminal_node()
738 BUG_ON(diff == INT_MAX); in assoc_array_insert_into_terminal_node()
800 int level, sc_level, diff; in assoc_array_insert_mid_shortcut() local
818 diff = __ffs(dissimilarity); in assoc_array_insert_mid_shortcut()
819 diff &= ~ASSOC_ARRAY_LEVEL_STEP_MASK; in assoc_array_insert_mid_shortcut()
821 pr_devel("diff=%d\n", diff); in assoc_array_insert_mid_shortcut()
846 if (diff > level) { in assoc_array_insert_mid_shortcut()
[all …]
/openbmc/linux/net/ipv6/ila/
H A Dila.h81 __be32 diff[] = { in compute_csum_diff8() local
85 return csum_partial(diff, sizeof(diff), 0); in compute_csum_diff8()
/openbmc/linux/tools/testing/selftests/timers/
H A Dadjtick.c72 long long diff = 0, tmp; in get_monotonic_and_raw() local
87 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()
88 diff = newdiff; in get_monotonic_and_raw()
/openbmc/linux/lib/crypto/mpi/
H A Dmpih-cmp.c34 goto diff; in mpihelp_cmp()
38 diff: in mpihelp_cmp()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/
H A D0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch14 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
27 diff --git a/libgxim/Makefile.am b/libgxim/Makefile.am
40 diff --git a/tests/Makefile.am b/tests/Makefile.am
/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2y.c177 int i, j, n, diff, send; in i_usx2y_in04_int() local
188 diff = -1; in i_usx2y_in04_int()
190 diff = 0; in i_usx2y_in04_int()
196 if (diff < 0) in i_usx2y_in04_int()
197 diff = i; in i_usx2y_in04_int()
202 if (diff >= 0) { in i_usx2y_in04_int()
207 us428ctls->ctl_snapshot_differs_at[n] = diff; in i_usx2y_in04_int()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
82 if (diff > diff1) { in at91_pll_calc()
83 diff = diff1; in at91_pll_calc()
86 if (diff == 0) in at91_pll_calc()
90 if (i == 256 && diff > (out_freq >> 5)) in at91_pll_calc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Define-prototype-for-safe_flock.patch16 diff --git a/src/osdep/unix/env_unix.c b/src/osdep/unix/env_unix.c
30 diff --git a/src/osdep/unix/mbx.c b/src/osdep/unix/mbx.c
49 diff --git a/src/osdep/unix/os_lnx.h b/src/osdep/unix/os_lnx.h
62 diff --git a/src/osdep/unix/os_slx.h b/src/osdep/unix/os_slx.h
81 diff --git a/src/osdep/unix/unix.c b/src/osdep/unix/unix.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-Fix-building-with-GCC-10.patch33 diff --git a/src/shar-opts.h b/src/shar-opts.h
46 diff --git a/src/shar-std.def b/src/shar-std.def
59 diff --git a/src/unshar-opts.h b/src/unshar-opts.h
72 diff --git a/src/uudecode-opts.h b/src/uudecode-opts.h
85 diff --git a/src/uuencode-opts.h b/src/uuencode-opts.h
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch31 diff --git a/ld/Makefile.am b/ld/Makefile.am
45 diff --git a/ld/Makefile.in b/ld/Makefile.in
59 diff --git a/ld/ldelf.c b/ld/ldelf.c
72 diff --git a/ld/ldmain.c b/ld/ldmain.c
84 diff --git a/ld/ldmain.h b/ld/ldmain.h
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh49 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
66 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
84 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
226 if ! diff -q -Z "$fwfile" $DIR/read_firmware 2>/dev/null ; then
267 if diff -q -Z "$FW" $DIR/read_firmware 2>/dev/null ; then
/openbmc/linux/net/ipv4/
H A Dtcp_veno.c33 u32 diff; /* calculate the diff rate */ member
153 veno->diff = (tcp_snd_cwnd(tp) << V_PARAM_SHIFT) - target_cwnd; in tcp_veno_cong_avoid()
163 if (veno->diff < beta) { in tcp_veno_cong_avoid()
200 if (veno->diff < beta) in tcp_veno_ssthresh()

12345678910>>...154