OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpvalue
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
478
void setVRToConst(int regNum, OpndSize size, int*
tmpValue
) {
498
constVRTable[indexL].value =
tmpValue
[0];
506
constVRTable[indexH].value =
tmpValue
[1];
538
int entry,
tmpValue
[2], tmpValue2[2];
561
if(isVirtualRegConstant(vB, LowOpndRegType_gp,
tmpValue
, false) == 3) {
563
setVRToConst(vA, OpndSize_32,
tmpValue
);
565
infoArray[entry].value[0] =
tmpValue
[0];
589
if(isVirtualRegConstant(vB, LowOpndRegType_xmm,
tmpValue
, false) == 3) {
591
setVRToConst(vA, OpndSize_64,
tmpValue
);
735
if(isVirtualRegConstant(vB, LowOpndRegType_gp,
tmpValue
, false) == 3)
[
all
...]
LowerHelper.cpp
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java
219
BigInteger
tmpValue
= fieldValue;
223
tmp[i] = (byte)((
tmpValue
.intValue() & 0x7f) | 0x80);
224
tmpValue
=
tmpValue
.shiftRight(7);
/frameworks/base/core/java/android/content/res/
AssetManager.java
151
TypedValue
tmpValue
= mValue;
152
int block = loadResourceValue(ident, (short) 0,
tmpValue
, true);
154
if (
tmpValue
.type == TypedValue.TYPE_STRING) {
155
return mStringBlocks[block].get(
tmpValue
.data);
157
return
tmpValue
.coerceToString();
169
TypedValue
tmpValue
= mValue;
170
int block = loadResourceBagValue(ident, bagEntryId,
tmpValue
, true);
172
if (
tmpValue
.type == TypedValue.TYPE_STRING) {
173
return mStringBlocks[block].get(
tmpValue
.data);
175
return
tmpValue
.coerceToString()
[
all
...]
/external/opencv/cvaux/src/
cvscanlines.cpp
1910
double
tmpvalue
;
local
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java
114
V
tmpValue
= mValue[i];
116
mValue[i - 1] =
tmpValue
;
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
[
all
...]
/external/icu4c/i18n/
ucurr.cpp
[
all
...]
Completed in 598 milliseconds