Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_bytecode.hh539 int tmp_int_index = 0; in stackMove() local
542 it->stackMove(tmp_int_index, tmp_real_index); in stackMove()
544 …std::cout << "int_stack_index " << tmp_int_index << " real_stack_index " << tmp_real_index << std:… in stackMove()
545 faustassert(tmp_int_index >= 0 && tmp_real_index >= 0); in stackMove()
546 int_index = std::max(int_index, tmp_int_index); in stackMove()