Searched refs:OP_OUT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 441 #define OP_OUT(slot,env,con) slot->wavetable[((slot->Cnt+con)/(0x1000000/SIN_ENT))&(SIN_ENT-1)][e… macro 462 *CH->connect1 += CH->op1_out[0] = OP_OUT(SLOT,env_out,feedback1); in OPL_CALC_CH() 466 *CH->connect1 += OP_OUT(SLOT,env_out,0); in OPL_CALC_CH() 482 outd[0] += OP_OUT(SLOT,env_out, feedback2); in OPL_CALC_CH() 512 feedback2 = CH[6].op1_out[0] = OP_OUT(SLOT,env_out,feedback1); in OPL_CALC_RH() 516 feedback2 = OP_OUT(SLOT,env_out,0); in OPL_CALC_RH() 533 outd[0] += OP_OUT(SLOT,env_out, feedback2)*2; in OPL_CALC_RH() 555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH() 559 outd[0] += OP_OUT(SLOT7_1,env_sd, 0)*8; in OPL_CALC_RH() 562 outd[0] += OP_OUT(SLOT8_1,env_tam, 0)*2; in OPL_CALC_RH() [all …]
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 41 OP_OUT, enumerator 636 [OP_OUT] = op_out, in generic_fuzz()
|