Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.12.1/tools/crypto/tcrypt/
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-6.12.1/tools/perf/tests/
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-6.12.1/Documentation/devicetree/bindings/usb/
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-6.12.1/arch/x86/math-emu/
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-6.12.1/fs/nls/
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-6.12.1/arch/mips/mm/
Dtlb-r4k.c90 /* Make sure all entries differ. */ in local_flush_tlb_all()
148 /* Make sure all entries differ. */ in local_flush_tlb_range()
196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range()
239 /* Make sure all entries differ. */ in local_flush_tlb_page()
276 /* Make sure all entries differ. */ in local_flush_tlb_one()
/linux-6.12.1/fs/romfs/
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-6.12.1/tools/testing/selftests/bpf/prog_tests/
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-6.12.1/drivers/staging/vc04_services/vchiq-mmal/
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-6.12.1/tools/testing/ktest/examples/
Dvmware.conf32 # differ change the VMWARE_VM_DIR accordingly.
37 # but not always the case. Change if they differ
/linux-6.12.1/include/asm-generic/
Dsyscalls.h9 * Calling conventions for these system calls can differ, so
/linux-6.12.1/include/linux/power/
Dtwl4030_madc_battery.h13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6ul-tqma6ul1.dtsi16 * only external interfaces differ
/linux-6.12.1/include/uapi/linux/
Dfadvise.h12 * for s390-64 differ from the values for the rest of the world.
/linux-6.12.1/tools/include/uapi/linux/
Dfadvise.h12 * for s390-64 differ from the values for the rest of the world.
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dsa8155p.dtsi41 * necessitate adjusting entries that actually differ
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-bcma22 BCMA cores of the same type can still slightly differ depending
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
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-6.12.1/fs/freevxfs/
DKconfig11 these particular OS implementations of vxfs may differ in on-disk
Dvxfs_fshead.h39 * b) differ a lot in different vxfs versions/ports
/linux-6.12.1/tools/testing/selftests/lkdtm/
Dtests.txt16 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ
/linux-6.12.1/fs/quota/
Dquotaio_v1.h29 /* below fields differ in length on 32-bit vs 64-bit architectures */
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/
Drenesas,dbsc.yaml14 controllers differ from one SoC variant to another, and are called by
/linux-6.12.1/include/uapi/asm-generic/
Dstatfs.h10 * Yes, they differ in signedness as well as size.
/linux-6.12.1/Documentation/devicetree/bindings/pci/
Dpcie-al.txt7 Properties of the host controller node that differ from it are:

12345678910>>...23