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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidbg.h 49 #define TrapSz4(psz,a1,a2,a3,a4) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4))
50 #define TrapSz5(psz,a1,a2,a3,a4,a5) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5))
51 #define TrapSz6(psz,a1,a2,a3,a4,a5,a6) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6))
52 #define TrapSz7(psz,a1,a2,a3,a4,a5,a6,a7) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7))
53 #define TrapSz8(psz,a1,a2,a3,a4,a5,a6,a7,a8) IFTRAP(DebugTrapFn(1,__FILE__,__LINE__,psz,a1,a2,a3,a4,a5,a6,a7,a8)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6)
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4)
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5)
402 #define Print(a0, a1, a2, a3, a4, a5) _Py_Print(a0, a1, a2, a3, a4, a5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6)
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6)
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4)
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5)
402 #define Print(a0, a1, a2, a3, a4, a5) _Py_Print(a0, a1, a2, a3, a4, a5
    [all...]
  /external/chromium_org/third_party/libxml/src/
triodef.h 142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
triodef.h 140 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
141 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
142 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
145 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
146 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 18 int a4[] = {}; // expected-error {{zero size arrays}} variable
  /external/clang/test/CodeGen/
asm-variable.c 5 unsigned long long a3, unsigned long long a4,
19 b4 = a4;
31 double a3, double a4,
48 b4 = a4;
  /external/clang/test/Sema/
generic-selection.c 23 int a4[_Generic(0L, default: 1, short: 2, float: 3, int: 4) == 1 ? 1 : -1]; local
  /external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
  /external/libxml2/
triodef.h 142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
memset.S 46 # a2/ dst, a3/ c, a4/ length
56 srli a7, a4, 4 # number of loop iterations with 16B
58 bnez a4, .Laligned
85 bbci.l a4, 3, .L2
91 bbci.l a4, 2, .L3
96 bbci.l a4, 1, .L4
101 bbci.l a4, 0, .L5
113 bltui a4, 8, .Lbyteset # do short copies byte by byte
119 addi a4, a4, -
    [all...]
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 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 };
67 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
69 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }
    [all...]
  /external/regex-re2/re2/
variadic_function.h 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 };
69 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-gf2m.pl 48 ($a1,$a2,$a4)=("ecx","edx","ebp");
61 &lea ($a4,&DWP(0,$a2,$a2));
71 &xor ($a2,$a4); # a2^a4
75 &xor ($a1,$a2); # a1^a4=a1^a2^a2^a4
76 &mov (&DWP(4*4,"esp"),$a4); # a4
77 &xor ($a4,$a2); # a2=a4^a2^a
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 48 ($a1,$a2,$a4)=("ecx","edx","ebp");
61 &lea ($a4,&DWP(0,$a2,$a2));
71 &xor ($a2,$a4); # a2^a4
75 &xor ($a1,$a2); # a1^a4=a1^a2^a2^a4
76 &mov (&DWP(4*4,"esp"),$a4); # a4
77 &xor ($a4,$a2); # a2=a4^a2^a
    [all...]
  /external/valgrind/main/massif/tests/
alloc-fns.c 3 void a4(int n) { malloc(n); } function
4 void a3(int n) { a4(n); }
  /development/ndk/platforms/android-9/arch-x86/include/asm/xen/
hypercall.h 32 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /external/blktrace/doc/
Makefile 11 @dvipdfm -p a4 blktrace
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
21 a4 += 1.0/(k3 * sk*sk);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
21 a4 += 1.0/(k3 * sk*sk);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
21 a4 += 1.0/(k3 * sk*sk);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-162085.js 64 var a4 = [1.3]; variable
65 grow_store2(a4,1,1.4);
66 a4.length = 0;
67 grow_store2(a4,0,1);
68 assertEquals(1, a4[0]);
69 assertEquals(undefined, a4[1]);
70 assertEquals(undefined, a4[2]);
71 assertEquals(undefined, a4[3]);

Completed in 1201 milliseconds

12 3 4 5 6 7 8 91011>>