Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Dparse-filter.c429 int op_type; in add_right() local
482 op_type = op->num.type; in add_right()
509 switch (op_type) { in add_right()
511 op_type = FILTER_CMP_MATCH; in add_right()
514 op_type = FILTER_CMP_NOT_MATCH; in add_right()
534 op->str.type = op_type; in add_right()
623 enum op_type { enum
631 static enum op_type process_op(const char *token, in process_op()
897 enum op_type op_type; in process_filter() local
999 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
[all …]
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c604 UINT16 op_type; in gap_ble_c_cmpl_cback() local
612 op_type = p_clcb->cl_op_uuid; in gap_ble_c_cmpl_cback()
614 …gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type); in gap_ble_c_cmpl_cback()
627 switch (op_type) in gap_ble_c_cmpl_cback()
/external/bluetooth/bluedroid/vnd/include/
Dvendor_ble.h91 UINT8 op_type; member
/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/pcre/dist/
Dpcre_compile.c4389 int repeat_type, op_type; in compile_branch() local
5537 op_type = 0; /* Default single-char op codes */ in compile_branch()
5633 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
5634 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5635 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5636 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5681 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5702 repeat_type += op_type; in compile_branch()
5741 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h726 UINT8 op_type; member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c317 btm_ble_adv_filt_cb.op_type = 0; in btm_ble_scan_pf_cmpl_cback()
/external/valgrind/main/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 …]
/external/oprofile/
DChangeLog-20036210 * libop/op_type.cpp: support for ascii-string cpu types