Searched defs:tmp (Results 1 – 10 of 10) sorted by relevance
449 s32 tmp = -comb_fb_0; in UpdateBuffer() local469 s32 tmp = -comb_fb_1; in UpdateBuffer() local489 s32 tmp = -allpass_in; in UpdateBuffer() local505 s32 tmp = -fo_2; in UpdateBuffer() local527 s32 tmp = m_LpfCoef2 * ( filter_out + m_LastLpfOut[ch] ); in UpdateBuffer() local
273 s32 tmp = -feedback; in UpdateBuffer() local
47 nw::math::MTX44 tmp; in MTX44Mult() local
52 void* tmp = (void*)( (int)m_CurrentAddress + size ); in MoveAddress() local
124 SmMessage* tmp = m_Child->getNextTail(); in AddChild() local
65 math::VEC3 tmp; in BlendVector3() local
348 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
499 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
469 nw::math::VEC3 tmp(curPos.x, curPos.y, 0.0f); in nnMain() local
892 … Self operator++(int) { Self tmp = *this; (void)this->MoveAddress(sizeof(u32)); return tmp; } variable