/external/llvm/test/MC/MachO/ |
D | tls.s | 40 .globl _b symbol 41 _b: label
|
D | reloc-pcrel-offset.s | 14 _b: label
|
D | indirect-symbols.s | 3 _b: label
|
D | reloc-pcrel.s | 43 _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/v8/test/webkit/resources/ |
D | standalone-pre.js | 58 function areArraysEqual(_a, _b) argument 97 function shouldBe(_a, _b) 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/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()
|
D | lookup.c | 143 static int result_compare(struct nl_object *_a, struct nl_object *_b, in result_compare()
|
/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()
|
D | log_obj.c | 232 static int nfnl_log_compare(struct nl_object *_a, struct nl_object *_b, in nfnl_log_compare()
|
/external/libnl/lib/genl/ |
D | family.c | 128 static int family_compare(struct nl_object *_a, struct nl_object *_b, in family_compare()
|
/external/libnl/lib/route/ |
D | tc.c | 245 int tca_compare(struct nl_object *_a, struct nl_object *_b, in tca_compare()
|
D | neightbl.c | 57 static int neightbl_compare(struct nl_object *_a, struct nl_object *_b, in neightbl_compare()
|
/external/opencv/cv/src/ |
D | cvgeometry.cpp | 130 icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double *_a, double *_b, double *_c ) in icvCreateCenterNormalLine()
|
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 2388 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_baseline() argument 2472 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_sse3_and_cx16() argument 2594 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_sse42_and_cx16() argument 2748 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_avx_and_cx16() argument
|