/external/vixl/test/ |
D | test-operands.cc | 44 aarch32::Operand op = aarch32::Operand::From(42); in TEST_AARCH32() local 50 aarch32::Operand op = aarch32::Operand::From(-42); in TEST_AARCH32() local 58 aarch32::Operand op = aarch32::Operand::From(-1); in TEST_AARCH32() local 64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); in TEST_AARCH32() local 70 aarch32::Operand op = aarch32::Operand::From(INT32_MAX); in TEST_AARCH32() local 76 aarch32::Operand op = aarch32::Operand::From(INT32_MIN); in TEST_AARCH32() local 84 aarch32::Operand op = aarch32::Operand::From(INT64_C(-1)); in TEST_AARCH32() local 90 aarch32::Operand op = aarch32::Operand::From(INT64_C(-42)); in TEST_AARCH32() local 100 aarch32::Operand op = aarch32::Operand::From(&data); in TEST_AARCH32() local 108 aarch32::Operand op = aarch32::Operand::From(data); in TEST_AARCH32() local
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 17 static MutateResult mutate_conservative_op(SkRegion::Op* op, bool inverseFilled) { in mutate_conservative_op() 63 void SkConservativeClip::op(const SkRect& localRect, const SkMatrix& ctm, const SkIRect& devBounds, in op() function in SkConservativeClip 64 SkRegion::Op op, bool doAA) { in op() 81 void SkConservativeClip::op(const SkRRect& rrect, const SkMatrix& ctm, const SkIRect& devBounds, in op() function in SkConservativeClip 82 SkRegion::Op op, bool doAA) { in op() 86 void SkConservativeClip::op(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds, in op() function in SkConservativeClip 87 SkRegion::Op op, bool doAA) { in op() 105 void SkConservativeClip::op(const SkRegion& rgn, SkRegion::Op op) { in op() argument 109 void SkConservativeClip::op(const SkIRect& devRect, SkRegion::Op op) { in op() argument 214 SkRegion::Op op; in setConservativeRect() local [all …]
|
D | SkClipStack.h | 68 Element(const SkRect& rect, SkClipOp op, bool doAA) { in Element() 72 Element(const SkRRect& rrect, SkClipOp op, bool doAA) { in Element() 76 Element(const SkPath& path, SkClipOp op, bool doAA) { in Element() 126 void setOp(SkClipOp op) { fOp = op; } in setOp() 259 Element(int saveCount, const SkRRect& rrect, SkClipOp op, bool doAA) { in Element() 263 Element(int saveCount, const SkRect& rect, SkClipOp op, bool doAA) { in Element() 267 Element(int saveCount, const SkPath& path, SkClipOp op, bool doAA) { in Element() 271 void initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() 283 void initRect(int saveCount, const SkRect& rect, SkClipOp op, bool doAA) { in initRect() 289 void initRRect(int saveCount, const SkRRect& rrect, SkClipOp op, bool doAA) { in initRRect() [all …]
|
/external/v8/src/parsing/ |
D | token.h | 228 static bool IsBinaryOp(Value op) { return COMMA <= op && op <= EXP; } in IsBinaryOp() 230 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() 234 static bool IsCompareOp(Value op) { in IsCompareOp() 238 static bool IsOrderedRelationalCompareOp(Value op) { in IsOrderedRelationalCompareOp() 242 static bool IsEqualityOp(Value op) { in IsEqualityOp() 246 static bool IsInequalityOp(Value op) { in IsInequalityOp() 250 static bool IsArithmeticCompareOp(Value op) { in IsArithmeticCompareOp() 255 static Value NegateCompareOp(Value op) { in NegateCompareOp() 272 static Value ReverseCompareOp(Value op) { in ReverseCompareOp() 289 static bool EvalComparison(Value op, double op1, double op2) { in EvalComparison() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | macro_fpu.h | 56 #define UNOPdd(op) \ argument 65 #define UNOPff(op) \ argument 74 #define UNOPfd(op) \ argument 83 #define UNOPdf(op) \ argument 92 #define UNOPfw(op) \ argument 103 #define UNOPdw(op) \ argument 114 #define UNOPwd(op) \ argument 125 #define UNOPwf(op) \ argument 136 #define UNOPld(op) \ argument 147 #define UNOPdl(op) \ argument [all …]
|
/external/valgrind/none/tests/mips32/ |
D | round.c | 61 #define BINOP(op) \ argument 67 #define UNOPdd(op) \ argument 74 #define UNOPff(op) \ argument 81 #define UNOPfd(op) \ argument 88 #define UNOPdf(op) \ argument 95 #define UNOPfw(op) \ argument 104 #define UNOPdw(op) \ argument 113 #define UNOPwd(op) \ argument 122 #define UNOPwf(op) \ argument 152 int directedRoundingMode(flt_dir_op_t op) { in directedRoundingMode() [all …]
|
D | FPUarithmetic.c | 68 #define UNOPdd(op) \ argument 74 #define UNOPff(op) \ argument 80 #define BINOPf(op) \ argument 86 #define BINOPd(op) \ argument 125 int arithmeticOperations(flt_art_op_t op) in arithmeticOperations() 228 flt_art_op_t op; in main() local
|
/external/v8/src/compiler/ |
D | code-generator-impl.h | 114 Label* ToLabel(InstructionOperand* op) { in ToLabel() 118 RpoNumber ToRpoNumber(InstructionOperand* op) { in ToRpoNumber() 122 Register ToRegister(InstructionOperand* op) { in ToRegister() 126 FloatRegister ToFloatRegister(InstructionOperand* op) { in ToFloatRegister() 130 DoubleRegister ToDoubleRegister(InstructionOperand* op) { in ToDoubleRegister() 134 Simd128Register ToSimd128Register(InstructionOperand* op) { in ToSimd128Register() 138 Constant ToConstant(InstructionOperand* op) { in ToConstant() 146 double ToDouble(InstructionOperand* op) { return ToConstant(op).ToFloat64(); } in ToDouble() 148 float ToFloat32(InstructionOperand* op) { return ToConstant(op).ToFloat32(); } in ToFloat32() 150 ExternalReference ToExternalReference(InstructionOperand* op) { in ToExternalReference() [all …]
|
D | operator-properties.cc | 16 bool OperatorProperties::HasContextInput(const Operator* op) { in HasContextInput() 23 bool OperatorProperties::HasFrameStateInput(const Operator* op) { in HasFrameStateInput() 112 int OperatorProperties::GetTotalInputCount(const Operator* op) { in GetTotalInputCount() 120 bool OperatorProperties::IsBasicBlockBegin(const Operator* op) { in IsBasicBlockBegin()
|
D | ast-graph-builder.cc | 454 const Operator* op = in GetFunctionClosureForContext() local 467 const Operator* op = common()->Parameter(index, "%closure"); in GetFunctionClosure() local 479 const Operator* op = common()->Parameter(index, "%context"); in GetFunctionContext() local 491 const Operator* op = common()->Parameter(index, "%new.target"); in GetNewTarget() local 500 const Operator* op = common()->FrameState( in GetEmptyFrameState() local 670 const Operator* op = common()->Parameter(param_num++, "%this"); in Environment() local 682 const Operator* op = common()->Parameter(param_num++, debug_name); in Environment() local 838 const Operator* op = common()->StateValues(count); in UpdateStateValues() local 856 const Operator* op = common()->FrameState( in Checkpoint() local 1111 const Operator* op = javascript()->StoreContext(0, variable->index()); in VisitVariableDeclaration() local [all …]
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Stmnt.java | 27 public Stmnt(int op, ASTree _head, ASTList _tail) { in Stmnt() 32 public Stmnt(int op, ASTree _head) { in Stmnt() 37 public Stmnt(int op) { in Stmnt() 41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { in make() 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { in make()
|
D | Expr.java | 33 Expr(int op, ASTree _head, ASTList _tail) { in Expr() 38 Expr(int op, ASTree _head) { in Expr() 43 public static Expr make(int op, ASTree oprand1, ASTree oprand2) { in make() 47 public static Expr make(int op, ASTree oprand1) { in make() 53 public void setOperator(int op) { operatorId = op; } in setOperator()
|
D | DoubleConst.java | 44 public ASTree compute(int op, ASTree right) { in compute() 53 private DoubleConst compute0(int op, DoubleConst right) { in compute0() 64 private DoubleConst compute0(int op, IntConst right) { in compute0() 68 private static DoubleConst compute(int op, double value1, double value2, in compute()
|
/external/e2fsprogs/intl/ |
D | plural.y | 51 enum operator op; member 63 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() 92 new_exp_0 (enum operator op) in new_exp_0() 98 new_exp_1 (enum operator op, struct expression *right) in new_exp_1() 107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2() 117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3()
|
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 243 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Imm() local 249 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Reg() local 255 X86RMI* op = LibVEX_Alloc_inline(sizeof(X86RMI)); in X86RMI_Mem() local 261 void ppX86RMI ( X86RMI* op ) { in ppX86RMI() 280 static void addRegUsage_X86RMI ( HRegUsage* u, X86RMI* op ) { in addRegUsage_X86RMI() 295 static void mapRegs_X86RMI ( HRegRemap* m, X86RMI* op ) { in mapRegs_X86RMI() 314 X86RI* op = LibVEX_Alloc_inline(sizeof(X86RI)); in X86RI_Imm() local 320 X86RI* op = LibVEX_Alloc_inline(sizeof(X86RI)); in X86RI_Reg() local 326 void ppX86RI ( X86RI* op ) { in ppX86RI() 342 static void addRegUsage_X86RI ( HRegUsage* u, X86RI* op ) { in addRegUsage_X86RI() [all …]
|
D | host_amd64_defs.c | 257 AMD64RMI* op = LibVEX_Alloc_inline(sizeof(AMD64RMI)); in AMD64RMI_Imm() local 263 AMD64RMI* op = LibVEX_Alloc_inline(sizeof(AMD64RMI)); in AMD64RMI_Reg() local 269 AMD64RMI* op = LibVEX_Alloc_inline(sizeof(AMD64RMI)); in AMD64RMI_Mem() local 275 static void ppAMD64RMI_wrk ( AMD64RMI* op, Bool lo32 ) { in ppAMD64RMI_wrk() 293 void ppAMD64RMI ( AMD64RMI* op ) { in ppAMD64RMI() 296 void ppAMD64RMI_lo32 ( AMD64RMI* op ) { in ppAMD64RMI_lo32() 303 static void addRegUsage_AMD64RMI ( HRegUsage* u, AMD64RMI* op ) { in addRegUsage_AMD64RMI() 318 static void mapRegs_AMD64RMI ( HRegRemap* m, AMD64RMI* op ) { in mapRegs_AMD64RMI() 337 AMD64RI* op = LibVEX_Alloc_inline(sizeof(AMD64RI)); in AMD64RI_Imm() local 343 AMD64RI* op = LibVEX_Alloc_inline(sizeof(AMD64RI)); in AMD64RI_Reg() local [all …]
|
/external/valgrind/none/tests/s390x/ |
D | dfp-2.c | 112 void qadtr(_Decimal64 op, _Decimal64 quan, uint8_t rm) in qadtr() 130 void quantize64(_Decimal64 op, _Decimal64 quan) in quantize64() 138 void qaxtr(_Decimal128 op, _Decimal128 quan, uint8_t rm) in qaxtr() 156 void quantize128(_Decimal128 op, _Decimal128 quan) in quantize128() 164 void rrdtr(_Decimal64 op, uint8_t sig, uint8_t rm) in rrdtr() 180 void reround64(_Decimal64 op, uint8_t sig) in reround64() 188 void rrxtr(_Decimal128 op, uint8_t sig, uint8_t rm) in rrxtr() 204 void reround128(_Decimal128 op, uint8_t sig) in reround128()
|
/external/syslinux/com32/include/sys/x86_64/ |
D | cpu.h | 37 static inline void cpuid(uint32_t op, in cpuid() 49 static inline uint32_t cpuid_eax(uint32_t op) in cpuid_eax() 58 static inline uint32_t cpuid_ebx(uint32_t op) in cpuid_ebx() 67 static inline uint32_t cpuid_ecx(uint32_t op) in cpuid_ecx() 76 static inline uint32_t cpuid_edx(uint32_t op) in cpuid_edx() 85 static inline void cpuid_count(uint32_t op, uint32_t cnt, in cpuid_count()
|
/external/ImageMagick/MagickWand/ |
D | convert.c | 1104 op; in ConvertImageCommand() local 1380 op; in ConvertImageCommand() local 1509 op; in ConvertImageCommand() local 1530 op; in ConvertImageCommand() local 1669 op; in ConvertImageCommand() local 2213 op; in ConvertImageCommand() local 2815 op; in ConvertImageCommand() local 2853 op; in ConvertImageCommand() local
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_operand.c | 16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) { in apply_seg() 39 x86_op_t *op, x86_insn_t *insn, in decode_operand_value() 233 x86_op_t *op ){ in decode_operand_size() 384 x86_op_t *op; in ia32_decode_operand() local
|
D | x86_operand_list.c | 5 static void x86_oplist_append( x86_insn_t *insn, x86_oplist_t *op ) { in x86_oplist_append() 37 x86_oplist_t *op; in x86_operand_new() local 49 x86_oplist_t *op, *list; in x86_oplist_free() local 149 static void count_operand( x86_op_t *op, x86_insn_t *insn, void *arg ) { in count_operand()
|
D | x86_format.c | 75 static void get_operand_data_str( x86_op_t *op, char *str, int len ){ in get_operand_data_str() 285 static int format_seg( x86_op_t *op, char *buf, int len, in format_seg() 332 static const char *get_operand_datatype_str( x86_op_t *op ){ in get_operand_datatype_str() 645 static int format_operand_att( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_att() 719 static int format_operand_native( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_native() 783 static int format_operand_xml( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_xml() 884 static int format_operand_raw( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_raw() 983 int x86_format_operand( x86_op_t *op, char *buf, int len, in x86_format_operand() 1010 #define is_imm_jmp(op) (op->type == op_absolute || \ argument 1013 #define is_memory_op(op) (op->type == op_absolute || \ argument [all …]
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 329 std::unique_ptr<GrOp> op(GrClearOp::Make( in absClear() local 385 std::unique_ptr<GrOp> op(GrClearOp::Make(clip, color, this->accessRenderTarget())); in internalClear() local 513 std::unique_ptr<GrDrawOp> op = ir->recordRect(croppedRect, viewMatrix, std::move(paint), aa, in drawFilledRect() local 526 std::unique_ptr<GrMeshDrawOp> op = in drawFilledRect() local 634 std::unique_ptr<GrMeshDrawOp> op; in drawRect() local 731 std::unique_ptr<GrOp> op = GrStencilPathOp::Make(viewMatrix, in stencilPath() local 765 SkRegion::Op op, in drawAndStencilRect() 812 std::unique_ptr<GrDrawOp> op(ir->recordRect(croppedRect, viewMatrix, std::move(paint), in fillRectToRect() local 828 std::unique_ptr<GrMeshDrawOp> op = GrAAFillRectOp::MakeWithLocalRect( in fillRectToRect() local 868 std::unique_ptr<GrDrawOp> op(ir->recordRect(croppedRect, viewMatrix, std::move(paint), in fillRectWithLocalMatrix() local [all …]
|
/external/skia/src/utils/ |
D | SkCanvasStack.cpp | 80 void SkCanvasStack::onClipRect(const SkRect& r, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipRect() 85 void SkCanvasStack::onClipRRect(const SkRRect& rr, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipRRect() 90 void SkCanvasStack::onClipPath(const SkPath& p, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipPath() 95 void SkCanvasStack::onClipRegion(const SkRegion& deviceRgn, SkClipOp op) { in onClipRegion()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_simpleexpression.cpp | 120 CXFA_FMSimpleExpression::CXFA_FMSimpleExpression(uint32_t line, XFA_FM_TOKEN op) in CXFA_FMSimpleExpression() 214 XFA_FM_TOKEN op, in CXFA_FMUnaryExpression() 224 XFA_FM_TOKEN op, in CXFA_FMBinExpression() 237 XFA_FM_TOKEN op, in CXFA_FMAssignExpression() 304 XFA_FM_TOKEN op, in CXFA_FMLogicalOrExpression() 320 XFA_FM_TOKEN op, in CXFA_FMLogicalAndExpression() 336 XFA_FM_TOKEN op, in CXFA_FMEqualityExpression() 364 XFA_FM_TOKEN op, in CXFA_FMRelationalExpression() 400 XFA_FM_TOKEN op, in CXFA_FMAdditiveExpression() 426 XFA_FM_TOKEN op, in CXFA_FMMultiplicativeExpression() [all …]
|