Home
last modified time | relevance | path

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

12345678910>>...18

/linux/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py2 # SPDX-License-Identifier: GPL-2.0
31 lsmod | grep pcrypt && modprobe -r pcrypt
32 dmesg -C
38 lsmod | grep pcrypt && modprobe -r pcrypt
39 dmesg -C
43 lsmod | grep pcrypt && modprobe -r pcrypt
49 grep 'average' -A2 -B0 --group-separator="" ${seq_num}_compare.log
148 print("-"*hlen)
152 print(f"bit key | byte blocks | base ops | new ops | differ(%)")
155 print(f"bit key | byte blocks | base cycles | new cycles | differ(%)")
[all …]
/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 …]
/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
/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 …]
/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 …]
/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 …]
/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 …]
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h1 /* SPDX-License-Identifier: GPL-2.0 */
21 * Checks if two given values differ by less than err% of their sum.
25 return labs(a - b) <= (a + b) / 100 * err; in values_close()
29 * Checks if two given values differ by less than err% of their sum and assert
34 long diff = labs(a - b); in values_close_report()
/linux/arch/arm/boot/dts/vt8500/
H A Dwm8950.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 /* No differences have been discovered vs. WM8850, but chip markings differ */
/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 …]
/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>
8 model = "TQ-Systems TQMa6UL1 SoM";
9 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
14 * only external interfaces differ
/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 */
/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.
/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.
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8155p.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
7 * though the cmd-db doesn't reflect that and access attemps result in a bite.
13 power-domains = <&rpmhpd SA8155P_CX>;
17 power-domains = <&rpmhpd SA8155P_CX>;
21 power-domains = <&rpmhpd SA8155P_CX>;
25 power-domains = <&rpmhpd SA8155P_CX>;
29 power-domains = <&rpmhpd SA8155P_CX>;
33 power-domains = <&rpmhpd SA8155P_CX>,
41 * necessitate adjusting entries that actually differ
43 compatible = "qcom,sa8155p-rpmhpd";
[all …]
/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
22 Some remotes have a pointer-type device which can used to control the
29 rc-5 (RC_PROTO_RC5)
30 -------------------
38 .. flat-table:: rc5 bits scancode mapping
41 * - rc-5 bit
43 - scancode bit
45 - description
47 * - 1
49 - none
[all …]
/linux/fs/freevxfs/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 for Sunsoft Solaris, HP-UX and many other operating systems. However
11 these particular OS implementations of vxfs may differ in on-disk
13 tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)
15 2, 3 and 4. Tests were performed with HP-UX VxFS version 3.
21 There is a userspace utility for HP-UX logical volumes which makes
22 creating HP-UX logical volumes easy from HP-UX disk block device file
24 https://sourceforge.net/projects/linux-vxfs/
H A Dvxfs_fshead.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2000-2001 Christoph Hellwig.
10 * Veritas filesystem driver - fileset header structures.
23 __fs32 fsh_time; /* modification time - sec */
24 __fs32 fsh_utime; /* modification time - usec */
39 * b) differ a lot in different vxfs versions/ports
/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt11 ARRAY_BOUNDS call trace:|UBSAN: array-index-out-of-bounds
16 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ
84 FORTIFY_MEM_MEMBER detected field-spanning write
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drenesas,dbsc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/renesas,dbsc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Geert Uytterhoeven <geert+renesas@glider.be>
14 controllers differ from one SoC variant to another, and are called by
21 - renesas,dbsc-r8a73a4 # R-Mobile APE6
22 - renesas,dbsc3-r8a7740 # R-Mobile A1
23 - renesas,sbsc-sh73a0 # SH-Mobile AG5
31 interrupt-names:
[all …]
/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst11 on ARM926EJ-S.
13 This release has been validated against the SoftFloat-2b library by
14 John R. Hauser using the TestFloat-2a test suite. Details of this
21 - fdiv
22 - fsub
23 - fadd
24 - fmul
25 - fcmp
26 - fcmpe
27 - fcvtd
[all …]
/linux/include/uapi/asm-generic/
H A Dstatfs.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
9 * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'.
10 * Yes, they differ in signedness as well as size.
11 * Special cases can override it for themselves -- except for S390x, which
39 * ARM needs to avoid the 32-bit padding at the end, for consistency
62 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
/linux/include/linux/
H A Dnsc_gpio.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 struct nsc_gpio_ops abstracts the low-level access
9 integrated CPU, and the PC-8736[03456] integrated PC-peripheral
13 the access methods differ. Thus, scx200_gpio and pc8736x_gpio
15 file-operations routines implemented in nsc_gpio module.
19 NB: this work was tested on the Geode SC-1100 and PC-87366 chips.
20 NSC sold the GEODE line to AMD, and the PC-8736x line to Winbond.
/linux/fs/quota/
H A Dquotaio_v1.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 * (as it appears on disk) - the file is an array of these structures
29 /* below fields differ in length on 32-bit vs 64-bit architectures */
/linux/Documentation/devicetree/bindings/mfd/
H A Dbrcm,twd.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom's Timer-Watchdog (aka TWD)
10 - Rafał Miłecki <rafal@milecki.pl>
13 Broadcom has a Timer-Watchdog block used in multiple SoCs (e.g., BCM4908,
14 BCM63xx, BCM7038). There are few variants available (they differ slightly in
21 - enum:
22 - brcm,bcm4908-twd
23 - brcm,bcm7038-twd
[all …]

12345678910>>...18