Searched refs:op_type (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c681 UINT16 op_type; local
689 op_type = p_clcb->cl_op_uuid;
691 GAP_TRACE_EVENT3 ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
704 switch (op_type)
/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 252 milliseconds