Searched refs:env_out (Results 1 – 3 of 3) sorted by relevance
202 int env_export(env_t *env_out) in env_export() argument207 res = (char *)env_out->data; in env_export()214 env_out->crc = crc32(0, env_out->data, ENV_SIZE); in env_export()217 env_out->flags = ++env_flags; /* increase the serial */ in env_export()
445 uint32_t env_out; in OPL_CALC_CH() local451 env_out=OPL_CALC_SLOT(SLOT); in OPL_CALC_CH()452 if( env_out < EG_ENT-1 ) in OPL_CALC_CH()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()475 env_out=OPL_CALC_SLOT(SLOT); in OPL_CALC_CH()476 if( env_out < EG_ENT-1 ) in OPL_CALC_CH()482 outd[0] += OP_OUT(SLOT,env_out, feedback2); in OPL_CALC_CH()495 int env_out; in OPL_CALC_RH() local501 env_out=OPL_CALC_SLOT(SLOT); in OPL_CALC_RH()[all …]
274 int env_export(env_t *env_out);