Home
last modified time | relevance | path

Searched refs:diff (Results 76 – 100 of 3834) sorted by relevance

12345678910>>...154

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c15 __u32 diff = 0; in ing_cls() local
25 diff |= ((__u32 *)data_meta)[0] ^ ((__u32 *)data)[0]; in ing_cls()
26 diff |= ((__u16 *)data_meta)[2] ^ ((__u16 *)data)[2]; in ing_cls()
28 return diff ? TC_ACT_SHOT : TC_ACT_OK; in ing_cls()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0003-Add-fchmodat2-syscall-on-linux.patch32 diff --git a/NEWS b/NEWS
44 diff --git a/coregrind/m_syswrap/priv_syswrap-linux.h b/coregrind/m_syswrap/priv_syswrap-linux.h
58 diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c
71 diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c b/coregrind/m_syswrap/syswrap-arm-linux.c
84 diff --git a/coregrind/m_syswrap/syswrap-arm64-linux.c b/coregrind/m_syswrap/syswrap-arm64-linux.c
97 diff --git a/coregrind/m_syswrap/syswrap-linux.c b/coregrind/m_syswrap/syswrap-linux.c
156 diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c
169 diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c
182 diff --git a/coregrind/m_syswrap/syswrap-s390x-linux.c b/coregrind/m_syswrap/syswrap-s390x-linux.c
195 diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dfaildiff-order.patch24 diff --git a/test/faildiff.test b/test/faildiff.test
29 > File test.bin added to patch %{P}test.diff
32 - $ quilt diff -pab --no-index
33 + $ quilt diff -pab --no-index 2>/dev/null
35 + $ quilt diff -pab --no-index >/dev/null
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-manual-pages.patch18 diff --git a/doc/bw_mem.8 b/doc/bw_mem.8
31 diff --git a/doc/lat_fcntl.8 b/doc/lat_fcntl.8
44 diff --git a/doc/lat_fifo.8 b/doc/lat_fifo.8
57 diff --git a/doc/lat_http.8 b/doc/lat_http.8
74 diff --git a/doc/lat_select.8 b/doc/lat_select.8
87 diff --git a/doc/lat_sig.8 b/doc/lat_sig.8
/openbmc/linux/include/linux/
H A Dptp_clock_kernel.h265 static inline bool diff_by_scaled_ppm(u64 base, long scaled_ppm, u64 *diff) in diff_by_scaled_ppm() argument
274 *diff = mul_u64_u64_div_u64(base, (u64)scaled_ppm, 1000000ULL << 16); in diff_by_scaled_ppm()
289 u64 diff; in adjust_by_scaled_ppm() local
291 if (diff_by_scaled_ppm(base, scaled_ppm, &diff)) in adjust_by_scaled_ppm()
292 return base - diff; in adjust_by_scaled_ppm()
294 return base + diff; in adjust_by_scaled_ppm()
/openbmc/linux/fs/ntfs3/
H A Dattrlist.c195 int diff = le32_to_cpu(le->type) - type_in; in al_find_ex() local
198 if (diff < 0) in al_find_ex()
201 if (diff > 0) in al_find_ex()
212 diff = ntfs_cmp_names(le_name(le), name_len, name, in al_find_ex()
215 if (diff < 0) in al_find_ex()
218 if (diff > 0) in al_find_ex()
252 int diff = le32_to_cpu(le->type) - type_in; in al_find_le_to_insert() local
254 if (diff < 0) in al_find_le_to_insert()
257 if (diff > 0) in al_find_le_to_insert()
267 if (diff < 0) in al_find_le_to_insert()
[all …]
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c24 s32 diff = vbva->data_offset - vbva->free_offset; in vbva_buffer_available() local
26 return diff > 0 ? diff : vbva->data_len + diff; in vbva_buffer_available()
35 s32 diff = len - bytes_till_boundary; in vbva_buffer_place_data_at() local
37 if (diff <= 0) { in vbva_buffer_place_data_at()
43 memcpy(&vbva->data[0], (u8 *)p + bytes_till_boundary, diff); in vbva_buffer_place_data_at()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch4 diff --git a/src/configure.ac b/src/configure.ac
35 diff --git a/src/librcksum/Makefile.am b/src/librcksum/Makefile.am
45 diff --git a/src/librcksum/md4.h b/src/librcksum/md4.h
62 diff --git a/src/libzsync/Makefile.am b/src/libzsync/Makefile.am
71 diff --git a/src/libzsync/sha1.h b/src/libzsync/sha1.h
88 diff --git a/src/libzsync/zmap.c b/src/libzsync/zmap.c
102 diff --git a/src/make.c b/src/make.c
/openbmc/linux/arch/arm64/lib/
H A Dstrcmp.S32 #define diff x5 macro
84 eor diff, data1, data2
85 orr syndrome, diff, has_nul
169 eor diff, data1, data2
170 orr syndrome, diff, tmp
181 eor diff, data1, data2
182 orr syndrome, diff, has_nul
/openbmc/u-boot/arch/powerpc/lib/
H A Dextable.c36 long diff; in search_one_table() local
38 diff = first->insn - value; in search_one_table()
39 if (diff == 0) in search_one_table()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dshadow-update-pam-conf.patch29 diff --git a/etc/pam.d/chage b/etc/pam.d/chage
39 diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd
49 diff --git a/etc/pam.d/groupadd b/etc/pam.d/groupadd
59 diff --git a/etc/pam.d/groupdel b/etc/pam.d/groupdel
69 diff --git a/etc/pam.d/groupmems b/etc/pam.d/groupmems
79 diff --git a/etc/pam.d/groupmod b/etc/pam.d/groupmod
89 diff --git a/etc/pam.d/useradd b/etc/pam.d/useradd
99 diff --git a/etc/pam.d/userdel b/etc/pam.d/userdel
109 diff --git a/etc/pam.d/usermod b/etc/pam.d/usermod
/openbmc/qemu/hw/gpio/
H A Domap_gpio.c115 uint16_t diff; in omap_gpio_write() local
131 while ((ln = ctz32(diff)) != 32) { in omap_gpio_write()
134 diff &= ~(1 << ln); in omap_gpio_write()
146 diff &= ~(1 << ln); in omap_gpio_write()
247 uint32_t diff) in omap2_gpio_module_out_update() argument
251 s->outputs ^= diff; in omap2_gpio_module_out_update()
252 diff &= ~s->dir; in omap2_gpio_module_out_update()
253 while ((ln = ctz32(diff)) != 32) { in omap2_gpio_module_out_update()
255 diff &= ~(1 << ln); in omap2_gpio_module_out_update()
386 uint32_t diff; in omap2_gpio_module_write() local
[all …]
/openbmc/u-boot/arch/arm/cpu/sa1100/
H A Dtimer.c29 signed long diff; in __udelay() local
44 diff = endtime - now; in __udelay()
45 } while (diff >= 0); in __udelay()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Avoid-variable-definition-in-header-files.patch22 diff --git a/control.h b/control.h
35 diff --git a/providerMgr.c b/providerMgr.c
47 diff --git a/providerMgr.h b/providerMgr.h
60 diff --git a/sfcBroker.c b/sfcBroker.c
73 diff --git a/trace.c b/trace.c
85 diff --git a/trace.h b/trace.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-include-string-h-from-memcpy-and-strcpy-function-pro.patch17 diff --git a/src/led/address.c b/src/led/address.c
29 diff --git a/src/led/display.c b/src/led/display.c
41 diff --git a/src/lib/unix.c b/src/lib/unix.c
53 diff --git a/src/maint/hediag.c b/src/maint/hediag.c
64 diff --git a/src/sigd/kernel.c b/src/sigd/kernel.c
76 diff --git a/src/sigd/policy.c b/src/sigd/policy.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Fix-function-protype-visibility.patch19 diff --git a/src/appearance.c b/src/appearance.c
31 diff --git a/src/desktops.c b/src/desktops.c
44 diff --git a/src/desktops.h b/src/desktops.h
55 diff --git a/src/main.c b/src/main.c
67 diff --git a/src/moveresize.c b/src/moveresize.c
80 diff --git a/src/moveresize.h b/src/moveresize.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0002-Drop-using-_LARGEFILE64_SOURCE.patch23 diff --git a/lib/trace-cmd/trace-input.c b/lib/trace-cmd/trace-input.c
35 diff --git a/lib/trace-cmd/trace-output.c b/lib/trace-cmd/trace-output.c
47 diff --git a/lib/trace-cmd/trace-recorder.c b/lib/trace-cmd/trace-recorder.c
59 diff --git a/tracecmd/trace-hist.c b/tracecmd/trace-hist.c
71 diff --git a/tracecmd/trace-listen.c b/tracecmd/trace-listen.c
83 diff --git a/tracecmd/trace-mem.c b/tracecmd/trace-mem.c
95 diff --git a/tracecmd/trace-profile.c b/tracecmd/trace-profile.c
107 diff --git a/tracecmd/trace-read.c b/tracecmd/trace-read.c
119 diff --git a/tracecmd/trace-restore.c b/tracecmd/trace-restore.c
131 diff --git a/tracecmd/trace-split.c b/tracecmd/trace-split.c
/openbmc/linux/fs/afs/
H A Dserver.c30 int seq = 1, diff; in afs_find_server() local
49 if (diff == 0) in afs_find_server()
53 if (diff == 0) in afs_find_server()
65 if (diff == 0) in afs_find_server()
68 if (diff == 0) in afs_find_server()
94 int diff, seq = 1; in afs_find_server_by_uuid() local
114 if (diff < 0) { in afs_find_server_by_uuid()
116 } else if (diff > 0) { in afs_find_server_by_uuid()
145 int diff; in afs_install_server() local
159 if (diff < 0) { in afs_install_server()
[all …]
/openbmc/linux/net/core/
H A Ddev_addr_lists.c28 int diff; in __hw_addr_insert() local
32 if (diff == 0) in __hw_addr_insert()
36 if (diff < 0) in __hw_addr_insert()
38 else if (diff > 0) in __hw_addr_insert()
85 int diff; in __hw_addr_add_ex() local
89 if (diff == 0) in __hw_addr_add_ex()
93 if (diff < 0) { in __hw_addr_add_ex()
95 } else if (diff > 0) { in __hw_addr_add_ex()
178 if (diff == 0 && addr_type) in __hw_addr_lookup()
181 if (diff < 0) in __hw_addr_lookup()
[all …]
/openbmc/qemu/target/riscv/
H A Dtime_helper.c47 uint64_t diff, ns_diff, next; in riscv_timer_write_timecmp() local
99 diff = timecmp - rtc_r; in riscv_timer_write_timecmp()
101 ns_diff = muldiv64(diff, NANOSECONDS_PER_SECOND, timebase_freq); in riscv_timer_write_timecmp()
107 if ((NANOSECONDS_PER_SECOND > timebase_freq && ns_diff < diff) || in riscv_timer_write_timecmp()
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
74 if (diff > diff1) { in at91_pll_calc()
75 diff = diff1; in at91_pll_calc()
78 if (diff == 0) in at91_pll_calc()
82 if (i == 256 && diff > (out_freq >> 5)) in at91_pll_calc()
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dtimer.c52 signed long diff; in __udelay() local
56 diff = endtime - now; in __udelay()
57 } while (diff >= 0); in __udelay()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-Fix-build-with-fno-common.patch29 diff --git a/src/ckpt/agent/cpa_cb.h b/src/ckpt/agent/cpa_cb.h
55 diff --git a/src/evt/agent/eda.h b/src/evt/agent/eda.h
68 diff --git a/src/evt/evtd/eds.h b/src/evt/evtd/eds.h
80 diff --git a/src/evt/evtd/eds_amf.c b/src/evt/evtd/eds_amf.c
93 diff --git a/src/evt/evtd/eds_amf.h b/src/evt/evtd/eds_amf.h
106 diff --git a/src/evt/evtd/eds_cb.h b/src/evt/evtd/eds_cb.h
119 diff --git a/src/imm/immd/immd.h b/src/imm/immd/immd.h
161 diff --git a/src/mds/mds_core.h b/src/mds/mds_core.h
257 diff --git a/src/mds/mds_dt_tcp.c b/src/mds/mds_dt_tcp.c
270 diff --git a/src/mds/mds_dt_tcp.h b/src/mds/mds_dt_tcp.h
[all …]
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A DCVE-2023-36328.patch22 diff --git a/libtommath/bn_mp_2expt.c b/libtommath/bn_mp_2expt.c
37 diff --git a/libtommath/bn_mp_grow.c b/libtommath/bn_mp_grow.c
52 diff --git a/libtommath/bn_mp_init_size.c b/libtommath/bn_mp_init_size.c
68 diff --git a/libtommath/bn_mp_mul_2d.c b/libtommath/bn_mp_mul_2d.c
83 diff --git a/libtommath/bn_s_mp_mul_digs.c b/libtommath/bn_s_mp_mul_digs.c
98 diff --git a/libtommath/bn_s_mp_mul_digs_fast.c b/libtommath/bn_s_mp_mul_digs_fast.c
113 diff --git a/libtommath/bn_s_mp_mul_high_digs.c b/libtommath/bn_s_mp_mul_high_digs.c
128 diff --git a/libtommath/bn_s_mp_mul_high_digs_fast.c b/libtommath/bn_s_mp_mul_high_digs_fast.c
/openbmc/linux/scripts/
H A Dcheckkconfigsymbols.py87 if args.commit and args.diff:
90 if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff):
94 if args.commit or args.diff:
125 if args.sim and not args.commit and not args.diff:
137 if args.commit or args.diff:
146 elif args.diff:
147 split = args.diff.split("..")
197 commits = find_commits(symbol, args.diff)
236 def find_commits(symbol, diff): argument
240 symbol, diff])

12345678910>>...154