/external/libdivsufsort/include/ |
D | divsufsort_private.h | 146 # 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/ |
D | coal-sections-x86_64.s | 42 .globl _b ## @b symbol 45 _b: label
|
D | tls.s | 40 .globl _b symbol 41 _b: label
|
D | reloc-pcrel-offset.s | 8 _b: label
|
D | indirect-symbols.s | 3 _b: label
|
D | reloc-pcrel.s | 8 _b: label
|
/external/llvm/test/MC/MachO/PowerPC/ |
D | coal-sections-powerpc.s | 42 .globl _b ; @b symbol 45 _b: label
|
/external/safe-iop/include/ |
D | safe_iop.h | 356 #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/ |
D | comm-align.s | 35 _b: label
|
/external/v8/test/mjsunit/regress/ |
D | regress-1240.js | 36 a.__defineGetter__('b', function _b(){ return 'foo'; }); function
|
/external/compiler-rt/test/BlocksRuntime/ |
D | byrefcopycopy.c | 23 __typeof(b) _b; in main() local
|
/external/clang/test/SemaCXX/Inputs/ |
D | array-bounds-system-header.h | 7 #define BAD_MACRO_2(_b, _i) \ argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_yuv.h | 63 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/ |
D | standalone-pre.js | 58 function areArraysEqual(_a, _b) argument 100 function shouldBe(_a, _b) argument
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #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/ |
D | ecintrin.h | 46 # define EC_MINI(_a,_b) ((_a)+(((_b)-(_a))&-((_b)<(_a)))) argument
|
/external/libvpx/libvpx/ |
D | y4minput.c | 143 #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/ |
D | MismatchedRangeException.cs | 44 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | MismatchedRangeException.cs | 42 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException
|
/external/libnl/lib/fib_lookup/ |
D | request.c | 56 static int request_compare(struct nl_object *_a, struct nl_object *_b, in request_compare()
|
/external/avahi/avahi-core/ |
D | timeeventq.c | 48 static int compare(const void* _a, const void* _b) { in compare()
|
D | hashmap.c | 242 const int *_a = a, *_b = b; in avahi_int_equal() local
|
/external/libnl/lib/netfilter/ |
D | queue_obj.c | 164 static int nfnl_queue_compare(struct nl_object *_a, struct nl_object *_b, in nfnl_queue_compare()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 27 #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/ |
D | svm.cpp | 478 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
|