Home
last modified time | relevance | path

Searched full:differ (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/linux/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py152 print(f"bit key | byte blocks | base ops | new ops | differ(%)")
155 print(f"bit key | byte blocks | base cycles | new cycles | differ(%)")
162 differ = round((new_cnt - base_cnt)*100/base_cnt, 2)
163 differ_sum += differ
168 … f"{bit_key:<7} | {byte_blocks:<11} | {base_cnt:<11} | {new_cnt:<11} | {differ:<8}")
173 print(f"average differ(%s) | total_differ(%)")
/linux/tools/perf/tests/
H A Dsample-parsing.c22 pr_debug("Samples differ at '"#m"'\n"); \
29 pr_debug("Samples differ at '"#m"'\n"); \
110 pr_debug("Samples differ at 'raw_data'\n"); in samples_same()
136 pr_debug("Samples differ at 'user_regs'\n"); in samples_same()
145 pr_debug("Samples differ at 'user_stack'\n"); in samples_same()
167 pr_debug("Samples differ at 'intr_regs'\n"); in samples_same()
188 pr_debug("Samples differ at 'aux_sample'\n"); in samples_same()
/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt21 - 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.c291 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials()
301 setsign(dest, signb); /* signb may differ from the sign of b. */ in add_sub_specials()
313 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials()
319 setsign(dest, signa); /* signa may differ from the sign of a. */ in add_sub_specials()
326 setsign(dest, signb); /* signb may differ from the sign of b. */ in add_sub_specials()
/linux/fs/nls/
H A Dnls_koi8-ru.c23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char()
45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni()
/linux/fs/romfs/
H A Dstorage.c64 * - return 1 if matched, 0 if differ, -ve if error
161 * - return 1 if matched, 0 if differ, -ve if error
263 * - return 1 if matched, 0 if differ, -ve if error
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmetadata.c85 "bpf_metadata_a", "expected \"foo\", value differ")) in test_metadata_unused()
119 "metadata_a", "expected \"bar\", value differ")) in test_metadata_used()
/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h72 /* 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?
/linux/tools/testing/ktest/examples/
H A Dvmware.conf32 # differ change the VMWARE_VM_DIR accordingly.
37 # but not always the case. Change if they differ
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-tqma6ul1.dtsi16 * only external interfaces differ
/linux/include/linux/power/
H A Dtwl4030_madc_battery.h13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for
/linux/tools/include/uapi/linux/
H A Dfadvise.h12 * for s390-64 differ from the values for the rest of the world.
/linux/include/uapi/linux/
H A Dfadvise.h12 * for s390-64 differ from the values for the rest of the world.
/linux/tools/testing/selftests/kvm/x86_64/
H A Dcpuid_test.c15 /* CPUIDs known to differ */
96 "CPUID 0x%x.%x differ: 0x%x:0x%x:0x%x:0x%x vs 0x%x:0x%x:0x%x:0x%x", in compare_cpuids()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-bcma22 BCMA cores of the same type can still slightly differ depending
/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst192 which just differ in number of bits and scancode encoding.
219 which just differ in number of bits and scancode encoding.
246 which just differ in number of bits and scancode encoding.
/linux/fs/freevxfs/
H A DKconfig11 these particular OS implementations of vxfs may differ in on-disk
H A Dvxfs_fshead.h39 * b) differ a lot in different vxfs versions/ports
/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt16 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ
/linux/include/uapi/asm-generic/
H A Dstatfs.h10 * Yes, they differ in signedness as well as size.
/linux/fs/quota/
H A Dquotaio_v1.h29 /* below fields differ in length on 32-bit vs 64-bit architectures */
/linux/Documentation/devicetree/bindings/pci/
H A Dpcie-al.txt7 Properties of the host controller node that differ from it are:
/linux/include/linux/
H A Dnsc_gpio.h13 the access methods differ. Thus, scx200_gpio and pc8736x_gpio
/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst36 when input operands differ in signs.
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drenesas,dbsc.yaml14 controllers differ from one SoC variant to another, and are called by

12345678910>>...20