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.s90 two RN 7 label
96 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
97 ;// next two values to tempVal43
100 MOV two,#2
107 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
113 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
123 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
131 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
H A DomxVCM4P2_QuantInvIntra_I_s.s99 two RN 10 label
130 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
131 ;// next two values to tempVal43
134 MOV two,#2
143 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
149 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
159 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
167 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.java237 CharSequence two, int ooffset,
247 getChars(two, ooffset, ooffset + len, temp, len);
236 regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) argument

Completed in 263 milliseconds