Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 59) sorted by relevance

123

/external/libdivsufsort/include/
Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument
154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/external/llvm/test/MC/MachO/
Dcoal-sections-x86_64.s42 .globl _b ## @b symbol
45 _b: label
Dtls.s40 .globl _b symbol
41 _b: label
Dreloc-pcrel-offset.s8 _b: label
Dindirect-symbols.s3 _b: label
Dreloc-pcrel.s8 _b: label
/external/llvm/test/MC/MachO/PowerPC/
Dcoal-sections-powerpc.s42 .globl _b ; @b symbol
45 _b: label
/external/safe-iop/include/
Dsafe_iop.h356 #define safe_uadd(_ptr, _a, _b) \ argument
363 #define safe_sadd(_ptr, _a, _b) \ argument
373 #define safe_usub(_ptr, _a, _b) \ argument
381 #define safe_ssub(_ptr, _a, _b) \ argument
390 #define safe_umul(_ptr, _a, _b) \ argument
398 #define safe_smul(_ptr, _a, _b) \ argument
428 #define safe_udiv(_ptr, _a, _b) \ argument
437 #define safe_sdiv(_ptr, _a, _b) \ argument
446 #define safe_umod(_ptr, _a, _b) \ argument
454 #define safe_smod(_ptr, _a, _b) \ argument
/external/llvm/test/MC/COFF/
Dcomm-align.s35 _b: label
/external/v8/test/mjsunit/regress/
Dregress-1240.js36 a.__defineGetter__('b', function _b(){ return 'foo'; }); function
/external/compiler-rt/test/BlocksRuntime/
Dbyrefcopycopy.c23 __typeof(b) _b; in main() local
/external/clang/test/SemaCXX/Inputs/
Darray-bounds-system-header.h7 #define BAD_MACRO_2(_b, _i) \ argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.h63 const float _b = CLAMP(b, 0.0f, 1.0f); in util_format_rgb_float_to_yuv() local
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
/external/v8/test/webkit/resources/
Dstandalone-pre.js58 function areArraysEqual(_a, _b) argument
100 function shouldBe(_a, _b) argument
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
/external/libopus/celt/
Decintrin.h46 # define EC_MINI(_a,_b) ((_a)+(((_b)-(_a))&-((_b)<(_a)))) argument
/external/libvpx/libvpx/
Dy4minput.c143 #define OC_MINI(_a,_b) ((_a)>(_b)?(_b):(_a)) argument
144 #define OC_MAXI(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
145 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DMismatchedRangeException.cs44 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedRangeException.cs42 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException
/external/libnl/lib/fib_lookup/
Drequest.c56 static int request_compare(struct nl_object *_a, struct nl_object *_b, in request_compare()
/external/avahi/avahi-core/
Dtimeeventq.c48 static int compare(const void* _a, const void* _b) { in compare()
Dhashmap.c242 const int *_a = a, *_b = b; in avahi_int_equal() local
/external/libnl/lib/netfilter/
Dqueue_obj.c164 static int nfnl_queue_compare(struct nl_object *_a, struct nl_object *_b, in nfnl_queue_compare()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c27 #define FS_MINI(_a, _b) ((_a) < (_b) ? (_a) : (_b)) argument
28 #define FS_MAXI(_a, _b) ((_a) > (_b) ? (_a) : (_b)) argument
/external/opencv3/modules/ml/src/
Dsvm.cpp478 vector<double>& _alpha, const vector<double>& _b, in Solver()
1016 vector<double> _b(sample_count, -1.); in solve_c_svc() local
1042 vector<double> _b(sample_count, 0.); in solve_nu_svc() local
1092 vector<double> _b(sample_count, 0.); in solve_one_class() local
1126 vector<double> _b(alpha_count); in solve_eps_svr() local
1166 vector<double> _b(alpha_count); in solve_nu_svr() local

123