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

  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_dsa.c 284 uint8_t m_tmp[1024], *m = m_tmp; local
289 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
295 if (m != msg && m != m_tmp)
311 uint8_t m_tmp[1024]; local
314 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
320 if (m != msg && m != m_tmp)
  /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/external/gpl3/gcc.old/dist/gcc/
value-relation.h 191 bitmap m_tmp, m_tmp2; member in class:dom_oracle
value-relation.cc 807 m_tmp = BITMAP_ALLOC (&m_bitmaps);
  /src/external/gpl3/gcc/dist/gcc/
value-relation.h 234 bitmap m_tmp, m_tmp2; member in class:dom_oracle
value-relation.cc 1014 m_tmp = BITMAP_ALLOC (&m_bitmaps);
  /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 102 milliseconds