| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | intel_pm.c | 1347 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 D | calc_tickadj.texi | 11 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 D | calc_tickadj-opts.def | 7 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 D | lzma_encoder_optimum_normal.c | 204 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 D | ltable.c | 406 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 D | 2001-04-16-DynamicCompilation.txt | 18 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 D | intel_display_types.h | 734 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 D | README | 7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file
|
| /netbsd-src/dist/pf/share/pf/ |
| H A D | ackpri | 19 # is optimal. Some experimentation might be needed to find the best
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | files.tsarm | 43 # non-optimal, but I don't have a better answer right now.
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | pow.m4 | 30 /* Use Binary Method to calculate the powi. This is not an optimal but
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | pow.m4 | 30 /* 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 D | popham.asm | 43 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 D | Packaging.rst | 12 break things for constrained platforms. These settings are not optimal for most
|
| H A D | AMDGPUInstructionSyntax.rst | 128 The assembler will automatically use optimal encoding based on instruction operands.
|
| H A D | BugpointRedesign.md | 91 when the IR crashes, it tries to reduce it by performing some sub-optimal
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/ |
| H A D | README | 66 3. mpn_mul_1 runs at what is believed to be optimal speed.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-passes.def | 61 The optimal place for such a pass would be directly after expand, but
|
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | files.sbmips | 59 # non-optimal, but I don't have a better answer right now.
|
| /netbsd-src/sys/arch/sbmips/conf/ |
| H A D | files.sbmips | 60 # non-optimal, but I don't have a better answer right now.
|
| /netbsd-src/etc/ |
| H A D | gettytab | 5 # it is by no means certain, or even likely, that any of them are optimal
|
| /netbsd-src/lib/libcurses/PSD.doc/ |
| H A D | appen.C | 97 Nothing here claims to be optimal,
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | files.i386 | 340 # 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 D | OPENSSL_ia32cap.pod | 18 between different code paths to provide optimal performance across wide
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 18 between different code paths to provide optimal performance across wide
|