HomeSort by relevance Sort by last modified time
    Searched refs:a4 (Results 26 - 50 of 1311) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
const_mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
  /external/r8/src/test/examples/shaking2/
Interface.java 10 public void interfaceMethod5(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
const_mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
const_mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
entry_misalign2.s 5 mov.n a4,a5
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
data1.c 6 char a4[4] __attribute__ ((aligned (ALIGNMENT4))); variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
syntax.s 13 ABS .l1 a4 , a11
15 add .S1 0xffffffff,a4,a11
  /art/runtime/interpreter/mterp/mips64/
binop.S 17 srl a4, rINST, 8 # a4 <- AA
29 SET_VREG $result, a4 # vAA <- $result
binopWide.S 17 srl a4, rINST, 8 # a4 <- AA
29 SET_VREG_WIDE $result, a4 # vAA <- $result
fbinop.S 9 srl a4, rINST, 8 # a4 <- AA
17 SET_VREG_FLOAT f0, a4 # vAA <- f0
fbinopWide.S 9 srl a4, rINST, 8 # a4 <- AA
17 SET_VREG_DOUBLE f0, a4 # vAA <- f0
op_aget_object.S 15 srl a4, rINST, 8 # a4 <- AA
18 SET_VREG_OBJECT v0, a4 # vAA <- v0
op_cmp_long.S 4 srl a4, rINST, 8 # a4 <- AA
12 SET_VREG a0, a4 # vAA <- result

Completed in 497 milliseconds

12 3 4 5 6 7 8 91011>>