Home
last modified time | relevance | path

Searched refs:diff (Results 101 – 125 of 3834) sorted by relevance

12345678910>>...154

/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c453 if (diff < 0) { in hbitmap_test_set_boundary_bits()
515 size_t diff = 1; in test_hbitmap_truncate_grow_negligible() local
529 ssize_t diff = -1; in test_hbitmap_truncate_shrink_negligible() local
543 ssize_t diff = 1; in test_hbitmap_truncate_grow_tiny() local
557 ssize_t diff = -1; in test_hbitmap_truncate_shrink_tiny() local
571 size_t diff = sizeof(long) / 2; in test_hbitmap_truncate_grow_small() local
584 size_t diff = sizeof(long) / 2; in test_hbitmap_truncate_shrink_small() local
597 size_t diff = sizeof(long) / 2; in test_hbitmap_truncate_grow_medium() local
610 size_t diff = sizeof(long) / 2; in test_hbitmap_truncate_shrink_medium() local
622 size_t diff = 8 * sizeof(long); in test_hbitmap_truncate_grow_large() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0002-Fix-import-of-tests.utils-to-enable-pytest.patch21 diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py
34 diff --git a/tests/test_asyncio_context_vars.py b/tests/test_asyncio_context_vars.py
47 diff --git a/tests/test_functionality.py b/tests/test_functionality.py
60 diff --git a/tests/test_gevent.py b/tests/test_gevent.py
73 diff --git a/tests/test_hooks.py b/tests/test_hooks.py
86 diff --git a/tests/test_tags.py b/tests/test_tags.py
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c31 int diff; member
77 param->diff++; in mmio_diff_handler()
91 .diff = 0, in vgpu_mmio_diff_show()
113 u32 diff = node->preg ^ node->vreg; in vgpu_mmio_diff_show() local
117 32, &diff); in vgpu_mmio_diff_show()
121 seq_printf(s, "Total: %d, Diff: %d\n", param.total, param.diff); in vgpu_mmio_diff_show()
/openbmc/linux/arch/x86/include/asm/
H A Dtlbflush.h315 unsigned long diff = oldflags ^ newflags; in pte_flags_need_flush() local
322 diff &= ~software_flags; in pte_flags_need_flush()
325 diff &= ~_PAGE_ACCESSED; in pte_flags_need_flush()
331 if (diff & oldflags & flush_on_clear) in pte_flags_need_flush()
335 if (diff & flush_on_change) in pte_flags_need_flush()
340 (diff & ~(flush_on_clear | software_flags | flush_on_change))) { in pte_flags_need_flush()
/openbmc/linux/fs/nfs/blocklayout/
H A Dextent_tree.c288 new->be_f_offset += diff; in ext_tree_insert()
289 new->be_v_offset += diff; in ext_tree_insert()
311 new->be_f_offset += diff; in ext_tree_insert()
312 new->be_v_offset += diff; in ext_tree_insert()
438 left->be_length += diff; in ext_tree_mark_written()
440 be->be_f_offset += diff; in ext_tree_mark_written()
441 be->be_v_offset += diff; in ext_tree_mark_written()
442 be->be_length -= diff; in ext_tree_mark_written()
456 be->be_length -= diff; in ext_tree_mark_written()
458 right->be_f_offset -= diff; in ext_tree_mark_written()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch24 diff --git a/src/glsl/bezier.c b/src/glsl/bezier.c
52 diff --git a/src/glsl/brick.c b/src/glsl/brick.c
67 diff --git a/src/glsl/bump.c b/src/glsl/bump.c
84 diff --git a/src/glsl/convolutions.c b/src/glsl/convolutions.c
97 diff --git a/src/glsl/mandelbrot.c b/src/glsl/mandelbrot.c
112 diff --git a/src/glsl/multitex.c b/src/glsl/multitex.c
127 diff --git a/src/glsl/simplex-noise.c b/src/glsl/simplex-noise.c
140 diff --git a/src/glsl/skinning.c b/src/glsl/skinning.c
155 diff --git a/src/glsl/texdemo1.c b/src/glsl/texdemo1.c
175 diff --git a/src/glsl/toyball.c b/src/glsl/toyball.c
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch85 diff --git a/tests/destructive/metadata-regeneration b/tests/destructive/metadata-regeneration
110 diff --git a/tests/perf/test_perf_raw.in b/tests/perf/test_perf_raw.in
136 diff --git a/tests/regression/kernel/test_all_events b/tests/regression/kernel/test_all_events
155 diff --git a/tests/regression/kernel/test_callstack b/tests/regression/kernel/test_callstack
174 diff --git a/tests/regression/kernel/test_channel b/tests/regression/kernel/test_channel
212 diff --git a/tests/regression/kernel/test_event_basic b/tests/regression/kernel/test_event_basic
269 diff --git a/tests/regression/kernel/test_ns_contexts b/tests/regression/kernel/test_ns_contexts
346 diff --git a/tests/regression/kernel/test_syscall b/tests/regression/kernel/test_syscall
529 diff --git a/tests/regression/tools/live/test_kernel b/tests/regression/tools/live/test_kernel
1175 diff --git a/tests/regression/ust/test_event_perf b/tests/regression/ust/test_event_perf
[all …]
/openbmc/linux/rust/kernel/
H A Dkunit.rs52 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => {
60 static LINE: i32 = core::line!() as i32 - $diff;
158 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
161 $crate::kunit_assert!($name, $file, $diff, $left == $right);
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch57 diff --git a/fsr/xfs_fsr.c b/fsr/xfs_fsr.c
70 diff --git a/io/bmap.c b/io/bmap.c
134 diff --git a/io/fadvise.c b/io/fadvise.c
147 diff --git a/io/fiemap.c b/io/fiemap.c
164 diff --git a/io/fsmap.c b/io/fsmap.c
188 diff --git a/io/io.h b/io/io.h
255 diff --git a/io/mmap.c b/io/mmap.c
309 diff --git a/io/pread.c b/io/pread.c
407 diff --git a/io/pwrite.c b/io/pwrite.c
514 diff --git a/io/seek.c b/io/seek.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Fix-potential-string-truncation-in-strncpy.patch24 diff --git a/tests/listen-packet.c b/tests/listen-packet.c
38 diff --git a/tests/listen.c b/tests/listen.c
52 diff --git a/tests/test2.c b/tests/test2.c
67 diff --git a/tests/test3.c b/tests/test3.c
81 diff --git a/tests/test4.c b/tests/test4.c
95 diff --git a/tests/test5.c b/tests/test5.c
109 diff --git a/tests/test6.c b/tests/test6.c
123 diff --git a/tests/test7.c b/tests/test7.c
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c66 if (!diff || !set) in cpu_mask_set_get_first()
74 cpu = cpumask_first(diff); in cpu_mask_set_get_first()
836 cpumask_var_t diff; in get_irq_affinity() local
887 free_cpumask_var(diff); in get_irq_affinity()
892 free_cpumask_var(diff); in get_irq_affinity()
1103 if (!cpumask_empty(diff)) in hfi1_get_proc_affinity()
1137 if (!cpumask_empty(diff)) in hfi1_get_proc_affinity()
1138 cpumask_copy(available_mask, diff); in hfi1_get_proc_affinity()
1154 if (!cpumask_empty(diff)) in hfi1_get_proc_affinity()
1155 cpumask_copy(available_mask, diff); in hfi1_get_proc_affinity()
[all …]
/openbmc/linux/net/core/
H A Dutils.c462 __be32 diff[] = { in inet_proto_csum_replace16() local
467 *sum = csum_fold(csum_partial(diff, sizeof(diff), in inet_proto_csum_replace16()
470 *sum = ~csum_fold(csum_partial(diff, sizeof(diff), in inet_proto_csum_replace16()
476 __wsum diff, bool pseudohdr) in inet_proto_csum_replace_by_diff() argument
479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
481 skb->csum = ~csum_sub(diff, skb->csum); in inet_proto_csum_replace_by_diff()
483 *sum = ~csum_fold(csum_add(diff, csum_unfold(*sum))); in inet_proto_csum_replace_by_diff()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-tautological-compare-warning.patch32 diff --git a/filter.c b/filter.c
54 diff --git a/sysdeps/linux-gnu/arm/fetch.c b/sysdeps/linux-gnu/arm/fetch.c
67 diff --git a/sysdeps/linux-gnu/arm/trace.c b/sysdeps/linux-gnu/arm/trace.c
80 diff --git a/sysdeps/linux-gnu/ia64/fetch.c b/sysdeps/linux-gnu/ia64/fetch.c
106 diff --git a/sysdeps/linux-gnu/mips/plt.c b/sysdeps/linux-gnu/mips/plt.c
119 diff --git a/sysdeps/linux-gnu/ppc/fetch.c b/sysdeps/linux-gnu/ppc/fetch.c
132 diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c
145 diff --git a/sysdeps/linux-gnu/ppc/trace.c b/sysdeps/linux-gnu/ppc/trace.c
202 diff --git a/sysdeps/linux-gnu/x86/fetch.c b/sysdeps/linux-gnu/x86/fetch.c
215 diff --git a/sysdeps/linux-gnu/x86/trace.c b/sysdeps/linux-gnu/x86/trace.c
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py102 elapsed: Optional[float] = None, diff: Sequence[str] = (),
107 self.diff = diff
295 diff=file_diff(str(f_reference), str(f_bad)))
306 diff = file_diff(str(f_reference), str(f_bad))
307 if diff:
315 diff=diff, casenotrun=casenotrun)
405 if res.diff:
407 print('\n'.join(res.diff), file=sys.stderr)
409 print('\n'.join(res.diff))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/
H A D0001-Fix-function-prototype-errors.patch21 diff --git a/ckcmai.c b/ckcmai.c
36 diff --git a/ckucmd.c b/ckucmd.c
49 diff --git a/ckucmd.h b/ckucmd.h
63 diff --git a/ckucon.c b/ckucon.c
77 diff --git a/ckufio.c b/ckufio.c
91 diff --git a/ckuusx.c b/ckuusx.c
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D0001-Fix-implicit-function-declaration-warnings.patch19 diff --git a/hosts_access.c b/hosts_access.c
45 diff --git a/safe_finger.c b/safe_finger.c
57 diff --git a/shell_cmd.c b/shell_cmd.c
75 diff --git a/tcpd.c b/tcpd.c
88 diff --git a/tcpdchk.c b/tcpdchk.c
100 diff --git a/workarounds.c b/workarounds.c
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7124.yaml89 diff-channels: true
103 - diff-channels
133 diff-channels = <0 1>;
141 diff-channels = <2 3>;
149 diff-channels = <4 5>;
154 diff-channels = <6 7>;
/openbmc/linux/tools/include/nolibc/
H A Dstring.h114 int diff; in strcmp() local
116 while (!(diff = (unsigned char)*a++ - (c = (unsigned char)*b++)) && c) in strcmp()
118 return diff; in strcmp()
258 int diff = 0; in strncmp() local
261 !(diff = (unsigned char)*a++ - (c = (unsigned char)*b++)) && c) in strncmp()
264 return diff; in strncmp()
/openbmc/linux/scripts/package/
H A Dmkdebian107 diff -u /dev/null "${KCONFIG_CONFIG}" | tail -n +3
111 "${srctree}/scripts/package/gen-diff-patch" debian/patches/diff.patch
112 if [ -s debian/patches/diff.patch ]; then
117 " debian/patches/diff.patch
119 echo diff.patch >> debian/patches/series
121 rm -f debian/patches/diff.patch
/openbmc/linux/arch/powerpc/boot/
H A Dcuboot-acadia.c48 unsigned short diff; /* smallest diff */ in get_clocks() local
129 diff = 256; /* highest possible */ in get_clocks()
142 } else if (idiff < diff) { in get_clocks()
144 diff = idiff; /* update lowest diff*/ in get_clocks()
/openbmc/linux/net/rds/
H A Dib_ring.c75 u32 diff; in __rds_ib_ring_used() local
78 diff = ring->w_alloc_ctr - (u32) atomic_read(&ring->w_free_ctr); in __rds_ib_ring_used()
79 BUG_ON(diff > ring->w_nr); in __rds_ib_ring_used()
81 return diff; in __rds_ib_ring_used()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch14 diff --git a/scripts/sendsms b/scripts/sendsms
24 diff --git a/scripts/sms2html b/scripts/sms2html
34 diff --git a/scripts/sms2unicode b/scripts/sms2unicode
44 diff --git a/scripts/unicode2sms b/scripts/unicode2sms
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/
H A D0004-cleanup-includes.patch25 diff --git a/brctl/brctl.c b/brctl/brctl.c
37 diff --git a/brctl/brctl_cmd.c b/brctl/brctl_cmd.c
54 diff --git a/brctl/brctl_disp.c b/brctl/brctl_disp.c
66 diff --git a/libbridge/libbridge_devif.c b/libbridge/libbridge_devif.c
87 diff --git a/libbridge/libbridge_if.c b/libbridge/libbridge_if.c
105 diff --git a/libbridge/libbridge_init.c b/libbridge/libbridge_init.c
127 diff --git a/libbridge/libbridge_misc.c b/libbridge/libbridge_misc.c
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch20 diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile
33 diff --git a/com32/elflink/ldlinux/Makefile b/com32/elflink/ldlinux/Makefile
46 diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
59 diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
72 diff --git a/core/Makefile b/core/Makefile
85 diff --git a/dos/Makefile b/dos/Makefile
98 diff --git a/efi/Makefile b/efi/Makefile
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch23 diff --git a/src/base/os_defs.h b/src/base/os_defs.h
48 diff --git a/src/mds/mds_dt_tcp.c b/src/mds/mds_dt_tcp.c
60 diff --git a/src/mds/mds_dt_tcp_disc.h b/src/mds/mds_dt_tcp_disc.h
73 diff --git a/src/mds/mds_dt_tipc.c b/src/mds/mds_dt_tipc.c
85 diff --git a/src/mds/mds_dt_tipc.h b/src/mds/mds_dt_tipc.h
98 diff --git a/src/mds/mds_dt_trans.c b/src/mds/mds_dt_trans.c
110 diff --git a/src/ntf/ntfd/NtfLogger.cc b/src/ntf/ntfd/NtfLogger.cc

12345678910>>...154