Home
last modified time | relevance | path

Searched refs:m_bytes (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dcharset.c606 m_bytes (bytes), in wchar_iterator()
635 while (m_bytes > 0) in iterate()
640 size_t orig_in = m_bytes; in iterate()
643 size_t r = iconv (m_desc, &inptr, &m_bytes, &outptr, &out_avail); in iterate()
663 m_bytes -= m_width; in iterate()
683 *len = m_bytes; in iterate()
684 m_bytes = 0; in iterate()
698 *len = orig_in - m_bytes; in iterate()
H A Dcharset.h141 size_t m_bytes; variable
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dcharset.c606 m_bytes (bytes), in wchar_iterator()
635 while (m_bytes > 0) in iterate()
640 size_t orig_in = m_bytes; in iterate()
643 size_t r = iconv (m_desc, &inptr, &m_bytes, &outptr, &out_avail); in iterate()
663 m_bytes -= m_width; in iterate()
683 *len = m_bytes; in iterate()
684 m_bytes = 0; in iterate()
698 *len = orig_in - m_bytes; in iterate()
H A Dcharset.h141 size_t m_bytes; variable
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc98 ~buffer_resource() { if (m_ptr) operator delete(m_ptr, m_bytes); } in ~buffer_resource()
104 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()
110 m_bytes = bytes; in do_allocate()
126 size_t m_bytes = 0; member
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1853 ~fixit_hint () { free (m_bytes); } in ~fixit_hint()
1862 const char *get_string () const { return m_bytes; } in get_string()
1876 char *m_bytes; variable
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1925 ~fixit_hint () { free (m_bytes); } in ~fixit_hint()
1934 const char *get_string () const { return m_bytes; } in get_string()
1948 char *m_bytes; variable
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.c2406 m_bytes (xstrdup (new_content)), in fixit_hint()
2452 m_bytes = (char *)xrealloc (m_bytes, m_len + extra_len + 1); in maybe_append()
2453 memcpy (m_bytes + m_len, new_content, extra_len); in maybe_append()
2455 m_bytes[m_len] = '\0'; in maybe_append()
2466 return m_bytes[m_len - 1] == '\n'; in ends_with_newline_p()
H A Dline-map.cc2494 m_bytes (xstrdup (new_content)), in fixit_hint()
2540 m_bytes = (char *)xrealloc (m_bytes, m_len + extra_len + 1); in maybe_append()
2541 memcpy (m_bytes + m_len, new_content, extra_len); in maybe_append()
2543 m_bytes[m_len] = '\0'; in maybe_append()
2554 return m_bytes[m_len - 1] == '\n'; in ends_with_newline_p()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c2406 m_bytes (xstrdup (new_content)), in fixit_hint()
2452 m_bytes = (char *)xrealloc (m_bytes, m_len + extra_len + 1); in maybe_append()
2453 memcpy (m_bytes + m_len, new_content, extra_len); in maybe_append()
2455 m_bytes[m_len] = '\0'; in maybe_append()
2466 return m_bytes[m_len - 1] == '\n'; in ends_with_newline_p()