Home
last modified time | relevance | path

Searched refs:penalty (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp131 float calculateBadness(const float lineWidth, const float targetWidth, const float penalty, const b… in calculateBadness() argument
141 if (penalty < 0) { in calculateBadness()
142 return raggedness - std::pow(penalty, 2); in calculateBadness()
144 return raggedness + std::pow(penalty, 2); in calculateBadness()
148 float penalty = 0; in calculatePenalty() local
151 penalty -= 10000; in calculatePenalty()
155 penalty += 50; in calculatePenalty()
160 penalty += 50; in calculatePenalty()
163 return penalty; in calculatePenalty()
178 …rgetWidth, const std::list<PotentialBreak>& potentialBreaks, const float penalty, const bool isLas… in evaluateBreak() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_link.c458 int penalty = 0; in acpi_irq_pci_sharing_penalty() local
467 penalty += PIRQ_PENALTY_PCI_USING; in acpi_irq_pci_sharing_penalty()
474 penalty += PIRQ_PENALTY_PCI_POSSIBLE / in acpi_irq_pci_sharing_penalty()
478 return penalty; in acpi_irq_pci_sharing_penalty()
483 int penalty = 0; in acpi_irq_get_penalty() local
486 penalty += sci_penalty; in acpi_irq_get_penalty()
489 return penalty + acpi_isa_irq_penalty[irq]; in acpi_irq_get_penalty()
491 return penalty + acpi_irq_pci_sharing_penalty(irq); in acpi_irq_get_penalty()
509 int penalty = in acpi_irq_penalty_init() local
517 penalty; in acpi_irq_penalty_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt5 which can be enabled with a SET_FEATURE. The penalty when using the
H A Dgpmc-nand.txt117 slight CPU penalty when too many bit-flips are detected during reads.
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DTODO.txt20 require action at a specific point, no penalty will be paid for
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dtracepoints.rst19 "off" it has no effect, except for adding a tiny time penalty
20 (checking a condition for a branch) and space penalty (adding a few
/OK3568_Linux_fs/buildroot/package/sqlite/
H A DConfig.in56 overwritten with zeros. There is a small performance penalty
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-arch.rst20 penalty to the core scheduler implementation in the CONFIG_SMP case.
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcpu_features.rst30 performance penalty but still allow for runtime (rather than compile-time) CPU
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dblk-mq.rst20 performance possible for those devices with a high penalty when doing random
27 without mechanical parts nor random access penalty and capable of performing
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dio-mapping.rst97 in a significant performance penalty.
H A Dedac.rst47 some performance penalty. Also, it is generally not possible to point to
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-net-mesh70 Defines the penalty which will be applied to an
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dallocators.rst34 on the seek penalty when the filesystem first has to read a file's inode
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-mmap.rst58 with video capturing hardware) may incur a performance penalty
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-attributes.rst92 - You know that the penalty of TLB misses while accessing the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h476 __u32 penalty; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h503 __u32 penalty; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h476 __u32 penalty; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst70 performance penalty and a fixed latency. Mitigation can be increased
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h523 __u32 penalty; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dnilfs2.rst124 performance penalty or wear of flash device
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dide.rst76 performance penalty, whether on separate cards or a single VLB card.
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dmemcpy-sh4.S202 ! However the penalty for getting it 'wrong' is much higher for long word
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block137 penalty. For disk drives this is often the physical

123