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

/external/bluetooth/bluedroid/vnd/include/
H A Dvendor_ble.h91 UINT8 op_type; member in struct:__anon1740
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c604 UINT16 op_type; local
612 op_type = p_clcb->cl_op_uuid;
614 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
627 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/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c429 int op_type; local
482 op_type = op->num.type;
509 switch (op_type) {
511 op_type = FILTER_CMP_MATCH;
514 op_type = FILTER_CMP_NOT_MATCH;
534 op->str.type = op_type;
623 enum op_type { enum
631 static enum op_type process_op(const char *token,
897 enum op_type op_type; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h726 UINT8 op_type; member in struct:__anon1504
/external/pcre/dist/
H A Dpcre_compile.c4389 int repeat_type, op_type; local
5537 op_type = 0; /* Default single-char op codes */
5633 case OP_CHAR: op_type = OP_STAR - OP_STAR; break;
5634 case OP_CHARI: op_type = OP_STARI - OP_STAR; break;
5635 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break;
5636 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break;
5672 repeats by setting op_type to add a suitable offset into repeat_type. Note
5681 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */
5700 /* Combine the op_type with the repeat_type */
5702 repeat_type += op_type;
[all...]
/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 1735 milliseconds