Searched defs:_a (Results 1 - 25 of 41) sorted by relevance

12

/external/llvm/test/MC/AsmParser/
H A Ddirective_tlv.s4 # CHECK: .globl _a
5 # CHECK: _a:
9 .globl _a
10 _a: label
H A Ddirective_tdata.s4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
/external/llvm/test/MC/MachO/
H A Dtlv.s4 .globl _a
5 _a: label
82 // CHECK: ('_string', '_a')
H A Dreloc-pcrel-offset.s13 _a: label
15 call _a
H A Dtlv-reloc.s4 _a$tlv$init:
9 .globl _a
10 _a: label
13 .quad _a$tlv$init
20 movq _a@TLVP(%rip), %rdi
122 // CHECK: ('_string', '_a$tlv$init')
130 // CHECK: ('_string', '_a')
H A Dtdata.s3 _a$tlv$init:
78 // CHECK: ('_string', '_a$tlv$init')
H A Ddarwin-complex-difference.s5 _a: label
85 // CHECK: ('_string', '_a')
H A Dreloc-pcrel.s40 .globl _a
41 _a: label
53 call _a
54 call _a - 1
55 call _a + 1
62 // call _a - L0
H A Dtls.s30 .tbss _a$tlv$init, 4, 2
32 .globl _a
33 _a: label
36 .quad _a$tlv$init
178 // CHECK: ('_string', '_a$tlv$init')
194 // CHECK: ('_string', '_a')
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp7.cpp4 constexpr int operator "" _a(const char *c) { function
8 static_assert(operator "" _a("foo") == 'f', "");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedRangeException.cs41 private readonly int _a; field in class:Antlr.Runtime.MismatchedRangeException
57 this._a = a;
63 this._a = a;
69 this._a = a;
78 this._a = info.GetInt32("A");
84 return _a;
99 info.AddValue("A", _a);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedRangeException.cs43 private readonly int _a; field in class:Antlr.Runtime.MismatchedRangeException
63 this._a = a;
70 this._a = a;
77 this._a = a;
87 this._a = info.GetInt32("A");
95 return _a;
113 info.AddValue("A", _a);
/external/aac/libSYS/src/linux/
H A DgenericStds_linux.cpp170 static unsigned char *_a=NULL; variable
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h21 static inline Quaternion<float> run(const QuaternionBase<Derived>& _a, const QuaternionBase<OtherDerived>& _b) argument
25 __m128 a = _a.coeffs().template packet<Aligned>(0);
62 static inline Quaternion<double> run(const QuaternionBase<Derived>& _a, const QuaternionBase<OtherDerived>& _b) argument
68 const double* a = _a.coeffs().data();
/external/libnl/lib/fib_lookup/
H A Drequest.c56 static int request_compare(struct nl_object *_a, struct nl_object *_b, argument
59 struct flnl_request *a = (struct flnl_request *) _a;
H A Dlookup.c143 static int result_compare(struct nl_object *_a, struct nl_object *_b, argument
/external/libnl/lib/genl/
H A Dfamily.c128 static int family_compare(struct nl_object *_a, struct nl_object *_b, argument
131 struct genl_family *a = (struct genl_family *) _a;
/external/libnl/lib/netfilter/
H A Dlog_obj.c232 static int nfnl_log_compare(struct nl_object *_a, struct nl_object *_b, argument
235 struct nfnl_log *a = (struct nfnl_log *) _a;
H A Dqueue_obj.c164 static int nfnl_queue_compare(struct nl_object *_a, struct nl_object *_b, argument
167 struct nfnl_queue *a = (struct nfnl_queue *) _a;
/external/clang/test/CodeGen/
H A Dstruct.c111 typedef struct _a { struct
116 struct _a a1;
125 struct _a a1;
126 const struct _a a2;
/external/libnl/lib/route/
H A Dtc.c245 int tca_compare(struct nl_object *_a, struct nl_object *_b, argument
248 struct rtnl_tca *a = (struct rtnl_tca *) _a;
H A Dneigh.c199 static int neigh_compare(struct nl_object *_a, struct nl_object *_b, argument
202 struct rtnl_neigh *a = (struct rtnl_neigh *) _a;
H A Dneightbl.c57 static int neightbl_compare(struct nl_object *_a, struct nl_object *_b, argument
60 struct rtnl_neightbl *a = (struct rtnl_neightbl *) _a;
H A Drule.c277 static int rule_compare(struct nl_object *_a, struct nl_object *_b, argument
280 struct rtnl_rule *a = (struct rtnl_rule *) _a;
/external/opencv/cv/src/
H A Dcvgeometry.cpp130 icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double *_a, double *_b, double *_c ) argument
139 *_a = a + a;

Completed in 368 milliseconds

12