HomeSort by relevance Sort by last modified time
    Searched refs:sub (Results 126 - 150 of 2851) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libhevc/common/arm64/
ihevc_inter_pred_luma_copy.s 94 sub x15,x16,#4
119 sub x0,x9,x15 //pu1_src = pu1_src_tmp
120 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
126 sub x0,x20,x19
132 sub x15,x16,#8
154 sub x0,x9,x15 //pu1_src = pu1_src_tmp
155 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
160 sub x0,x20,x19
165 sub x15,x16,#16
187 sub x0,x9,x15 //pu1_src = pu1_src_tm
    [all...]
  /external/llvm/test/MC/AsmParser/
at-pseudo-variable.s 8 sub $1\@, %eax
29 sub $2\@, \reg
39 sub $\foo, %eax
46 sub $4, \reg
53 sub $5, %eax
60 sub $6, %eax
  /external/mockito/src/test/java/org/mockitousage/puzzlers/
OverloadingPuzzleTest.java 27 private interface Sub extends Super {
37 Sub sub = mock(Sub.class); local
38 setMockWithDowncast(sub);
41 verify(sub).say("Hello");
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 22 for i, sub := range re.Sub {
23 nsub := sub.Simplify()
24 if nre == re && nsub != sub {
29 nre.Sub = append(nre.Sub0[:0], re.Sub[:i]...)
32 nre.Sub = append(nre.Sub, nsub)
38 sub := re.Sub[0].Simplify(
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 22 for i, sub := range re.Sub {
23 nsub := sub.Simplify()
24 if nre == re && nsub != sub {
29 nre.Sub = append(nre.Sub0[:0], re.Sub[:i]...)
32 nre.Sub = append(nre.Sub, nsub)
38 sub := re.Sub[0].Simplify(
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-tls-2.s 12 sub.d extsym4:DTPREL+22,r9
13 sub.w extsym4:DTPREL16-86,r3
16 sub.d [r3+extsym3:TPOFFGOT],r4,r10
17 sub.d extsym4:GDGOTREL+42,r9
18 sub.d extsym4:TPOFFGOT-96,r3
24 sub.d [r12+extsym3:TPOFFGOT16-156],r9,r8
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_sub.d 2 #name: NIOS2 CDX sub.n
5 # Test the sub.n and subi.n instructions
10 0+0000 <[^>]*> c901 sub.n r4,r4,r4
cdx_sub.s 1 # Source file used to test the sub and subi instructions.
4 sub.n r4,r4,r4
  /art/test/032-concrete-sub/src/
ConcreteSub.java 29 ConcreteSub sub = new ConcreteSub(); local
32 callBase(sub);
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
GenericComponent.java 19 import test.sub.Exposed;
20 import test.sub.PublicSubclass;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pow2.cpp 140 tmp = sub (table[i], table[i + 1]); // table[i] - table[i+1]
143 exp = sub (30, exponent);
195 tmp = sub(pow2_tbl[i], pow2_tbl[i + 1], pOverflow);
198 exp = sub(30, exponent, pOverflow);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/complex/nest/sub/test12/
p.go 3 // Check that vendor/v1 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/complex/nest/sub/test23/
p.go 3 // Check that vendor/v3 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/complex/nest/sub/test12/
p.go 3 // Check that vendor/v1 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/complex/nest/sub/test23/
p.go 3 // Check that vendor/v3 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
sleep.d 11 8: 2402 0143 sub r3,r4,r5
swi.d 11 8: 2402 0143 sub r3,r4,r5
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
badrelax.d 12 2: 013b 0000 sub r0,r0,2
regression.d 18 16: ff3f ff8a sub r63,r63,r62
81 74: fe3f fc0a sub r63,r63,r4
89 86: febf fc0a sub r63,r63,r5
97 96: fe3f fc0a sub r63,r63,r4
105 a8: febf fc0a sub r63,r63,r5
113 b8: fe3f fc0a sub r63,r63,r4
121 ca: febf fc0a sub r63,r63,r5
129 da: fe3f fc0a sub r63,r63,r4
137 ea: febf fc0a sub r63,r63,r5
145 fa: ff3f fc0a sub r63,r63,r
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sub.d 2 #name: i386 sub
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
find.h 12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
71 return stringlib_find(str + start, end - start, sub, sub_len, start);
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);
86 stringlib_contains_obj(PyObject* str, PyObject* sub)
90 STRINGLIB_STR(sub), STRINGLIB_LEN(sub), 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
find.h 12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
71 return stringlib_find(str + start, end - start, sub, sub_len, start);
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);
86 stringlib_contains_obj(PyObject* str, PyObject* sub)
90 STRINGLIB_STR(sub), STRINGLIB_LEN(sub), 0
    [all...]
  /external/python/cpython2/Objects/stringlib/
find.h 12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
71 return stringlib_find(str + start, end - start, sub, sub_len, start);
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);
86 stringlib_contains_obj(PyObject* str, PyObject* sub)
90 STRINGLIB_STR(sub), STRINGLIB_LEN(sub),
    [all...]
  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 105 psubb %xmm0, %xmm1 /* packed sub of comparison results*/
107 sub $0xffff, %edx /* if first 16 bytes are same, edx == 0xffff */
110 sub $16, %r11
137 sub %rcx, %r9
155 psubb %xmm0, %xmm1 /* packed sub of comparison results*/
159 sub %r9d, %edx
183 sub $0xffff, %edx
187 sub $16, %r11
198 sub $0xffff, %edx
201 sub $16, %r1
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
localename.c 426 int primary, sub;
448 sub = SUBLANGID (langid);
459 switch (sub)
482 switch (sub)
499 switch (sub)
516 switch (sub)
527 switch (sub)
535 switch (sub)
561 switch (sub)
574 switch (sub)
    [all...]

Completed in 804 milliseconds

1 2 3 4 56 7 8 91011>>