Home
last modified time | relevance | path

Searched refs:diff (Results 3551 – 3575 of 3836) sorted by relevance

1...<<141142143144145146147148149150>>...154

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3001-configure.ac-setup-for-OE-usage.patch35 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/
H A Dksba-add-pkgconfig-support.patch18 diff --git a/src/ksba.m4 b/src/ksba.m4
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure_in_cross.patch15 diff --git a/src/configure.in b/src/configure.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0003-Use-native-tools-to-build-docs.patch22 diff --git a/docs/Makefile.am b/docs/Makefile.am
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1037 int cur, diff; in mt76_rx_signal() local
1047 diff = signal - cur; in mt76_rx_signal()
1048 if (diff == 0) in mt76_rx_signal()
1050 else if (diff <= 2) in mt76_rx_signal()
1052 else if (diff <= 6) in mt76_rx_signal()
/openbmc/linux/sound/soc/uniphier/
H A Daio-core.c746 int cur, diff, slope = 0, fs; in aio_port_set_volume() local
752 diff = abs(vol - cur); in aio_port_set_volume()
755 slope = diff / AUD_VOL_FADE_TIME * 1000 / fs; in aio_port_set_volume()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1106 long diff; in adjust_total_allocated() local
1115 diff = (long)b->c->block_size; in adjust_total_allocated()
1117 diff = -diff; in adjust_total_allocated()
1121 *class_ptr[data_mode] += diff; in adjust_total_allocated()
1123 dm_bufio_current_allocated += diff; in adjust_total_allocated()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch13 diff --git a/data/autostart/openbox-xdg-autostart b/data/autostart/openbox-xdg-autostart
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-Makefile-fix-multilib-build-failure.patch13 diff --git a/Makefile b/Makefile
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch26 diff --git a/libmpeg2/motion_comp_arm_s.S b/libmpeg2/motion_comp_arm_s.S
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch23 diff --git a/pixman/pixman-arm.c b/pixman/pixman-arm.c
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/
H A D0001-board-aspeed-Add-Mux-for-yosemitev2.patch11 diff --git a/arch/arm/mach-aspeed/ast2500/platform.S b/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch16 diff --git a/configure.in b/configure.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/
H A Ddbus-avoid-strange-chars-from-the-build-dir.patch22 diff --git a/dbus/CMakeLists.txt b/dbus/CMakeLists.txt
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch17 diff --git a/tests/Makefile.am b/tests/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch45 diff --git a/system/core/adb/client/usb_linux.cpp b/system/core/adb/client/usb_linux.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/
H A D0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch18 diff --git a/Makefile.am b/Makefile.am
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch19 diff --git a/readelflib.c b/readelflib.c
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst227diff)更有意义,因为差异仅限于修改的内容。
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst68 diff /dev/mapper/set-${i} member-${i}
/openbmc/linux/Documentation/translations/ko_KR/
H A Dhowto.rst263 메인테이너들은 큰 diff들을 Linus에게 제출할 수 있다. 대개 이 패치들은
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch39 diff --git a/storage/connect/libdoc.cpp b/storage/connect/libdoc.cpp
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.c1885 int64_t diff; /* difference for the current key */ in xfs_btree_lookup() local
1911 for (level = cur->bc_nlevels - 1, diff = 1; level >= 0; level--) { in xfs_btree_lookup()
1917 if (diff == 0) { in xfs_btree_lookup()
1967 diff = cur->bc_ops->key_diff(cur, kp); in xfs_btree_lookup()
1968 if (diff < 0) in xfs_btree_lookup()
1970 else if (diff > 0) in xfs_btree_lookup()
1986 if (diff > 0 && --keyno < 1) in xfs_btree_lookup()
1999 if (dir != XFS_LOOKUP_LE && diff < 0) { in xfs_btree_lookup()
2020 } else if (dir == XFS_LOOKUP_LE && diff > 0) in xfs_btree_lookup()
2027 else if (dir != XFS_LOOKUP_EQ || diff == 0) in xfs_btree_lookup()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c258 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num);
259 static void gen_jmp_rel_csize(DisasContext *s, int diff, int tb_num);
1825 static void gen_conditional_jump_labels(DisasContext *s, target_long diff, in gen_conditional_jump_labels() argument
1834 gen_jmp_rel(s, s->dflag, diff, 0); in gen_conditional_jump_labels()
1837 static void gen_jcc(DisasContext *s, int b, int diff) in gen_jcc() argument
1842 gen_conditional_jump_labels(s, diff, NULL, l1); in gen_jcc()
2187 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num) in gen_jmp_rel() argument
2191 target_ulong new_pc = s->pc + diff; in gen_jmp_rel()
2245 static void gen_jmp_rel_csize(DisasContext *s, int diff, int tb_num) in gen_jmp_rel_csize() argument
2248 gen_jmp_rel(s, CODE32(s) ? MO_32 : MO_16, diff, tb_num); in gen_jmp_rel_csize()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-Rplus-1.19 Dans la présente licence, à moins que le contexte n'indique un sens différent, on entend par:
88 …ulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute référen…

1...<<141142143144145146147148149150>>...154