Searched defs:two (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp10 // CHECK: in two
21 int two() function
28 return two();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_QuantInvInter_I_s.s76 two RN 7 label
82 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
83 ;// next two values to tempVal43
86 MOV two,#2
93 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
99 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
109 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
117 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
H A DomxVCM4P2_QuantInvIntra_I_s.s85 two RN 10 label
116 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
117 ;// next two values to tempVal43
120 MOV two,#2
129 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
135 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
145 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
153 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4)
47 two = pTwo;
55 two = -2;
61 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4)
34 two = pTwo;
42 two = -2;
48 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
/frameworks/base/core/java/android/text/
H A DTextUtils.java230 CharSequence two, int ooffset,
235 getChars(two, ooffset, ooffset + len, temp, len);
229 regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) argument

Completed in 228 milliseconds