/external/chromium_org/third_party/re2/util/ |
D | valgrind.h | 713 #define CALL_FN_W_v(lval, orig) \ argument 726 lval = (__typeof__(lval)) _res; \ 729 #define CALL_FN_W_W(lval, orig, arg1) \ argument 745 lval = (__typeof__(lval)) _res; \ 748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 766 lval = (__typeof__(lval)) _res; \ 769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 789 lval = (__typeof__(lval)) _res; \ 792 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 814 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/regex-re2/util/ |
D | valgrind.h | 713 #define CALL_FN_W_v(lval, orig) \ argument 726 lval = (__typeof__(lval)) _res; \ 729 #define CALL_FN_W_W(lval, orig, arg1) \ argument 745 lval = (__typeof__(lval)) _res; \ 748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 766 lval = (__typeof__(lval)) _res; \ 769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 789 lval = (__typeof__(lval)) _res; \ 792 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 814 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/chromium_org/v8/src/third_party/valgrind/ |
D | valgrind.h | 747 #define CALL_FN_W_v(lval, orig) \ argument 760 lval = (__typeof__(lval)) _res; \ 763 #define CALL_FN_W_W(lval, orig, arg1) \ argument 780 lval = (__typeof__(lval)) _res; \ 783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 802 lval = (__typeof__(lval)) _res; \ 805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 826 lval = (__typeof__(lval)) _res; \ 829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 851 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 747 #define CALL_FN_W_v(lval, orig) \ argument 760 lval = (__typeof__(lval)) _res; \ 763 #define CALL_FN_W_W(lval, orig, arg1) \ argument 780 lval = (__typeof__(lval)) _res; \ 783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 802 lval = (__typeof__(lval)) _res; \ 805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 826 lval = (__typeof__(lval)) _res; \ 829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 851 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
D | valgrind.h | 626 #define CALL_FN_W_v(lval, orig) \ argument 639 lval = (__typeof__(lval)) _res; \ 642 #define CALL_FN_W_W(lval, orig, arg1) \ argument 658 lval = (__typeof__(lval)) _res; \ 661 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 679 lval = (__typeof__(lval)) _res; \ 682 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 702 lval = (__typeof__(lval)) _res; \ 705 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 727 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/valgrind/main/include/ |
D | valgrind.h | 854 #define CALL_FN_W_v(lval, orig) \ argument 869 lval = (__typeof__(lval)) _res; \ 872 #define CALL_FN_W_W(lval, orig, arg1) \ argument 890 lval = (__typeof__(lval)) _res; \ 893 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 913 lval = (__typeof__(lval)) _res; \ 916 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 938 lval = (__typeof__(lval)) _res; \ 941 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 964 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/chromium_org/base/third_party/valgrind/ |
D | valgrind.h | 791 #define CALL_FN_W_v(lval, orig) \ argument 804 lval = (__typeof__(lval)) _res; \ 807 #define CALL_FN_W_W(lval, orig, arg1) \ argument 824 lval = (__typeof__(lval)) _res; \ 827 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 846 lval = (__typeof__(lval)) _res; \ 849 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 870 lval = (__typeof__(lval)) _res; \ 873 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 895 lval = (__typeof__(lval)) _res; \ [all …]
|
/external/chromium_org/third_party/mach_override/libudis86/ |
D | syn.c | 91 case 8 : return (u->pc + opr->lval.sbyte) & trunc_mask; in ud_syn_rel_target() 92 case 16: return (u->pc + opr->lval.sword) & trunc_mask; in ud_syn_rel_target() 93 case 32: return (u->pc + opr->lval.sdword) & trunc_mask; in ud_syn_rel_target() 151 v = (int64_t)op->lval.sbyte; in ud_syn_print_imm() 154 v = (int64_t)op->lval.sdword; in ud_syn_print_imm() 161 case 8 : v = op->lval.ubyte; break; in ud_syn_print_imm() 162 case 16: v = op->lval.uword; break; in ud_syn_print_imm() 163 case 32: v = op->lval.udword; break; in ud_syn_print_imm() 164 case 64: v = op->lval.uqword; break; in ud_syn_print_imm() 181 case 16: v = op->lval.uword; break; in ud_syn_print_mem_disp() [all …]
|
D | syn-att.c | 56 ud_asmprintf(u, "$0x%x", op->lval.udword); in gen_operand() 103 ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, in gen_operand() 104 op->lval.ptr.off & 0xFFFF); in gen_operand() 107 ud_asmprintf(u, "$0x%x, $0x%x", op->lval.ptr.seg, in gen_operand() 108 op->lval.ptr.off); in gen_operand() 171 ud_asmprintf(u, ".byte 0x%x", u->operand[0].lval.ubyte); in ud_translate_att()
|
D | syn-intel.c | 101 ud_asmprintf(u, "word 0x%x:0x%x", op->lval.ptr.seg, in gen_operand() 102 op->lval.ptr.off & 0xFFFF); in gen_operand() 105 ud_asmprintf(u, "dword 0x%x:0x%x", op->lval.ptr.seg, in gen_operand() 106 op->lval.ptr.off); in gen_operand() 113 ud_asmprintf(u, "%d", op->lval.udword); in gen_operand()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 332 LValue *lval; in convertToSSA() local 345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue(); in convertToSSA() 346 if (!lval || lval->defs.empty()) in convertToSSA() 354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA() 355 d != lval->defs.end(); ++d) { in convertToSSA() 381 if (!dfBB->liveSet.test(lval->id)) in convertToSSA() 384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); in convertToSSA() 387 phi->setDef(0, lval); in convertToSSA() 389 phi->setSrc(s, lval); in convertToSSA() 426 LValue *lval = val->asLValue(); in mkUndefined() local [all …]
|
D | nv50_ir_ra.cpp | 629 inline void setValue(LValue *lval) { data = lval; } in setValue() argument 739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init() argument 741 setValue(lval); in init() 742 if (lval->reg.data.id >= 0) in init() 743 lval->noSpill = lval->fixedReg = 1; in init() 745 colors = regs.units(lval->reg.file, lval->reg.size); in init() 746 f = lval->reg.file; in init() 748 if (lval->reg.data.id >= 0) in init() 749 reg = regs.idToUnits(lval); in init() 753 degreeLimit = regs.getFileSize(f, lval->reg.size); in init() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 332 LValue *lval; in convertToSSA() local 345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue(); in convertToSSA() 346 if (!lval || lval->defs.empty()) in convertToSSA() 354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA() 355 d != lval->defs.end(); ++d) { in convertToSSA() 381 if (!dfBB->liveSet.test(lval->id)) in convertToSSA() 384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); in convertToSSA() 387 phi->setDef(0, lval); in convertToSSA() 389 phi->setSrc(s, lval); in convertToSSA() 426 LValue *lval = val->asLValue(); in mkUndefined() local [all …]
|
D | nv50_ir_ra.cpp | 629 inline void setValue(LValue *lval) { data = lval; } in setValue() argument 739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init() argument 741 setValue(lval); in init() 742 if (lval->reg.data.id >= 0) in init() 743 lval->noSpill = lval->fixedReg = 1; in init() 745 colors = regs.units(lval->reg.file, lval->reg.size); in init() 746 f = lval->reg.file; in init() 748 if (lval->reg.data.id >= 0) in init() 749 reg = regs.idToUnits(lval); in init() 753 degreeLimit = regs.getFileSize(f, lval->reg.size); in init() [all …]
|
/external/e2fsprogs/intl/ |
D | plural.y | 57 static int yylex (YYSTYPE *lval, const char **pexp); 235 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument 267 lval->num = n; in yylex() 276 lval->op = equal; in yylex() 287 lval->op = not_equal; in yylex() 304 lval->op = less_or_equal; in yylex() 307 lval->op = less_than; in yylex() 315 lval->op = greater_or_equal; in yylex() 318 lval->op = greater_than; in yylex() 323 lval->op = mult; in yylex() [all …]
|
D | plural.c | 78 static int yylex (YYSTYPE *lval, const char **pexp); 1344 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument 1376 lval->num = n; in yylex() 1385 lval->op = equal; in yylex() 1396 lval->op = not_equal; in yylex() 1413 lval->op = less_or_equal; in yylex() 1416 lval->op = less_than; in yylex() 1424 lval->op = greater_or_equal; in yylex() 1427 lval->op = greater_than; in yylex() 1432 lval->op = mult; in yylex() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common.h | 71 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument 72 lval = (expr); \ 73 if (!lval) \ 75 "Failed to allocate "#lval" at %s:%d", \ 79 #define CHECK_MEM_ERROR(cm, lval, expr) do { \ argument 80 lval = (expr); \ 81 if (!lval) \ 83 "Failed to allocate "#lval); \
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_int.h | 135 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 136 lval = (expr); \ 137 if(!lval) \ 139 "Failed to allocate "#lval" at %s:%d", \ 143 #define CHECK_MEM_ERROR(lval,expr) do {\ argument 144 lval = (expr); \ 145 if(!lval) \ 147 "Failed to allocate "#lval);\
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
D | SDL_dcaudio.c | 115 unsigned lval,rval; in spu_memload_stereo8() local 116 lval = *src++; in spu_memload_stereo8() 118 lval|= (*src++)<<8; in spu_memload_stereo8() 120 lval|= (*src++)<<16; in spu_memload_stereo8() 122 lval|= (*src++)<<24; in spu_memload_stereo8() 124 g2_write_32(left++,lval); in spu_memload_stereo8() 137 unsigned lval,rval; in spu_memload_stereo16() local 138 lval = *src++; in spu_memload_stereo16() 140 lval|= (*src++)<<16; in spu_memload_stereo16() 142 g2_write_32(left++,lval); in spu_memload_stereo16()
|
/external/qemu/distrib/jpeg-6b/ |
D | jpegtran.c | 209 long lval; in parse_switches() local 214 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 217 lval *= 1000L; in parse_switches() 218 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches() 249 long lval; in parse_switches() local 254 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 256 if (lval < 0 || lval > 65535L) in parse_switches() 259 cinfo->restart_interval = (unsigned int) lval; in parse_switches() 262 cinfo->restart_in_rows = (int) lval; in parse_switches()
|
D | cjpeg.c | 292 long lval; in parse_switches() local 297 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 300 lval *= 1000L; in parse_switches() 301 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches() 358 long lval; in parse_switches() local 363 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 365 if (lval < 0 || lval > 65535L) in parse_switches() 368 cinfo->restart_interval = (unsigned int) lval; in parse_switches() 371 cinfo->restart_in_rows = (int) lval; in parse_switches()
|
/external/jpeg/ |
D | jpegtran.c | 209 long lval; in parse_switches() local 214 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 217 lval *= 1000L; in parse_switches() 218 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches() 249 long lval; in parse_switches() local 254 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 256 if (lval < 0 || lval > 65535L) in parse_switches() 259 cinfo->restart_interval = (unsigned int) lval; in parse_switches() 262 cinfo->restart_in_rows = (int) lval; in parse_switches()
|
D | cjpeg.c | 292 long lval; in parse_switches() local 297 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 300 lval *= 1000L; in parse_switches() 301 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches() 358 long lval; in parse_switches() local 363 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1) in parse_switches() 365 if (lval < 0 || lval > 65535L) in parse_switches() 368 cinfo->restart_interval = (unsigned int) lval; in parse_switches() 371 cinfo->restart_in_rows = (int) lval; in parse_switches()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateBase.cpp | 27 SK_MEMBER(lval, DynamicString), 80 if (lval.size() > 0) in dump() 81 SkDebugf("lval=\"%s\" ", lval.c_str()); in dump() 147 if (lval.size()) { in onEndElement() 149 const char* lvalStr = lval.c_str(); in onEndElement() 157 SkString scriptStr(arrayEnd + 1, lval.size() - arrayNameLen - 2); in onEndElement()
|
/external/skia/src/animator/ |
D | SkAnimateBase.cpp | 27 SK_MEMBER(lval, DynamicString), 80 if (lval.size() > 0) in dump() 81 SkDebugf("lval=\"%s\" ", lval.c_str()); in dump() 147 if (lval.size()) { in onEndElement() 149 const char* lvalStr = lval.c_str(); in onEndElement() 157 SkString scriptStr(arrayEnd + 1, lval.size() - arrayNameLen - 2); in onEndElement()
|