Home
last modified time | relevance | path

Searched refs:m_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc104 if (m_bytes < sizeof(m_buf) && (m_bytes + bytes) <= sizeof(m_buf)) in do_allocate()
105 return m_buf + std::__exchange(m_bytes, m_bytes + bytes); in do_allocate()
122 static constexpr int guaranteed_capacity() { return sizeof(m_buf); } in guaranteed_capacity()
125 char m_buf[512]; member
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcreate.c853 create_unencoded_m_buf(pgp_pk_sesskey_t *sesskey, pgp_crypt_t *cipherinfo, uint8_t *m_buf) in create_unencoded_m_buf() argument
862 m_buf[0] = sesskey->symm_alg; in create_unencoded_m_buf()
865 m_buf[1 + i] = sesskey->key[i]; in create_unencoded_m_buf()
869 m_buf + 1 + cipherinfo->keysize); in create_unencoded_m_buf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c460 const char *as_char_ptr () const { return m_buf; } in as_char_ptr()
463 char *m_buf;
472 : m_buf (NULL) in comma_separated_string()
483 m_buf = new char[sz]; in comma_separated_string()
488 strcpy (m_buf + len, rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
492 strcpy (m_buf + len, ", "); in comma_separated_string()
496 m_buf[len] = '\0'; in comma_separated_string()
503 delete[] m_buf; in ~comma_separated_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc460 const char *as_char_ptr () const { return m_buf; } in as_char_ptr()
463 char *m_buf; member in gcc::jit::comma_separated_string
472 : m_buf (NULL) in comma_separated_string()
483 m_buf = new char[sz]; in comma_separated_string()
488 strcpy (m_buf + len, rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
492 strcpy (m_buf + len, ", "); in comma_separated_string()
496 m_buf[len] = '\0'; in comma_separated_string()
503 delete[] m_buf; in ~comma_separated_string()