Home
last modified time | relevance | path

Searched refs:diff (Results 351 – 375 of 3836) sorted by relevance

1...<<11121314151617181920>>...154

/openbmc/linux/drivers/macintosh/
H A Dvia-pmu-backlight.c48 int diff = abs(bl_curve[i] - value); in pmu_backlight_curve_lookup() local
49 if (diff < max) { in pmu_backlight_curve_lookup()
50 max = diff; in pmu_backlight_curve_lookup()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch25 diff --git a/locale/Makefile b/locale/Makefile
37 diff --git a/locale/catnames.c b/locale/catnames.c
89 diff --git a/locale/localeinfo.h b/locale/localeinfo.h
197 diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c
279 diff --git a/locale/programs/ld-time.c b/locale/programs/ld-time.c
407 diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c
430 diff --git a/locale/programs/locfile.h b/locale/programs/locfile.h
487 + int diff = *s1++ - *s2++;
488 + if (diff != 0)
489 + return diff;
[all …]
/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_gx.c121 long min, diff; in gx_set_dclk_frequency() local
138 diff = abs(pll_table[i].pixclock - info->var.pixclock); in gx_set_dclk_frequency()
139 if (diff < min) { in gx_set_dclk_frequency()
140 min = diff; in gx_set_dclk_frequency()
/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_chip.c365 unsigned int diff; in sm750_calc_pll_value() local
368 diff = abs(tmp_clock - request_orig); in sm750_calc_pll_value()
369 if (diff < mini_diff) { in sm750_calc_pll_value()
376 mini_diff = diff; in sm750_calc_pll_value()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/
H A D0001-gnome-disk-utility-remove-libcanberra-dependency.patch19 diff --git a/meson.build b/meson.build
31 diff --git a/src/disks/gducreatediskimagedialog.c b/src/disks/gducreatediskimagedialog.c
83 diff --git a/src/disks/gdurestorediskimagedialog.c b/src/disks/gdurestorediskimagedialog.c
121 diff --git a/src/disks/meson.build b/src/disks/meson.build
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch28 diff --git a/gcc/Makefile.in b/gcc/Makefile.in
41 diff --git a/gcc/configure b/gcc/configure
56 diff --git a/gcc/configure.ac b/gcc/configure.ac
71 diff --git a/gcc/mkconfig.sh b/gcc/mkconfig.sh
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A DFix-building-on-x86_64-with-binutils-2.41.patch29 diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S
45 diff --git a/purgatory/arch/i386/entry32-16.S b/purgatory/arch/i386/entry32-16.S
61 diff --git a/purgatory/arch/i386/entry32.S b/purgatory/arch/i386/entry32.S
77 diff --git a/purgatory/arch/i386/setup-x86.S b/purgatory/arch/i386/setup-x86.S
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A DFix-building-on-x86_64-with-binutils-2.41.patch29 diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S
45 diff --git a/purgatory/arch/i386/entry32-16.S b/purgatory/arch/i386/entry32-16.S
61 diff --git a/purgatory/arch/i386/entry32.S b/purgatory/arch/i386/entry32.S
77 diff --git a/purgatory/arch/i386/setup-x86.S b/purgatory/arch/i386/setup-x86.S
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf/
H A D0001-Adopt-to-new-gnulib-read_file-fread_file-signature.patch20 diff --git a/src/dutil_linux.c b/src/dutil_linux.c
42 diff --git a/src/dutil_posix.c b/src/dutil_posix.c
55 diff --git a/src/ncftool.c b/src/ncftool.c
68 diff --git a/src/ncftransform.c b/src/ncftransform.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/
H A D0001-Fix-initialization-in-test-1140.patch18 diff --git a/include/gsl/span b/include/gsl/span
44 diff --git a/include/gsl/util b/include/gsl/util
70 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
98 diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0003-switch-to-pkg-config.patch24 diff --git a/game/Makefile b/game/Makefile
39 diff --git a/lib/Makefile b/lib/Makefile
55 diff --git a/mandelbrot/Makefile b/mandelbrot/Makefile
70 diff --git a/offscreen/Makefile b/offscreen/Makefile
85 diff --git a/pngview/Makefile b/pngview/Makefile
100 diff --git a/spriteview/Makefile b/spriteview/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A Dremove-CXX_FOR_BUILD-stuff.patch10 diff -Naur libdbus-c++-0.9.0.ori/configure.ac libdbus-c++-0.9.0/configure.ac
23 diff -Naur libdbus-c++-0.9.0.ori/tools/Makefile.am libdbus-c++-0.9.0/tools/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-example-Do-not-run-the-tests.patch12 diff --git a/examples/Makefile b/examples/Makefile
24 - diff -q loremgibson.txt decoded.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0002-Remove-maes-option-from-cross-compilation.patch13 diff --git a/absl/copts/GENERATED_AbseilCopts.cmake b/absl/copts/GENERATED_AbseilCopts.cmake
25 diff --git a/absl/copts/GENERATED_copts.bzl b/absl/copts/GENERATED_copts.bzl
/openbmc/linux/arch/arm/mm/
H A Dpmsa-v7.c193 phys_addr_t diff = size; in allocate_region() local
196 while (diff) { in allocate_region()
201 diff -= size; in allocate_region()
202 size = diff; in allocate_region()
213 phys_addr_t p2size = (1 << __fls(diff)) - 1; in allocate_region()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch43 diff --git a/include/common.h b/include/common.h
72 diff --git a/jffsX-utils/mkfs.jffs2.c b/jffsX-utils/mkfs.jffs2.c
131 diff --git a/lib/libmtd.c b/lib/libmtd.c
157 diff --git a/misc-utils/flash_erase.c b/misc-utils/flash_erase.c
181 diff --git a/misc-utils/flash_otp_write.c b/misc-utils/flash_otp_write.c
194 diff --git a/misc-utils/ftl_check.c b/misc-utils/ftl_check.c
207 diff --git a/misc-utils/mtd_debug.c b/misc-utils/mtd_debug.c
229 diff --git a/misc-utils/serve_image.c b/misc-utils/serve_image.c
244 diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c
259 diff --git a/tests/mtd-tests/nandpagetest.c b/tests/mtd-tests/nandpagetest.c
[all …]
/openbmc/linux/include/trace/events/
H A Dbtrfs.h1861 s64 diff, int type),
1868 __field( s64, diff )
1875 __entry->diff = diff;
1892 __field( s64, diff )
1898 __entry->diff = diff;
1911 TP_ARGS(root, diff),
1915 __field( s64, diff )
1920 __entry->diff = diff;
1927 __entry->diff)
2404 __field( s64, diff )
[all …]
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c101 ptrdiff_t diff = tim - timer_block; in tim_index() local
103 g_assert(diff >= 0 && diff < ARRAY_SIZE(timer_block)); in tim_index()
105 return diff; in tim_index()
111 ptrdiff_t diff = t - timer; in timer_index() local
113 g_assert(diff >= 0 && diff < ARRAY_SIZE(timer)); in timer_index()
115 return diff; in timer_index()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Dusing-DOCB-conditional.patch15 diff --git a/LibXML.xs b/LibXML.xs
51 diff --git a/dom.c b/dom.c
65 diff --git a/perl-libxml-mm.c b/perl-libxml-mm.c
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dabat.patch2 diff --git a/glxgears_check.sh b/glxgears_check.sh
15 diff --git a/x_close.sh b/x_close.sh
28 diff --git a/x_start.sh b/x_start.sh
/openbmc/u-boot/scripts/
H A Dcoccicheck234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
/openbmc/u-boot/tools/patman/test/
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch39 diff --git a/fs/fat/fat.c b/fs/fat/fat.c
48 diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c
57 diff --git a/lib/fdtdec.c b/lib/fdtdec.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0004-Use-BUILD_DATE-to-improve-reproducibility.patch19 diff --git a/libutil/op_version.c b/libutil/op_version.c
31 diff --git a/pe_counting/ocount.cpp b/pe_counting/ocount.cpp
46 diff --git a/pe_profiling/operf.cpp b/pe_profiling/operf.cpp
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-riscv-support.patch19 diff --git a/cache.c b/cache.c
36 diff --git a/ldconfig.h b/ldconfig.h
49 diff --git a/readelflib.c b/readelflib.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi/
H A Dcc.patch10 diff --git a/efi/generate_sbat.py b/efi/generate_sbat.py
31 diff --git a/efi/meson.build b/efi/meson.build
44 diff --git a/meson_options.txt b/meson_options.txt

1...<<11121314151617181920>>...154