Home
last modified time | relevance | path

Searched refs:optimal (Results 1 – 25 of 186) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c1347 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1435 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1440 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1444 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1451 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1453 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1455 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1459 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1466 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1468 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj.texi11 Project, that is used calculate optimal tick value based on given drift file.
15 * calc_tickadj: (calc_tickadj). Calculate optimal tick value from a drift file.
H A Dcalc_tickadj-opts.def7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.';
35 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c204 make_literal(lzma_optimal *optimal) in make_literal() argument
206 optimal->back_prev = UINT32_MAX; in make_literal()
207 optimal->prev_1_is_literal = false; in make_literal()
212 make_short_rep(lzma_optimal *optimal) in make_short_rep() argument
214 optimal->back_prev = 0; in make_short_rep()
215 optimal->prev_1_is_literal = false; in make_short_rep()
219 #define is_short_rep(optimal) \ argument
220 ((optimal).back_prev == 0)
/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c406 unsigned int optimal = 0; /* optimal size for array part */ in computesizes() local
413 optimal = twotoi; /* optimal size (till now) */ in computesizes()
417 lua_assert((optimal == 0 || optimal / 2 < na) && na <= optimal); in computesizes()
419 return optimal; in computesizes()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_types.h734 struct intel_pipe_wm optimal; member
739 struct skl_pipe_wm optimal; member
751 struct vlv_wm_state optimal; member
762 struct g4x_wm_state optimal; member
/netbsd-src/external/bsd/ntp/dist/scripts/
H A DREADME7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file
/netbsd-src/dist/pf/share/pf/
H A Dackpri19 # is optimal. Some experimentation might be needed to find the best
/netbsd-src/sys/arch/evbarm/conf/
H A Dfiles.tsarm43 # non-optimal, but I don't have a better answer right now.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dpow.m430 /* Use Binary Method to calculate the powi. This is not an optimal but
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dpow.m430 /* Use Binary Method to calculate the powi. This is not an optimal but
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dpopham.asm43 C The code here isn't optimal, but it's already a 2x speedup over the plain
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
H A DAMDGPUInstructionSyntax.rst128 The assembler will automatically use optimal encoding based on instruction operands.
H A DBugpointRedesign.md91 when the IR crashes, it tries to reduce it by performing some sub-optimal
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/
H A DREADME66 3. mpn_mul_1 runs at what is believed to be optimal speed.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-passes.def61 The optimal place for such a pass would be directly after expand, but
/netbsd-src/sys/arch/evbmips/conf/
H A Dfiles.sbmips59 # non-optimal, but I don't have a better answer right now.
/netbsd-src/sys/arch/sbmips/conf/
H A Dfiles.sbmips60 # non-optimal, but I don't have a better answer right now.
/netbsd-src/etc/
H A Dgettytab5 # it is by no means certain, or even likely, that any of them are optimal
/netbsd-src/lib/libcurses/PSD.doc/
H A Dappen.C97 Nothing here claims to be optimal,
/netbsd-src/sys/arch/i386/conf/
H A Dfiles.i386340 # non-optimal, but I don't have a better answer right now.
371 # non-optimal, but I don't have a better answer right now.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_ia32cap.pod18 between different code paths to provide optimal performance across wide
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_ia32cap.pod18 between different code paths to provide optimal performance across wide

12345678