Home
last modified time | relevance | path

Searched +full:differ +full:- (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c1 // SPDX-License-Identifier: GPL-2.0
15 #include "util/synthetic-events.h"
21 if (s1->m != s2->m) { \
22 pr_debug("Samples differ at '"#m"'\n"); \
28 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \
29 pr_debug("Samples differ at '"#m"'\n"); \
41 #define FLAG(s) s->branch_stack->entries[i].flags
89 for (i = 0; i < s1->read.group.nr; i++) { in samples_same()
102 COMP(callchain->nr); in samples_same()
103 for (i = 0; i < s1->callchain->nr; i++) in samples_same()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt11 - name : Should be "GAISLER_USBDC" or "01_021"
13 - reg : Address and length of the register set for the device
15 - interrupts : Interrupt numbers for this device. Either one interrupt number
21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
/openbmc/linux/arch/x86/math-emu/
H A Dreg_add_sub.c1 // SPDX-License-Identifier: GPL-2.0
2 /*---------------------------------------------------------------------------+
9 | E-mail billm@suburbia.net |
12 +---------------------------------------------------------------------------*/
14 /*---------------------------------------------------------------------------+
17 | Each function returns 0 if the answer is o.k., otherwise a non-zero |
20 +---------------------------------------------------------------------------*/
59 diff = expa - expb; in FPU_add()
61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()
64 diff = a->sigl > b->sigl; in FPU_add()
[all …]
/openbmc/linux/fs/nls/
H A Dnls_koi8-ru.c2 * linux/fs/nls/nls_koi8-ru.c
4 * Charset koi8-ru translation based on charset koi8-u.
20 return -ENAMETOOLONG; in uni2char()
23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char()
31 return p_nls->uni2char(uni, out, boundlen); in uni2char()
36 return p_nls->uni2char(uni, out, boundlen); in uni2char()
45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni()
50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni()
55 .charset = "koi8-ru",
62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D24355 _make_test_img -o "preallocation=$mode,extent_size_hint=0" 64M
58 du -b $TEST_IMG | cut -f1
60 # Can't use precise numbers here because they differ between filesystems
62 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high"
73 -o "data_file=$TEST_IMG.data,preallocation=$mode,extent_size_hint=0" 64M
75 echo -n "qcow2 file size: "
76 du -b $TEST_IMG | cut -f1
77 echo -n "data file size: "
78 du -b $TEST_IMG.data | cut -f1
80 # Can't use precise numbers here because they differ between filesystems
[all …]
/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c20 #include <asm/cpu-type.h>
30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has
50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm()
90 /* Make sure all entries differ. */ in local_flush_tlb_all()
109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range()
118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range()
148 /* Make sure all entries differ. */ in local_flush_tlb_range()
171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range()
179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range()
196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range()
[all …]
/openbmc/linux/fs/romfs/
H A Dstorage.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__)
30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read()
53 return n + (p - buf); in romfs_mtd_strnlen()
54 maxlen -= len; in romfs_mtd_strnlen()
64 * - return 1 if matched, 0 if differ, -ve if error
82 len--; in romfs_mtd_strcmp()
86 size -= len; in romfs_mtd_strcmp()
112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read()
113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmetadata.c1 // SPDX-License-Identifier: GPL-2.0-only
30 return -errno; in prog_holds_map()
35 return -errno; in prog_holds_map()
39 return -ENOMEM; in prog_holds_map()
49 ret = -errno; in prog_holds_map()
53 ret = -ENOENT; in prog_holds_map()
72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused()
75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused()
76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused()
77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused()
[all …]
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h1 /* SPDX-License-Identifier: GPL-2.0 */
37 #include "mmal-msg-common.h"
38 #include "mmal-msg-format.h"
39 #include "mmal-msg-port.h"
40 #include "mmal-vchiq.h"
72 /* port action request messages differ depending on the action type */
112 u32 status; /* enum mmal_msg_status - how does this differ to
326 * differ to the one in the header?
/openbmc/phosphor-logging/gen/
H A Drun-ci3 ./regenerate-meson || exit
5 git --no-pager diff --exit-code -- . || rc=$?
6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [ -n "$untracked" ]; then
13 echo "Generated meson files differ from expected values" >&2
/openbmc/phosphor-networkd/gen/
H A Drun-ci3 ./regenerate-meson || exit
5 git --no-pager diff --exit-code -- . || rc=$?
6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [ -n "$untracked" ]; then
13 echo "Generated meson files differ from expected values" >&2
/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/
H A Dclock.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2010-2015
12 #include <asm/arch-tegra/clock.h>
18 /* PLL bits that differ from generic clk_rst.h */
/openbmc/sdbusplus/test/gen/
H A Drun-ci3 ./regenerate-meson || exit
5 git --no-pager diff --exit-code -- . || rc=$?
6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [[ -n "${untracked}" ]]; then
13 echo "Generated meson files differ from expected values" >&2
/openbmc/sdbusplus/example/gen/
H A Drun-ci3 ./regenerate-meson || exit
5 git --no-pager diff --exit-code -- . || rc=$?
6 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
7 if [[ -n "${untracked}" ]]; then
13 echo "Generated meson files differ from expected values" >&2
/openbmc/phosphor-dbus-interfaces/gen/
H A Drun-ci3 find . -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
4 ./regenerate-meson || exit
6 git --no-pager diff --exit-code -- . || rc=$?
7 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
8 if [ -n "$untracked" ]; then
14 echo "Generated meson files differ from expected values" >&2
/openbmc/linux/include/asm-generic/
H A Dsyscalls.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Calling conventions for these system calls can differ, so
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-tqma6ul1.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright 2018-2022 TQ-Systems GmbH
4 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
7 #include "imx6ul-tqma6ul2.dtsi"
10 model = "TQ-Systems TQMa6UL1 SoM";
11 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
16 * only external interfaces differ
/openbmc/openbmc/poky/meta/classes/
H A Drelocatable.bbclass4 # SPDX-License-Identifier: MIT
20 # $files_template and $files will differ if any files were found
22 rel=$(realpath -m --relative-to=$dir ${base_prefix})
23 sed -i -e "s:${base_prefix}:\${pcfiledir}/$rel:g" $files
/openbmc/u-boot/board/bachmann/ot1200/
H A DREADME1 U-Boot for the Bachmann electronic GmbH OT1200 devices
3 There are two different versions of the base board, which differ
7 - "mr" variant
9 port is always up and auto-negotiation is not possible.
11 - normal variant
12 FEC is connected to a normal phy and auto-negotiation is possible.
15 The variant name is part of the dtb file name loaded by u-boot. This
17 devicetree (fixed-phy link).
/openbmc/linux/include/linux/power/
H A Dtwl4030_madc_battery.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for
18 short voltage; /* in mV - specify -1 for end of list */
/openbmc/linux/tools/testing/ktest/examples/
H A Dvmware.conf5 # -------------
6 # - Edit the Virtual Machine ("Edit virtual machine settings")
7 # - Add a Serial Port
8 # - You almost certainly want it set "Connect at power on"
9 # - Select "Use socket (named pipe)"
10 # - Select a name that you'll recognize, like 'ktestserialpipe'
11 # - From: Server
12 # - To: A Virtual Machine
13 # - Save
14 # - Make sure you note the name, it will be in the base directory of the
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/
H A Dentrypoint.sh3 # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
5 # SPDX-License-Identifier: MIT
7 set -e
14 [ -n "$BASE_REF" ] ||
16 [ -d "$GIT_REPO_PATH/.git" ] ||
20 # The GitHub runner user and the container user might differ making git error
25 git config --global --add safe.directory /work
27 dco-check \
28 --verbose \
29 --default-branch "origin/$BASE_REF"
/openbmc/linux/tools/include/uapi/linux/
H A Dfadvise.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 * for s390-64 differ from the values for the rest of the world.
/openbmc/linux/include/uapi/linux/
H A Dfadvise.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 * for s390-64 differ from the values for the rest of the world.
/openbmc/qemu/docs/system/arm/
H A Dmusca.rst1 Arm Musca boards (``musca-a``, ``musca-b1``)
5 of a system using the SSE-200 Subsystem for Embedded. They are
6 dual Cortex-M33 systems.
12 - SPI
13 - |I2C|
14 - |I2S|
15 - PWM
16 - QSPI
17 - Timer
18 - SCC
[all …]

12345678910>>...33