Searched defs:_b (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/test/MC/MachO/
H A Dreloc-pcrel-offset.s14 _b: label
H A Dindirect-symbols.s3 _b: label
11 .indirect_symbol _b
108 // CHECK: ('_string', '_b')
H A Dreloc-pcrel.s43 _b: label
56 call _b
57 call _b - 1
58 call _b + 1
63 call _b - L0
H A Dtls.s38 .tbss _b$tlv$init, 4, 2
40 .globl _b
41 _b: label
44 .quad _b$tlv$init
186 // CHECK: ('_string', '_b$tlv$init')
202 // CHECK: ('_string', '_b')
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedRangeException.cs42 private readonly int _b; field in class:Antlr.Runtime.MismatchedRangeException
58 this._b = b;
64 this._b = b;
70 this._b = b;
79 this._b = info.GetInt32("B");
90 return _b;
100 info.AddValue("B", _b);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedRangeException.cs44 private readonly int _b; field in class:Antlr.Runtime.MismatchedRangeException
64 this._b = b;
71 this._b = b;
78 this._b = b;
88 this._b = info.GetInt32("B");
103 return _b;
114 info.AddValue("B", _b);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_yuv.h63 const float _b = CLAMP(b, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; local
119 *b = CLAMP(_b, 0, 255);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.h63 const float _b = CLAMP(b, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; local
119 *b = CLAMP(_b, 0, 255);
/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
26 __m128 b = _b.coeffs().template packet<Aligned>(0);
62 static inline Quaternion<double> run(const QuaternionBase<Derived>& _a, const QuaternionBase<OtherDerived>& _b) argument
69 Packet2d b_xy = _b.coeffs().template packet<Aligned>(0);
70 Packet2d b_zw = _b.coeffs().template packet<Aligned>(2);
/external/eigen/test/eigen2/
H A Dgsl_helper.h45 static void eigen_symm_gen(const Matrix& m, const Matrix& _b, Vector& eval, Matrix& evec) argument
49 Matrix b = createMatrix(_b->size1, _b->size2);
51 gsl_matrix_memcpy(b, _b);
81 static void eigen_symm_gen(const Matrix& m, const Matrix& _b, gsl_vector* &eval, Matrix& evec) argument
85 Matrix b = createMatrix(_b->size1, _b->size2);
87 gsl_matrix_complex_memcpy(b, _b);
/external/libnl/lib/fib_lookup/
H A Drequest.c56 static int request_compare(struct nl_object *_a, struct nl_object *_b, argument
60 struct flnl_request *b = (struct flnl_request *) _b;
H A Dlookup.c143 static int result_compare(struct nl_object *_a, struct nl_object *_b, argument
/external/stlport/test/unit/
H A Dsort_test.cpp163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
167 _b = true;
170 bool &_b; member in struct:SortTestAux
/external/libnl/lib/genl/
H A Dfamily.c128 static int family_compare(struct nl_object *_a, struct nl_object *_b, argument
132 struct genl_family *b = (struct genl_family *) _b;
/external/libnl/lib/netfilter/
H A Dlog_obj.c232 static int nfnl_log_compare(struct nl_object *_a, struct nl_object *_b, argument
236 struct nfnl_log *b = (struct nfnl_log *) _b;
H A Dqueue_obj.c164 static int nfnl_queue_compare(struct nl_object *_a, struct nl_object *_b, argument
168 struct nfnl_queue *b = (struct nfnl_queue *) _b;
H A Dct_obj.c273 static int ct_compare(struct nl_object *_a, struct nl_object *_b, argument
277 struct nfnl_ct *b = (struct nfnl_ct *) _b;
/external/libnl/lib/route/
H A Dtc.c245 int tca_compare(struct nl_object *_a, struct nl_object *_b, argument
249 struct rtnl_tca *b = (struct rtnl_tca *) _b;
H A Dneigh.c199 static int neigh_compare(struct nl_object *_a, struct nl_object *_b, argument
203 struct rtnl_neigh *b = (struct rtnl_neigh *) _b;
H A Dneightbl.c57 static int neightbl_compare(struct nl_object *_a, struct nl_object *_b, argument
61 struct rtnl_neightbl *b = (struct rtnl_neightbl *) _b;
H A Drule.c277 static int rule_compare(struct nl_object *_a, struct nl_object *_b, argument
281 struct rtnl_rule *b = (struct rtnl_rule *) _b;
/external/opencv/cv/src/
H A Dcvgeometry.cpp130 icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double *_a, double *_b, double *_c ) argument
140 *_b = b + b;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c772 int _b = *(int *) b; local
776 if (_b == 0)
778 return _a - _b;
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c772 int _b = *(int *) b; local
776 if (_b == 0)
778 return _a - _b;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c772 int _b = *(int *) b; local
776 if (_b == 0)
778 return _a - _b;

Completed in 234 milliseconds

12