Home
last modified time | relevance | path

Searched refs:diff (Results 3626 – 3650 of 3835) sorted by relevance

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

/openbmc/linux/sound/pci/
H A Des1938.c767 unsigned int diff; in snd_es1938_capture_pointer() local
771 diff = chip->dma1_start + chip->dma1_size - ptr - count; in snd_es1938_capture_pointer()
773 if (diff > 3 || ptr < chip->dma1_start in snd_es1938_capture_pointer()
/openbmc/qemu/tcg/
H A Dtci.c70 int diff = sextract32(insn, 12, 20); in tci_args_l() local
71 *l0 = diff ? (void *)tb_ptr + diff : NULL; in tci_args_l()
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst394 diff --git a/hw/pci/pci.c b/hw/pci/pci.c
412 diff --git a/hw/pci/pcie_aer.c b/hw/pci/pcie_aer.c
442 diff --git a/hw/core/machine.c b/hw/core/machine.c
/openbmc/linux/fs/btrfs/
H A Dextent_map.c846 const u64 diff = end - em->start; in btrfs_drop_extent_map_range() local
849 split->block_start += diff; in btrfs_drop_extent_map_range()
/openbmc/qemu/hw/ppc/
H A Dtrace-events118 …(uint64_t offs1, uint64_t offs2, int64_t diff, int64_t seconds) "adjusted from 0x%"PRIx64" to 0x%"…
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-B58 …ue ce Module et le Logiciel s`ex&#233;cutent dans des espaces d`adressage diff&#233;rents, l`un ap…
132 …24; ce Module Externe, qui peut &#234;tre distribu&#233; sous un contrat de licence diff&#233;rent.
240 …se. Les Parties conviennent de tenter de r&#233;gler &#224; l`amiable les diff&#233;rends ou litig…
242 …survenance et sauf situation relevant d`une proc&#233;dure d`urgence, les diff&#233;rends ou litig…
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c1538 u8 tempval[2], i, pwr, diff; in _rtl92de_read_txpower_info() local
1636 diff = pwrinfo.ht40_2sindexdiff[rfpath][group]; in _rtl92de_read_txpower_info()
1638 (pwr > diff) ? (pwr - diff) : 0; in _rtl92de_read_txpower_info()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_tests.sh2457 local diff=$(echo $t1_rx_pkts - $t0_rx_pkts | bc -l)
2458 list_rcv_eval $tmp_file $diff
2502 local diff=$(echo $t1_rx_pkts - $t0_rx_pkts | bc -l)
2503 list_rcv_eval $tmp_file $diff
/openbmc/qemu/system/
H A Dphysmem.c364 Int128 diff; in address_space_translate_internal() local
387 diff = int128_sub(section->size, int128_make64(addr)); in address_space_translate_internal()
388 *plen = int128_get64(int128_min(diff, int128_make64(*plen))); in address_space_translate_internal()
3363 Int128 diff; in address_space_cache_init() local
3377 diff = int128_sub(cache->mrs.size, in address_space_cache_init()
3379 l = int128_get64(int128_min(diff, int128_make64(l))); in address_space_cache_init()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0003-contact-Replace-the-Novell-sample-contact-with-somet.patch13 diff --git a/src/addressbook/libedata-book/ximian-vcard.h b/src/addressbook/libedata-book/ximian-vc…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch23 diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch13 diff --git a/rarpd.c b/rarpd.c
/openbmc/qemu/target/hexagon/
H A DREADME291 Run qemu with the "-d cpu" option. Then, we can diff the results and figure
298 clean diff.
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1081 u32 i, j, diff, simularity_bitmap, bound; in _rtl8723e_phy_simularity_compare() local
1091 diff = (result[c1][i] > result[c2][i]) ? in _rtl8723e_phy_simularity_compare()
1095 if (diff > MAX_TOLERANCE) { in _rtl8723e_phy_simularity_compare()
/openbmc/linux/Documentation/process/
H A Dapplying-patches.rst28 different versions of a source tree. Patches are created with the ``diff``
40 You apply a patch with the ``patch`` program. The patch program reads a diff
67 How do I feed a patch/diff file to ``patch``?
/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c1455 s32 diff, leap; in xillyusb_read() local
1486 diff = (fifo_checkpoint - complete_checkpoint) << sh; in xillyusb_read()
1488 if (chan->in_synchronous && diff >= 0) { in xillyusb_read()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c528 char *diff = g_strdup_printf("%s %s %s", diff_cmd, in test_acpi_asl() local
537 ret = system(diff) ; in test_acpi_asl()
541 g_free(diff); in test_acpi_asl()
/openbmc/linux/fs/
H A Dexec.c186 long diff = (long)(pages - bprm->vma_pages); in acct_arg_size() local
188 if (!mm || !diff) in acct_arg_size()
192 add_mm_counter(mm, MM_ANONPAGES, diff); in acct_arg_size()
/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c1443 unsigned int nbytes = req->cryptlen, offset, copy, diff; in hifn_cipher_walk() local
1472 diff = slen & (HIFN_D_DST_DALIGN - 1); in hifn_cipher_walk()
1485 nbytes += diff; in hifn_cipher_walk()
1500 copy += diff + nbytes; in hifn_cipher_walk()
/openbmc/qemu/audio/
H A Daudio.c845 int64_t now, diff; in audio_timer() local
849 diff = now - s->timer_last; in audio_timer()
850 if (diff > s->period_ticks * 3 / 2) { in audio_timer()
851 trace_audio_timer_delayed(diff / SCALE_MS); in audio_timer()
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/
H A D0001-Remove-nested-functions.patch42 diff --git a/source/py_gpio.c b/source/py_gpio.c
/openbmc/docs/testing/
H A Dlocal-ci-build.md47 uncommitted changes. The script runs git diff after 'format-code.sh' and
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A Dpkgconfig.patch20 diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch20 diff --git a/adb/usb_linux_client.c b/adb/usb_linux_client.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch13 diff --git a/core/combo/include/arch/linux-riscv64/AndroidConfig.h b/core/combo/include/arch/linux-…

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