/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/ARM/ |
D | tls-directives.s | 31 .globl _b symbol 32 _b: label
|
/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/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | tls.s | 40 .globl _b symbol 41 _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/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/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.h | 51 StructInNestedNS(int32_t _a, int32_t _b) in StructInNestedNS() 64 void mutate_b(int32_t _b) { in mutate_b()
|
/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/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/libopus/celt/ |
D | ecintrin.h | 46 # define EC_MINI(_a,_b) ((_a)+(((_b)-(_a))&-((_b)<(_a)))) argument
|
/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | MismatchedRangeException.cs | 44 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/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 | 33 #define FS_MINI(_a, _b) ((_a) < (_b) ? (_a) : (_b)) argument 34 #define FS_MAXI(_a, _b) ((_a) > (_b) ? (_a) : (_b)) argument
|