/external/gptfdisk/ |
D | support.cc | 311 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/ |
D | eas_reverb.c | 540 EAS_I32 tempValue; in Reverb() local 712 …tempValue = 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() 751 …tempValue = 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()
|
D | eas_chorus.c | 262 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/ |
D | eas_reverb.c | 540 EAS_I32 tempValue; in Reverb() local 712 …tempValue = 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() 751 …tempValue = 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()
|
D | eas_chorus.c | 262 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/ |
D | eas_reverb.c | 540 EAS_I32 tempValue; in Reverb() local 712 …tempValue = 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() 751 …tempValue = 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()
|
D | eas_chorus.c | 262 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/ |
D | NFRule.java | 266 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/ |
D | union-template.ll | 17 %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/ |
D | debug-info-union-template.cpp | 8 Value<float> tempValue; in g() local
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 468 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, temp…
|