Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c232 static size_t decode_operand_size( unsigned int op_type, x86_insn_t *insn, in decode_operand_size() argument
237 switch (op_type) { in decode_operand_size()
383 unsigned int addr_meth, op_type, op_size, gen_regs; in ia32_decode_operand() local
389 op_type = raw_flags & OPTYPE_MASK; in ia32_decode_operand()
404 op_size = decode_operand_size(op_type, insn, op); in ia32_decode_operand()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dselect_reactor.hpp74 int op_type, socket_type descriptor,
85 ASIO_DECL void start_op(int op_type, socket_type descriptor,
Dreactive_socket_service_base.hpp417 ASIO_DECL void start_op(base_implementation_type& impl, int op_type,
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.ipp79 int op_type, socket_type descriptor,
84 op_queue_[op_type].enqueue_operation(descriptor, op);
96 void select_reactor::start_op(int op_type, socket_type descriptor,
108 bool first = op_queue_[op_type].enqueue_operation(descriptor, op);
Dreactive_socket_service_base.ipp198 int op_type, reactor_op* op, bool is_continuation,
207 reactor_.start_op(op_type, impl.socket_,
/external/opencv3/modules/imgproc/src/
Dcorner.cpp268 int aperture_size, int op_type, double k=0., in cornerEigenValsVecs() argument
272 …ra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType)) in cornerEigenValsVecs()
368 if( op_type == MINEIGENVAL ) in cornerEigenValsVecs()
370 else if( op_type == HARRIS ) in cornerEigenValsVecs()
372 else if( op_type == EIGENVALSVECS ) in cornerEigenValsVecs()
438 int aperture_size, double k, int borderType, int op_type) in ocl_cornerMinEigenValVecs() argument
440 CV_Assert(op_type == HARRIS || op_type == MINEIGENVAL); in ocl_cornerMinEigenValVecs()
469 borderTypes[borderType], cornerType[op_type])); in ocl_cornerMinEigenValVecs()
Daccum.cpp791 InputArray _mask, int op_type ) in ocl_accumulate() argument
793 CV_Assert(op_type == ACCUMULATE || op_type == ACCUMULATE_SQUARE || in ocl_accumulate()
794 op_type == ACCUMULATE_PRODUCT || op_type == ACCUMULATE_WEIGHTED); in ocl_accumulate()
810 opMap[op_type], haveMask ? " -D HAVE_MASK" : "", in ocl_accumulate()
825 if (op_type == ACCUMULATE_PRODUCT) in ocl_accumulate()
828 if (op_type == ACCUMULATE_WEIGHTED) in ocl_accumulate()
Dimgwarp.cpp5463 int op_type) in ocl_warpTransform() argument
5465 CV_Assert(op_type == OCL_OP_AFFINE || op_type == OCL_OP_PERSPECTIVE); in ocl_warpTransform()
5474 …int rowsPerWI = dev.isIntel() && op_type == OCL_OP_AFFINE && interpolation <= INTER_LINEAR ? 4 : 1; in ocl_warpTransform()
5482 ocl::ProgramSource program = op_type == OCL_OP_AFFINE ? in ocl_warpTransform()
5484 const char * const kernelName = op_type == OCL_OP_AFFINE ? "warpAffine" : "warpPerspective"; in ocl_warpTransform()
5487 …D() && (interpolation == INTER_CUBIC || interpolation == INTER_LINEAR) && op_type == OCL_OP_AFFINE; in ocl_warpTransform()
5526 int matRows = (op_type == OCL_OP_AFFINE ? 2 : 3); in ocl_warpTransform()
5534 if (op_type == OCL_OP_PERSPECTIVE) in ocl_warpTransform()
/external/opencv/cv/src/
Dcvcorner.cpp204 int aperture_size, int op_type, double k=0. ) in icvCornerEigenValsVecs() argument
392 if( op_type == ICV_MINEIGENVAL ) in icvCornerEigenValsVecs()
396 else if( op_type == ICV_HARRIS ) in icvCornerEigenValsVecs()
400 else if( op_type == ICV_EIGENVALSVECS ) in icvCornerEigenValsVecs()
/external/v8/src/interpreter/
Dbytecodes.cc256 OperandType op_type = GetOperandType(bytecode, i); in Decode() local
259 switch (op_type) { in Decode()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i28 %rename(op_type) x86_op_type;
/external/pcre/dist/
Dpcre_compile.c4459 int repeat_type, op_type; in compile_branch() local
5639 op_type = 0; /* Default single-char op codes */ in compile_branch()
5735 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
5736 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5738 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5783 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5804 repeat_type += op_type; in compile_branch()
5843 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
/external/valgrind/perf/
Dtinycc.c15071 uint8_t op_type[MAX_OPERANDS]; /* see OP_xxx */ member
16309 int op_type[3]; /* decoded op type */ in asm_opcode() local
16368 op1 = pa->op_type[i]; in asm_opcode()
16389 op_type[i] = v; in asm_opcode()
16413 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX))) in asm_opcode()
16460 if (op_type[i] & (OP_REG | OP_ST)) { in asm_opcode()
16523 if (op_type[i] & OP_EA) in asm_opcode()
16528 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR)) in asm_opcode()
16539 v = op_type[i]; in asm_opcode()
16559 v = op_type[i]; in asm_opcode()
[all …]