Searched defs:op_type (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp204 int aperture_size, int op_type, double k=0. )
392 if( op_type == ICV_MINEIGENVAL )
396 else if( op_type == ICV_HARRIS )
400 else if( op_type == ICV_EIGENVALSVECS )
203 icvCornerEigenValsVecs( const CvMat* src, CvMat* eigenv, int block_size, int aperture_size, int op_type, double k=0. ) argument
/external/valgrind/main/perf/
H A Dtinycc.c15073 uint8_t op_type[MAX_OPERANDS]; /* see OP_xxx */
16311 int op_type[3]; /* decoded op type */
16370 op1 = pa->op_type[i];
16391 op_type[i] = v;
16415 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX)))
16462 if (op_type[i] & (OP_REG | OP_ST)) {
16525 if (op_type[i] & OP_EA)
16530 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR))
16541 v = op_type[i];
16561 v = op_type[
15071 uint8_t op_type[MAX_OPERANDS]; /* see OP_xxx */ member in struct:ASMInstr
16309 int op_type[3]; /* decoded op type */ local
[all...]

Completed in 107 milliseconds