Home
last modified time | relevance | path

Searched refs:psmax (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Damd.c92 int i, psmax; in decode_pstates() local
105 psmax = (val >> 4) & 0x7; in decode_pstates()
106 psmax += boost_states; in decode_pstates()
107 for (i = 0; i <= psmax; i++) { in decode_pstates()
110 psmax, MAX_HW_PSTATES); in decode_pstates()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Damd.c92 int i, psmax; in decode_pstates() local
105 psmax = (val >> 4) & 0x7; in decode_pstates()
106 psmax += boost_states; in decode_pstates()
107 for (i = 0; i <= psmax; i++) { in decode_pstates()
110 psmax, MAX_HW_PSTATES); in decode_pstates()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Damd.c92 int i, psmax; in decode_pstates() local
105 psmax = (val >> 4) & 0x7; in decode_pstates()
106 psmax += boost_states; in decode_pstates()
107 for (i = 0; i <= psmax; i++) { in decode_pstates()
110 psmax, MAX_HW_PSTATES); in decode_pstates()
/dports/sysutils/x86info/x86info-1b41e8b/vendors/amd/
H A Dpowernow.c262 int i, psmax, pscur, fam; in decode_pstates() local
278 psmax = (val >> 4) & 0x7; in decode_pstates()
287 psmax += boost_states; in decode_pstates()
288 for (i=0; i<=psmax; i++) { in decode_pstates()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PP/src/
H A Dbands.f90176 REAL(dp):: pscur, psmax, psr(nbnd) local
293 psmax = MAXVAL( psr )
295 IF ( psmax > 0.75 ) THEN
317 psmax = 0.0_dp
325 IF ( pscur > psmax ) THEN
326 psmax = pscur
/dports/audio/zita-njbridge/zita-njbridge-0.4.8/source/
H A Dnetrx.cc46 int psmax, in start() argument
59 _packet = new Netdata (psmax); in start()
H A Dnetrx.h42 int psmax,
H A Dnetdata.cc65 int psmax, int fsamp, int fsize)
68 putint (PSMAX, psmax);
H A Dnetdata.h61 void init_audio_desc (int flags, int sform, int nchan, int psmax, int fsamp, int fsize);
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Common/
H A Dpagination_quicknav.html.twig36 …value="{{ current_page }}" psurl="{{ jump_page_url }}" psmax="{{ page_count }}" pslimit="{{ limit …
H A Dpagination.html.twig34 …-page" type="text" value="{{ current_page }}" psurl="{{ jump_page_url }}" psmax="{{ page_count }}"…
/dports/games/freeminer/freeminer-0.4.10.4/util/
H A Dminetestmapper.py432 psmax = getBlockAsInteger((xpos, 2047, zpos)) variable
433 …`pos` FROM `blocks` WHERE `pos`>=? AND `pos`<=? AND (`pos` - ?) % 4096 = 0", (psmin, psmax, psmin))
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_config.c3006 int psmax = 1 << (poll - 1); in attrtopsl() local
3009 if (lower > psmax) { in attrtopsl()
3011 poll, lower, psmax); in attrtopsl()
3012 lower = psmax; in attrtopsl()
3014 if (upper > psmax) { in attrtopsl()
3016 poll, upper, psmax); in attrtopsl()
3017 upper = psmax; in attrtopsl()
/dports/games/asylum/asylum-0.3.2/
H A Dsound.cpp106 Sint16 psmax = pitchslide>>16; in make_sound() local
/dports/science/berkeleygw/BGW-2.0.0/Visual/
H A Dmatter.py310 psmax = []
313 psmax.append(pscenter[ii] + 0.5 * sw[ii] - eps9)
331 if pa[mm] < psmin[mm] or pa[mm] > psmax[mm]: