OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_mult
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
opl.c
517
int c_mult,
m_mult
;
local in function:oplsyn_setv
585
m_mult
= (chars0 & OPL_MULTIPLE_MASK) * mult;
589
if ( 0 ==
m_mult
) /* The OPL uses 0 to represent .5 */
590
m_mult
= 2; /* but of course 0*mult above did */
595
if ((
m_mult
> 15) || (c_mult > 15)) {
600
r20m = (chars0 &~ OPL_MULTIPLE_MASK) |
m_mult
;
opl.c
517
int c_mult,
m_mult
;
local in function:oplsyn_setv
585
m_mult
= (chars0 & OPL_MULTIPLE_MASK) * mult;
589
if ( 0 ==
m_mult
) /* The OPL uses 0 to represent .5 */
590
m_mult
= 2; /* but of course 0*mult above did */
595
if ((
m_mult
> 15) || (c_mult > 15)) {
600
r20m = (chars0 &~ OPL_MULTIPLE_MASK) |
m_mult
;
Completed in 169 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025