Home
last modified time | relevance | path

Searched defs:op2str (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/
H A Dprint-tftp.c51 static struct tok op2str[] = { variable
/dports/net/tcpview/tcpview-1.0/
H A Dprint-tftp.c47 static struct int2str op2str[] = { variable
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-tftp.c61 static const struct tok op2str[] = { variable
H A Dprint-igrp.c85 static const struct tok op2str[] = { variable
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/meson/rewriter/
H A Dmesonkwargsmodify.cpp35 auto op2str = [](Operation op) -> QString { in command() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dmorph.dispatch.cpp559 …static const char * const op2str[] = { "OP_ERODE", "OP_DILATE", NULL, NULL, "OP_GRADIENT", "OP_TOP… in ocl_morph3x3_8UC1() local
679 …static const char * const op2str[] = { "OP_ERODE", "OP_DILATE", NULL, NULL, "OP_GRADIENT", "OP_TOP… in ocl_morphSmall() local
838 …static const char * const op2str[] = { "OP_ERODE", "OP_DILATE", NULL, NULL, "OP_GRADIENT", "OP_TOP… in ocl_morphOp() local
/dports/math/cgal/CGAL-5.3/include/CGAL/Straight_skeleton_2/
H A Ddebug.h152 inline std::string op2str( OP const& op ) in op2str() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/common/
H A Derl_poll.h146 #define op2str(op) (op == ERTS_POLL_OP_ADD ? "add" : \ macro
/dports/lang/gawk/gawk-5.1.1/
H A Deval.c421 op2str(OPCODE op) in op2str() function