Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.cc311 char* tempValue = NULL; in ReverseBytes() local
314 tempValue = new char [numBytes]; in ReverseBytes()
315 if (tempValue != NULL) { in ReverseBytes()
316 memcpy(tempValue, theValue, numBytes); in ReverseBytes()
318 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; in ReverseBytes()
319 delete[] tempValue; in ReverseBytes()
/external/sonivox/arm-fm-22k/lib_src/
Deas_reverb.c540 EAS_I32 tempValue; in Reverb() local
712tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyL.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkL); in Reverb()
715 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet<<1)); in Reverb()
717 tempValue += *pOutputBuffer; in Reverb()
718 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
751tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyR.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkR); in Reverb()
754 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet << 1)); in Reverb()
756 tempValue = tempValue + *pOutputBuffer; in Reverb()
757 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
Deas_chorus.c262 EAS_I32 tempValue; in ChorusProcess() local
317 tempValue = MULT_EG1_EG1(tapL, pChorusData->m_nLevel); in ChorusProcess()
318 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
363 tempValue = MULT_EG1_EG1(tapR, pChorusData->m_nLevel); in ChorusProcess()
364 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
/external/sonivox/arm-wt-22k/lib_src/
Deas_reverb.c540 EAS_I32 tempValue; in Reverb() local
712tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyL.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkL); in Reverb()
715 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet<<1)); in Reverb()
717 tempValue += *pOutputBuffer; in Reverb()
718 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
751tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyR.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkR); in Reverb()
754 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet << 1)); in Reverb()
756 tempValue = tempValue + *pOutputBuffer; in Reverb()
757 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
Deas_chorus.c262 EAS_I32 tempValue; in ChorusProcess() local
317 tempValue = MULT_EG1_EG1(tapL, pChorusData->m_nLevel); in ChorusProcess()
318 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
363 tempValue = MULT_EG1_EG1(tapR, pChorusData->m_nLevel); in ChorusProcess()
364 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_reverb.c540 EAS_I32 tempValue; in Reverb() local
712tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyL.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkL); in Reverb()
715 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet<<1)); in Reverb()
717 tempValue += *pOutputBuffer; in Reverb()
718 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
751tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyR.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkR); in Reverb()
754 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet << 1)); in Reverb()
756 tempValue = tempValue + *pOutputBuffer; in Reverb()
757 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); in Reverb()
Deas_chorus.c262 EAS_I32 tempValue; in ChorusProcess() local
317 tempValue = MULT_EG1_EG1(tapL, pChorusData->m_nLevel); in ChorusProcess()
318 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
363 tempValue = MULT_EG1_EG1(tapR, pChorusData->m_nLevel); in ChorusProcess()
364 nOutputSample = SATURATE(tempValue + nInputSample); in ChorusProcess()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java266 long tempValue = 0; in parseRuleDescriptor() local
278 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
290 setBaseValue(tempValue); in parseRuleDescriptor()
297 tempValue = 0; in parseRuleDescriptor()
302 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
315 radix = (int)tempValue; in parseRuleDescriptor()
/external/llvm/test/DebugInfo/X86/
Dunion-template.ll17 %tempValue = alloca %"union.PR15637::Value", align 4
20 …call void @llvm.dbg.declare(metadata %"union.PR15637::Value"* %tempValue, metadata !25, metadata !…
56 !25 = !MDLocalVariable(tag: DW_TAG_auto_variable, name: "tempValue", line: 4, scope: !4, file: !11,…
/external/clang/test/CodeGenCXX/
Ddebug-info-union-template.cpp8 Value<float> tempValue; in g() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js468 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, temp…