OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsb1
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s
264
;// 2. $sum1 and $
lsb1
are not modified and hence can be reused in another
269
;// M_AVG4 $sum0, $lsb0, $sum1, $
lsb1
, $rndVal
275
;// $
lsb1
(c ^ d) Not modified
283
M_AVG4 $sum0, $lsb0, $sum1, $
lsb1
, $rndVal
302
$OP1 $lsb0, $lsb0, $
lsb1
;// e0 = e0 & e1
/libcore/luni/src/main/java/java/util/
UUID.java
205
long
lsb1
= Long.parseLong(uuid.substring(position[2] + 1, position[3]), 16);
local
209
long lsb = (
lsb1
<< 48) | lsb2;
Completed in 134 milliseconds