/dalvik/vm/mterp/c/ |
opcommon.cpp | 147 s4 firstVal, secondVal, result; \ 148 firstVal = GET_REGISTER(vsrc1); \ 155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 157 result = firstVal; /* division */ \ 161 result = firstVal _op secondVal; \ 194 s4 firstVal, result; \ 195 firstVal = GET_REGISTER(vsrc1); \ 201 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \ 204 result = firstVal; /* division */ \ 208 result = firstVal _op (s2) vsrc2; [all...] |
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-armv5te.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-armv7-a-neon.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-armv7-a.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-mips.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-x86.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-allstubs.cpp | 663 s4 firstVal, secondVal, result; \ 664 firstVal = GET_REGISTER(vsrc1); \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 673 result = firstVal; /* division */ \ 677 result = firstVal _op secondVal; \ 710 s4 firstVal, result; \ 711 firstVal = GET_REGISTER(vsrc1); \ [all...] |
InterpC-portable.cpp | 609 s4 firstVal, secondVal, result; \ 610 firstVal = GET_REGISTER(vsrc1); \ 617 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 619 result = firstVal; /* division */ \ 623 result = firstVal _op secondVal; \ 656 s4 firstVal, result; \ 657 firstVal = GET_REGISTER(vsrc1); \ 663 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \ 666 result = firstVal; /* division */ \ 670 result = firstVal _op (s2) vsrc2; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
KeyframeAnimation.cpp | 375 const TransformOperations* firstVal = &m_keyframes[firstNonEmptyTransformKeyframeIndex].style()->transform(); 386 if (!firstVal->operationsMatch(*val)) 416 const FilterOperations* firstVal = &m_keyframes[firstNonEmptyFilterKeyframeIndex].style()->filter(); 422 if (!firstVal->canInterpolateWith(*val))
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 54 short firstVal; 201 aecm->firstVal = 0; 364 aecm->firstVal = aecm->msInSndCardBuf; 368 if (abs(aecm->firstVal - aecm->msInSndCardBuf)
|
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 121 Object firstVal = "Gabba"; 123 map.put("Gah", firstVal); 127 ht.get("Gah") == firstVal);
|
/external/webrtc/src/modules/audio_processing/aec/ |
echo_cancellation.c | 65 short firstVal; 254 aecpc->firstVal = 0; 483 aecpc->firstVal = aecpc->msInSndCardBuf; 487 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) <
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 98 Object firstVal = "Gabba"; 100 map.put("Gah", firstVal); 104 ht.get("Gah") == firstVal);
|
/external/bison/data/ |
glr.c | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 428 SVal firstVal = state->getSVal(First, LCtx); 431 Optional<Loc> firstLoc = firstVal.getAs<Loc>(); 469 // Switch the values so that firstVal is before secondVal. [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |