Home
last modified time | relevance | path

Searched refs:M_action (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dactions.cpp97 M_action, in afficheInfo()
105 M_action, in afficheInfo()
120 } else if (M_action == E_AT_LOG_ERROR) { in afficheInfo()
134 } else if (M_action == E_AT_JUMP) { in afficheInfo()
138 } else if (M_action == E_AT_VAR_ADD) { in afficheInfo()
144 } else if (M_action == E_AT_VAR_TRIM) { in afficheInfo()
146 } else if (M_action == E_AT_VAR_TEST) { in afficheInfo()
151 …} else if ((M_action == E_AT_PLAY_PCAP_AUDIO) || (M_action == E_AT_PLAY_PCAP_IMAGE) || (M_action =… in afficheInfo()
172 return(M_action); in getActionType()
251 M_action = P_value; in setActionType()
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dactions.hpp183 T_ActionType M_action; member in CAction