HomeSort by relevance Sort by last modified time
    Searched refs:adds (Results 201 - 225 of 643) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 227 // copyInto makes a new value identical to v and adds it to the end of b.
241 // copyIntoNoXPos makes a new value identical to v and adds it to the end of b.
248 // copyIntoWithXPos makes a new value identical to v and adds it to the end of b.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 227 // copyInto makes a new value identical to v and adds it to the end of b.
241 // copyIntoNoXPos makes a new value identical to v and adds it to the end of b.
248 // copyIntoWithXPos makes a new value identical to v and adds it to the end of b.
  /build/blueprint/parser/
modify.go 70 // Add adds a Patch to a PatchList. It returns a PatchOverlapError if the patch cannot be added.
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy_w16out.s 131 adds x6, x6,#0
206 adds x5, x5,#0
  /external/vixl/benchmarks/aarch32/
asm-disasm-speed-test.cc 407 __ adds(Narrow, r4, r4, 24U);
417 __ adds(Narrow, r4, r4, 24U);
497 __ adds(r1, r4, 44U);
540 __ adds(r0, 4U);
541 __ adds(Narrow, r1, r1, 32U);
672 __ adds(r0, 4U);
673 __ adds(Narrow, r1, r1, 32U);
793 __ adds(r0, 4U);
794 __ adds(Narrow, r1, r1, 32U);
    [all...]
  /prebuilts/go/darwin-x86/src/container/heap/
example_pq_test.go 60 // This example creates a PriorityQueue with some items, adds and manipulates an item,
heap.go 13 // ordering for the Less method, so Push adds items while Pop removes the
  /prebuilts/go/darwin-x86/src/crypto/x509/
cert_pool.go 84 // AddCert adds a certificate to a pool.
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 39 // Add adds an Error with given position and error message to an ErrorList.
  /prebuilts/go/darwin-x86/src/os/
getwd.go 78 // adds /name to the beginning of dir.
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 87 // add adds the (op, name) pair to the test log.
  /prebuilts/go/linux-x86/src/container/heap/
example_pq_test.go 60 // This example creates a PriorityQueue with some items, adds and manipulates an item,
heap.go 13 // ordering for the Less method, so Push adds items while Pop removes the
  /prebuilts/go/linux-x86/src/crypto/x509/
cert_pool.go 84 // AddCert adds a certificate to a pool.
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 39 // Add adds an Error with given position and error message to an ErrorList.
  /prebuilts/go/linux-x86/src/os/
getwd.go 78 // adds /name to the beginning of dir.
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 87 // add adds the (op, name) pair to the test log.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
alias.s 99 adds xzr, x15, #0xfff
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv1.d 20 0+24 <[^>]*> e0900000 ? adds r0, r0, r0
thumb32.d 47 0[0-9a-f]+ <[^>]+> 3000 adds r0, #0
48 0[0-9a-f]+ <[^>]+> 1c05 adds r5, r0, #0
49 0[0-9a-f]+ <[^>]+> 1c28 adds r0, r5, #0
50 0[0-9a-f]+ <[^>]+> 1d50 adds r0, r2, #5
51 0[0-9a-f]+ <[^>]+> 3081 adds r0, #129.*
52 0[0-9a-f]+ <[^>]+> 3081 adds r0, #129.*
53 0[0-9a-f]+ <[^>]+> 357e adds r5, #126.*
54 0[0-9a-f]+ <[^>]+> 1800 adds r0, r0, r0
55 0[0-9a-f]+ <[^>]+> 1805 adds r5, r0, r0
56 0[0-9a-f]+ <[^>]+> 1828 adds r0, r5, r
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
tls-descrelax-be32.d 84 80ee: 1c08 adds r0, r1, #0
tls-descrelax-be8.d 84 80ee: 1c08 adds r0, r1, #0
tls-descrelax-v7.d 84 80ee: 1c08 adds r0, r1, #0
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 348 adds sp, sp, #16
  /build/soong/android/
makevars.go 170 $(if $(2),$$(warning Make adds: $$(filter-out $$(my_val_soong),$$(my_val_make))),$$(warning Make : $$(my_val_make)))
171 $(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong: $$(my_val_soong)))

Completed in 1189 milliseconds

1 2 3 4 5 6 7 891011>>