OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpVal
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
822
int
tmpVal
;
835
tmpVal
= uint32Val;
839
val |=
tmpVal
& 0x7f;
841
tmpVal
= (
tmpVal
>> 7);
875
int
tmpVal
= 0;
921
tmpVal
= rd.nextInt(255);
922
tmpVal2 = (tmpVal2 << 8) |
tmpVal
;
923
arr[index + i] = (byte)
tmpVal
;
930
tmpVal
= rd.nextInt(127)
[
all
...]
/external/srec/portable/src/
pmemfixed.c
590
unsigned int
tmpVal
;
598
tmpVal
= ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+MEM_POOL_ID_OFFSET];
599
poolId =
tmpVal
& MEM_POOL_ID_MASK;
608
reqMemSize =
tmpVal
>> MEM_REQ_SIZE_BIT_SHIFT;
/external/libyuv/files/source/
general.cc
35
uint8
tmpVal
, tmpValU, tmpValV;
44
tmpVal
= src_yplane[indO];
46
dst_yplane[indS] =
tmpVal
;
Completed in 2753 milliseconds