Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex()
34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
35 void Lock() { pthread_mutex_lock(&m_); } in Lock()
36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock()
39 pthread_mutex_t m_; member in Mutex
/src/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c1143 nn m_, c_; in rsaes_pkcs1_v1_5_encrypt() local
1144 m_.magic = c_.magic = WORD(0); in rsaes_pkcs1_v1_5_encrypt()
1181 ret = rsa_os2ip(&m_, em, (u16)k); EG(ret, err); in rsaes_pkcs1_v1_5_encrypt()
1183 ret = rsaep(pub, &m_, &c_); EG(ret, err); in rsaes_pkcs1_v1_5_encrypt()
1189 nn_uninit(&m_); in rsaes_pkcs1_v1_5_encrypt()
1210 nn m_, c_; in _rsaes_pkcs1_v1_5_decrypt() local
1211 m_.magic = c_.magic = WORD(0); in _rsaes_pkcs1_v1_5_decrypt()
1226 ret = rsadp_hardened(priv, pub, &c_, &m_); EG(ret, err); in _rsaes_pkcs1_v1_5_decrypt()
1229 ret = rsadp(priv, &c_, &m_); EG(ret, err); in _rsaes_pkcs1_v1_5_decrypt()
1233 ret = rsa_i2osp(&m_, em, (u16)k); EG(ret, err); in _rsaes_pkcs1_v1_5_decrypt()
[all …]
/src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h95 #define X(type, name) type m_##name;
144 void set##name(type Val) { Data.m_##name = Val; } \
145 type get##name() const { return Data.m_##name; }
169 return (T)Data.m_##name; in as()
/src/contrib/less/
H A Dless.hlp84 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
89 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
112 --_<_n_a_m_e_> Toggle a command line option, by name.
114 ___<_n_a_m_e_> Display the setting of an option, by name.
115 +_c_m_d Execute the less cmd each time a new file is examined.
117 !_c_o_m_m_a_n_d Execute the shell command with $SHELL.
118 #_c_o_m_m_a_n_d Execute the shell command, expanded like a prompt.
119 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command.
186 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
223 --autosave=[_m_/_!_*]
/src/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat58 _/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p
11 The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security
47 This is a typical entry from _/_e_t_c_/_g_s_s_/_m_e_c_h:
/src/contrib/bmake/
H A Dbmake.cat18 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_…
15 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is
17 …(default `_m_a_k_e_f_i_l_e', `_M_a_k_e_f_i_l_e') in order to find the specificatio…
70 FF[++]_f_i_l_e_n_a_m_e
113 variable, or in _/_t_m_p if TMPDIR is unset or set to the
115 … mkstemp(3), and have names of the form _m_a_k_e_X_X_X_X_X_X. _N_O_T_E:
116 This can create many files in TMPDIR or _/_t_m_p, so use with
140 --ff _m_a_k_e_f_i_l_e
142 …A_K_E_._M_A_K_E_F_I_L_E___P_R_E_F_E_R_E_N_C_E. If _m_a_k_e_f_i_l_e …
143 is read. If _m_a_k_e_f_i_l_e starts with the string `.../', bbmmaakkee
[all …]
/src/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h62 #define VCHI_VERSION_EX(v_, m_) { v_, m_ } argument
/src/stand/forth/
H A Dlogo-beastie.4th42 s" /- @[m_@[31m `-/ '" logo+
/src/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c199 #define MFUNC(arg,ret,name,tolerance) { t_macro, arg, ret, NULL, m_##name, tolerance, #name }