Home
last modified time | relevance | path

Searched full:complexity (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/openbmc/docs/style/cpp/
H A D.clang-tidy5 readability-function-cognitive-complexity
10 - { key: readability-function-cognitive-complexity.Threshold, value: 25 } # [3]
18 # However cognitive complexity != cyclomatic complexity. Therefore using the clang-tidy default val…
19 # as cyclomatic complexity seems to not be implemented in clang-tidy.
/openbmc/linux/Documentation/mm/
H A Dksm.rst40 This way the stable tree lookup computational complexity is unaffected
47 walk has O(N) complexity where N is the number of rmap_items
50 O(N) computational complexity from rmap walk context over different
H A Dmultigen_lru.rst36 Fast paths reduce code complexity and runtime overhead. Unmapped pages
249 best-case complexity from O(n) to O(1) and does not affect the
250 worst-case complexity O(n). Therefore, on average, it has a sublinear
251 complexity.
/openbmc/linux/drivers/gpu/drm/i915/
H A DTODO.txt12 - There's a lot of complexity added past few years to make relocations faster.
16 2. Any complexity added in this area past few years which can't be justified
H A Di915_vgpu.c36 * optimizations when running in a virtual machine, to reduce the complexity
47 * To reduce the complexity, Intel GVT-g introduces "address space ballooning",
51 * complexity of address translation.
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c188 * @encoder_complexity: encoder complexity control (IME).
189 * 0 = I_16x16, P_16x16, Full ME Complexity
190 * 1 = I_16x16, I_NxN, P_16x16, Full ME Complexity
191 * 2 = I_16x16, I_NXN, P_16x16, P_WxH, Full ME Complexity
192 * 4 = I_16x16, P_16x16, Reduced ME Complexity
193 * 5 = I_16x16, I_NxN, P_16x16, Reduced ME Complexity
194 * 6 = I_16x16, I_NXN, P_16x16, P_WxH, Reduced ME Complexity
748 /* encoder complexity fix to 2, ENCODE_I_16x16_I_NxN_P_16x16_P_WxH */ in hva_h264_prepare_task()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/liblc3/
H A Dliblc3_1.0.4.bb1 SUMMARY = "Low Complexity Communication Codec (LC3)"
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dfixed_config.h49 * AArch32 adds complexity in trap handling, emulation, condition codes,
149 * considerable state and complexity. Therefore, the reserved value of 0 is
/openbmc/linux/tools/include/asm-generic/bitops/
H A Datomic.h10 * and optimizing compile-time constants on x86 isn't worth the complexity.
/openbmc/linux/Documentation/scheduler/
H A Dsched-energy.rst359 6.3 - Energy Model complexity
365 The energy-aware wake-up algorithm has a complexity of:
372 A complexity check is performed at the root domain level, when scheduling
377 If you really want to use EAS but the complexity of your platform's Energy
386 2. submit patches to reduce the complexity of the EAS wake-up algorithm,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-argh_0.31.3.bb3 'argh!' while struggling with the API of argparse? Don't like the complexity \
/openbmc/linux/Documentation/locking/
H A Dpi-futex.rst8 (or any other PI complexity) at all. No registration, no extra kernel
37 between 1:10 and 1:100. Lockless is hard, and the complexity of lockless
/openbmc/linux/drivers/misc/echo/
H A Decho.h49 as computational complexity and patents favour the use of NLMS.
57 low complexity filter is adequate for this, so pre-whitening adds little to the
/openbmc/linux/Documentation/scsi/
H A Dhpsa.rst13 complexity and eliminating that complexity is one of the reasons
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dinit-manager.rst118 increasing levels of complexity and functionality:
132 * - Complexity
/openbmc/linux/net/ieee802154/
H A DKconfig6 complexity short range wireless personal area networks. It was
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c101 * addend key. This is a stable O(n*log n) complexity in get_plt_size()
102 * algorithm but it will reduce the complexity of in get_plt_size()
103 * count_relocs() to linear complexity O(n) in get_plt_size()
/openbmc/openbmc/poky/meta/recipes-multimedia/sbc/
H A Dsbc_2.0.bb2 DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library."
/openbmc/docs/designs/
H A Dphysical-topology.md166 complexity of consumers of this information since they would have to support
170 with this method. If the additional complexity of path hierarchies is needed in
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct-interpretation.rst63 and the technical complexity involved naturally require expertise and
67 is determined mainly by context and technical complexity and only
/openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/
H A Dlibepoxy_1.5.10.bb2 DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c125 * quadratic time complexity in address_space_update_ioeventfds(). in virtio_scsi_dataplane_start()
217 * quadratic time complexity in address_space_update_ioeventfds(). in virtio_scsi_dataplane_stop()
/openbmc/linux/kernel/sched/
H A DMakefile28 # These compilation units have roughly the same size and complexity - so their
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst38 * Lots of complexity of the GuC backend can be pulled out once
48 * Fully integrating would add lots of complexity to DRM
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-2.5.4.inc3 Libtool hides the complexity of generating special library types \

12345678910>>...13