HomeSort by: relevance | last modified time | path
    Searched defs:m_tmp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.h 191 bitmap m_tmp, m_tmp2; member in class:dom_oracle
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_sign.c 370 uint8_t m_tmp[1024], *m = m_tmp, *alloced_m = NULL; local
383 m_tmp, sizeof(m_tmp), &m_len);
386 if (m != msg && m != m_tmp)
408 uint8_t m_tmp[1024]; local
419 m_tmp, sizeof(m_tmp), &m_len);
422 if (m != msg && m != m_tmp)
  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_dsa.c 273 uint8_t m_tmp[1024], *m = m_tmp; local
278 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
284 if (m != msg && m != m_tmp)
300 uint8_t m_tmp[1024]; local
303 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
309 if (m != msg && m != m_tmp)
  /src/external/gpl3/gcc/dist/gcc/
value-relation.h 234 bitmap m_tmp, m_tmp2; member in class:dom_oracle
  /src/sys/netinet/
sctp_output.c 3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local
3808 for (m_tmp = m; m_tmp; m_tmp = m_tmp->m_next) {
3809 m->m_pkthdr.len += m_tmp->m_len;
3810 if (m_tmp->m_next == NULL) {
3811 /* m_tmp should now point to last one */
3847 m_tmp->m_next = m_cookie;
9025 struct mbuf *m_tmp = err_cause local
    [all...]

Completed in 36 milliseconds