Searched full:differ (Results 1 – 25 of 570) sorted by relevance
12345678910>>...23
/linux-6.12.1/tools/crypto/tcrypt/ |
D | tcrypt_speed_compare.py | 152 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/ |
D | sample-parsing.c | 22 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/ |
D | gr-udc.txt | 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-6.12.1/arch/x86/math-emu/ |
D | reg_add_sub.c | 291 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/ |
D | nls_koi8-ru.c | 23 /* 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/ |
D | tlb-r4k.c | 90 /* 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/ |
D | storage.c | 64 * - 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/ |
D | metadata.c | 85 "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/ |
D | mmal-msg.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?
|
/linux-6.12.1/tools/testing/ktest/examples/ |
D | vmware.conf | 32 # differ change the VMWARE_VM_DIR accordingly. 37 # but not always the case. Change if they differ
|
/linux-6.12.1/include/asm-generic/ |
D | syscalls.h | 9 * Calling conventions for these system calls can differ, so
|
/linux-6.12.1/include/linux/power/ |
D | twl4030_madc_battery.h | 13 * 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/ |
D | imx6ul-tqma6ul1.dtsi | 16 * only external interfaces differ
|
/linux-6.12.1/include/uapi/linux/ |
D | fadvise.h | 12 * for s390-64 differ from the values for the rest of the world.
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | fadvise.h | 12 * for s390-64 differ from the values for the rest of the world.
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sa8155p.dtsi | 41 * necessitate adjusting entries that actually differ
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-bcma | 22 BCMA cores of the same type can still slightly differ depending
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | cpuid_test.c | 15 /* 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/ |
D | Kconfig | 11 these particular OS implementations of vxfs may differ in on-disk
|
D | vxfs_fshead.h | 39 * b) differ a lot in different vxfs versions/ports
|
/linux-6.12.1/tools/testing/selftests/lkdtm/ |
D | tests.txt | 16 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ
|
/linux-6.12.1/fs/quota/ |
D | quotaio_v1.h | 29 /* below fields differ in length on 32-bit vs 64-bit architectures */
|
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas,dbsc.yaml | 14 controllers differ from one SoC variant to another, and are called by
|
/linux-6.12.1/include/uapi/asm-generic/ |
D | statfs.h | 10 * Yes, they differ in signedness as well as size.
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | pcie-al.txt | 7 Properties of the host controller node that differ from it are:
|
12345678910>>...23