HomeSort by relevance Sort by last modified time
    Searched refs:a3 (Results 176 - 200 of 840) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/SemaTemplate/
dependent-sized_array.cpp 16 int a3[sizeof(a1)/sizeof(int) != 4? 1 : -1]; // expected-error{{negative}} local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun1.pass.cpp 23 int a3() const {return 1;} function in struct:A
const_mem_fun_ref1.pass.cpp 23 int a3() const {return 1;} function in struct:A
  /dalvik/vm/arch/mips/
CallO32.S 53 * a3 argc (number of 32-bit values in argv)
55 * reg a0-a3. That's different from ARM.
91 * |__12______| reserved (a3: argc)
107 * |__________| reserved for a3
157 addiu $a3,-1
164 addiu $t1,16 /* include space for a0/a1/a2/a3 */
172 * a3 :argc
177 blez $a3,.Largs_done
180 addiu $a3,-1
184 blez $a3,.Largs_don
    [all...]
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 35 const Arg& a2, const Arg& a3) const {
36 const Arg* const args[] = { &a0, &a1, &a2, &a3 };
41 const Arg& a2, const Arg& a3, const Arg& a4) const {
42 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4 };
47 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5) const {
48 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5 };
53 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
55 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 };
60 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
62 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 }
    [all...]
  /external/regex-re2/re2/
variadic_function.h 37 const Arg& a2, const Arg& a3) const {
38 const Arg* const args[] = { &a0, &a1, &a2, &a3 };
43 const Arg& a2, const Arg& a3, const Arg& a4) const {
44 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4 };
49 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5) const {
50 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5 };
55 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
57 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 };
62 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
64 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 }
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_template.hpp 113 template<class A1, class A2, class A3> result_type operator()(A1 & a1, A2 & a2, A3 & a3)
115 list3<A1 &, A2 &, A3 &> a(a1, a2, a3);
119 template<class A1, class A2, class A3> result_type operator()(A1 & a1, A2 & a2, A3 & a3) const
121 list3<A1 &, A2 &, A3 &> a(a1, a2, a3);
    [all...]
  /dalvik/vm/compiler/template/mips/
fbinopWide.S 4 * specifies an instruction that performs "result = a0-a1 op a2-a3".
25 LOAD64(rARG2, rARG3, t1) # a2/a3<- vCC/vCC+1
27 or t0, rARG2, rARG3 # second arg (a2-a3) is zero?
31 $instr # result<- op, a0-a3 changed
  /dalvik/vm/mterp/mips/
OP_PACKED_SWITCH.S 18 GET_OPA(a3) # a3 <- AA
21 GET_VREG(a1, a3) # a1 <- vAA
OP_SHL_LONG_2ADDR.S 8 GET_OPB(a3) # a3 <- B
9 GET_VREG(a2, a3) # a2 <- vB
OP_USHR_LONG_2ADDR.S 8 GET_OPB(a3) # a3 <- B
9 GET_VREG(a2, a3) # a2 <- vB
bincmp.S 13 GET_VREG(a3, a1) # a3 <- vB
15 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
binflopWide2addr.S 4 * that specifies an instruction that performs "result = a0-a1 op a2-a3".
18 LOAD64(rARG2, rARG3, a1) # a2/a3 <- vBB/vBB+1
21 or t0, rARG2, rARG3 # second arg (a2-a3) is zero?
37 $instr # result <- op, a0-a3 changed
binopWide2addr.S 1 %default {"preinstr":"", "result0":"a0", "result1":"a1", "chkzero":"0", "arg0":"a0", "arg1":"a1", "arg2":"a2", "arg3":"a3"}
4 * that specifies an instruction that performs "result = a0-a1 op a2-a3".
20 LOAD64($arg2, $arg3, a1) # a2/a3 <- vBB/vBB+1
23 or t0, $arg2, $arg3 # second arg (a2-a3) is zero?
29 $instr # result <- op, a0-a3 changed
OP_MUL_LONG.S 5 * x a3 a2
16 srl t1, a0, 8 # a3 <- CC
21 LOAD64(a2, a3, t1) # a2/a3 <- vCC/vCC+1
23 mul v1, a3, a0 # v1= a3a0
  /external/v8/src/mips/
ic-mips.cc 227 StubCompiler::GenerateLoadArrayLength(masm, a0, a3, &miss);
242 StubCompiler::GenerateLoadStringLength(masm, a0, a1, a3, &miss,
259 StubCompiler::GenerateLoadFunctionPrototype(masm, a0, a1, a3, &miss);
404 masm, flags, a1, a2, a3, t0, t1, t2);
413 __ GetObjectType(a1, a3, a3);
414 __ Branch(&non_number, ne, a3, Operand(HEAP_NUMBER_TYPE));
422 __ Branch(&non_string, Ugreater_equal, a3, Operand(FIRST_NONSTRING_TYPE));
440 masm, flags, a1, a2, a3, t0, t1, t2);
476 GenerateStringDictionaryReceiverCheck(masm, a1, a0, a3, t0, &miss)
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 363 masm, flags, a1, a2, a3, t0, t1, t2);
372 __ GetObjectType(a1, a3, a3);
373 __ Branch(&non_number, ne, a3, Operand(HEAP_NUMBER_TYPE));
381 __ Branch(&non_string, Ugreater_equal, a3, Operand(FIRST_NONSTRING_TYPE));
399 masm, flags, a1, a2, a3, t0, t1, t2);
435 GenerateNameDictionaryReceiverCheck(masm, a1, a0, a3, t0, &miss);
439 GenerateDictionaryLoad(masm, &miss, a0, a2, a1, a3, t0);
459 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
461 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0)
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap6.c 260 UInt fn_3 ( UInt a1, UInt a2, UInt a3 )
266 words[3-1] = a3;
272 UInt I_WRAP_SONAME_FNNAME_ZU(NONE,fn_3) ( UInt a1, UInt a2, UInt a3 )
278 printf("fn_3 wrapper pre ( %d, %d, %d )\n", (int)a1, (int)a2, (int)a3);
279 CALL_FN_W_WWW(r, fn, a1, a2, a3);
281 CALL_FN_v_WWW(fn, a1, a2, a3);
289 UInt fn_4 ( UInt a1, UInt a2, UInt a3, UInt a4 )
295 words[3-1] = a3;
303 ( UInt a1, UInt a2, UInt a3, UInt a4 )
310 (int)a1, (int)a2, (int)a3, (int)a4)
    [all...]
  /bionic/libc/arch-mips/bionic/
clone.S 52 sw $a3,4($a1) # arg
63 move $a3,$0 # user_desc
70 bnez $a3,.L__error
126 bnez $a3,.L__error_bc
  /external/valgrind/main/massif/tests/
alloc-fns.c 4 void a3(int n) { a4(n); } function
5 void a2(int n) { a3(n); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
acos_valarray.pass.cpp 39 T a3[] = {2.6905658417935308e+00, local
49 assert(is_about(v3[i], a3[i], 10));
asin_valarray.pass.cpp 39 T a3[] = {-1.1197695149986342e+00, local
49 assert(is_about(v3[i], a3[i], 10));
atan2_valarray_valarray.pass.cpp 40 T a3[] = {-2.2974386674766221e+00, local
51 assert(is_about(v3[i], a3[i], 10));
atan2_valarray_value.pass.cpp 39 T a3[] = {-8.7605805059819342e-01, local
49 assert(is_about(v3[i], a3[i], 10));
atan2_value_valarray.pass.cpp 39 T a3[] = {2.4468543773930902e+00, local
49 assert(is_about(v3[i], a3[i], 10));

Completed in 232 milliseconds

1 2 3 4 5 6 78 91011>>