/external/valgrind/helgrind/ |
D | libhb.h | 101 #define LIBHB_CWRITE_1(_thr,_a) zsm_sapply08_f__msmcwrite((_thr),(_a)) argument 102 #define LIBHB_CWRITE_2(_thr,_a) zsm_sapply16_f__msmcwrite((_thr),(_a)) argument 103 #define LIBHB_CWRITE_4(_thr,_a) zsm_sapply32_f__msmcwrite((_thr),(_a)) argument 104 #define LIBHB_CWRITE_8(_thr,_a) zsm_sapply64_f__msmcwrite((_thr),(_a)) argument 105 #define LIBHB_CWRITE_N(_thr,_a,_n) zsm_sapplyNN_f__msmcwrite((_thr),(_a),(_n)) argument 107 #define LIBHB_CREAD_1(_thr,_a) zsm_sapply08_f__msmcread((_thr),(_a)) argument 108 #define LIBHB_CREAD_2(_thr,_a) zsm_sapply16_f__msmcread((_thr),(_a)) argument 109 #define LIBHB_CREAD_4(_thr,_a) zsm_sapply32_f__msmcread((_thr),(_a)) argument 110 #define LIBHB_CREAD_8(_thr,_a) zsm_sapply64_f__msmcread((_thr),(_a)) argument 111 #define LIBHB_CREAD_N(_thr,_a,_n) zsm_sapplyNN_f__msmcread((_thr),(_a),(_n)) argument
|
/external/v8/test/webkit/resources/ |
D | standalone-pre.js | 58 function areArraysEqual(_a, _b) argument 100 function shouldBe(_a, _b) argument 123 function shouldBeTrue(_a) { shouldBe(_a, "true"); } argument 124 function shouldBeFalse(_a) { shouldBe(_a, "false"); } argument 125 function shouldBeNaN(_a) { shouldBe(_a, "NaN"); } argument 126 function shouldBeNull(_a) { shouldBe(_a, "null"); } argument 136 function shouldBeUndefined(_a) argument 155 function shouldThrow(_a, _e) argument 181 function shouldNotThrow(_a) argument
|
/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/v8/test/webkit/fast/js/ |
D | parser-syntax-check.js | 28 function runTest(_a, errorType) argument 52 function valid(_a) argument 59 function invalid(_a, _type) argument
|
/external/safe-iop/include/ |
D | safe_iop.h | 79 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smax(_a) \ argument 81 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smin(_a) \ argument 83 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_umax(_a) ((typeof(_a))(~((typeof(_a)) 0))) argument 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 [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | directive_tlv.s | 9 .globl _a symbol 10 _a: label
|
D | macros-gas.s | 22 .macro test2 _a argument 51 .macro test5 _a argument
|
/external/llvm/test/MC/MachO/ |
D | tlv.s | 4 .globl _a symbol 5 _a: label
|
D | tlv-reloc.s | 9 .globl _a symbol 10 _a: label
|
D | coal-sections-x86_64.s | 35 .globl _a ## @a symbol 38 _a: label
|
D | reloc-pcrel.s | 5 .globl _a symbol 6 _a: label
|
D | tls.s | 32 .globl _a symbol 33 _a: label
|
D | reloc-pcrel-offset.s | 7 _a: label
|
D | darwin-complex-difference.s | 5 _a: label
|
/external/llvm/test/MC/MachO/PowerPC/ |
D | coal-sections-powerpc.s | 35 .globl _a ; @a symbol 38 _a: label
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-asm.s | 8 _a: label
|
/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/llvm/test/MC/COFF/ |
D | comm-align.s | 17 _a: label
|
/external/v8/test/webkit/ |
D | parser-high-byte-character.js | 29 function runTest(_a, throws) argument
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | floatundisf.S | 16 #define REL_ADDR(_a) (_a)(%rip) argument
|
D | floatundixf.S | 16 #define REL_ADDR(_a) (_a)(%rip) argument
|
D | floatundidf.S | 34 #define REL_ADDR(_a) (_a)(%rip) argument
|
/external/compiler-rt/lib/builtins/i386/ |
D | floatdidf.S | 20 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|
D | floatundidf.S | 34 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|
D | floatundixf.S | 24 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|