Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.cc313 char* tempValue = NULL; in ReverseBytes() local
316 tempValue = new char [numBytes]; in ReverseBytes()
317 if (tempValue != NULL) { in ReverseBytes()
318 memcpy(tempValue, theValue, numBytes); in ReverseBytes()
320 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; in ReverseBytes()
321 delete[] tempValue; in ReverseBytes()
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaBridgeMethodSourceCode.java55 int tempValue = nextRegister(moveType); in prepareInstructions() local
56 add(builder -> builder.addMoveResult(moveType, tempValue)); in prepareInstructions()
57 add(builder -> builder.addReturn(moveType, tempValue)); in prepareInstructions()
DAccessorMethodSourceCode.java120 int tempValue = nextRegister(moveType); in prepareInstructions() local
121 add(builder -> builder.addMoveResult(moveType, tempValue)); in prepareInstructions()
122 add(builder -> builder.addReturn(moveType, tempValue)); in prepareInstructions()
DLambdaMainMethodSourceCode.java262 int tempValue = nextRegister(implMoveType); in prepareInstructions() local
263 add(builder -> builder.addMoveResult(implMoveType, tempValue)); in prepareInstructions()
264 int adjustedValue = prepareReturnValue(tempValue, in prepareInstructions()
/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/r8/src/main/java/com/android/tools/r8/ir/synthetic/
DForwardMethodSourceCode.java100 int tempValue = nextRegister(moveType); in prepareInstructions() local
101 add(builder -> builder.addMoveResult(moveType, tempValue)); in prepareInstructions()
102 add(builder -> builder.addReturn(moveType, tempValue)); in prepareInstructions()
/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 !…
55 !25 = !DILocalVariable(name: "tempValue", line: 4, scope: !4, file: !11, type: !12)
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java297 long tempValue = 0; in parseRuleDescriptor() local
308 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
320 setBaseValue(tempValue); in parseRuleDescriptor()
327 tempValue = 0; in parseRuleDescriptor()
332 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
345 radix = (int)tempValue; in parseRuleDescriptor()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java296 long tempValue = 0; in parseRuleDescriptor() local
307 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
319 setBaseValue(tempValue); in parseRuleDescriptor()
326 tempValue = 0; in parseRuleDescriptor()
331 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
344 radix = (int)tempValue; in parseRuleDescriptor()
/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…