Home
last modified time | relevance | path

Searched refs:op2str (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-tftp.c80 static const struct tok op2str[] = { variable
123 cp = tok2str(op2str, "tftp-#%d", opcode); in tftp_print()
Dprint-igrp.c97 static const struct tok op2str[] = { variable
121 tok2str(op2str, "op-#%d", IGRP_OP(hdr->ig_vop)), in igrp_print()
/external/opencv3/modules/imgproc/src/
Dmorph.cpp1430 …static const char * const op2str[] = { "OP_ERODE", "OP_DILATE", NULL, NULL, "OP_GRADIENT", "OP_TOP… in ocl_morphSmall() local
1449 processing.c_str(), op2str[op], in ocl_morphSmall()
1450 actual_op == op ? "" : cv::format(" -D %s", op2str[actual_op]).c_str()); in ocl_morphSmall()
1580 …static const char * const op2str[] = { "OP_ERODE", "OP_DILATE", NULL, NULL, "OP_GRADIENT", "OP_TOP… in ocl_morphOp() local
1595 … anchor.x, anchor.y, (int)localThreads[0], (int)localThreads[1], op2str[op], in ocl_morphOp()
1601 … current_op == op ? "" : cv::format(" -D %s", op2str[current_op]).c_str()); in ocl_morphOp()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2677 bit isSat = 0, bit isRnd = 0, string op2str = "" >
2678 : T_MType_mpy<mnemonic, 0b1101, IntRegs, MajOp, MinOp, isSat, isRnd, op2str>;