Searched refs:m_ (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| HD | vts_many_threads_bench.cpp | 33 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
|
| /freebsd-14-stable/crypto/libecc/src/examples/sig/rsa/ |
| HD | rsa.c | 1143 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Interpreter/ |
| HD | Value.h | 95 #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()
|
| /freebsd-14-stable/contrib/less/ |
| HD | less.hlp | 79 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>. 84 ESC-m_<_l_e_t_t_e_r_> Clear a mark. 107 --_<_n_a_m_e_> Toggle a command line option, by name. 109 ___<_n_a_m_e_> Display the setting of an option, by name. 110 +_c_m_d Execute the less cmd each time a new file is examined. 112 !_c_o_m_m_a_n_d Execute the shell command with $SHELL. 113 #_c_o_m_m_a_n_d Execute the shell command, expanded like a prompt. 114 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. 181 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
|
| /freebsd-14-stable/crypto/heimdal/lib/gssapi/mech/ |
| HD | mech.cat5 | 8 _/_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:
|
| /freebsd-14-stable/sys/contrib/vchiq/interface/vchi/ |
| HD | vchi.h | 62 #define VCHI_VERSION_EX(v_, m_) { v_, m_ } argument
|
| /freebsd-14-stable/stand/forth/ |
| HD | logo-beastie.4th | 42 s" /- @[m_@[31m `-/ '" logo+
|