Home
last modified time | relevance | path

Searched refs:byte_buffer (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/dtc/
H A Dutil.hh88 typedef std::vector<uint8_t> byte_buffer; typedef
96 inline void push_big_endian(byte_buffer &v, T val) in push_big_endian()
106 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
H A Ddtb.hh175 void write_data(byte_buffer b);
188 byte_buffer buffer;
218 byte_buffer buffer;
H A Ddtb.cc45 void write(dtc::byte_buffer &buffer, int fd) in write()
71 void output_writer::write_data(byte_buffer b) in write_data()
H A Dstring.cc49 push_string(byte_buffer &buffer, const string &s, bool escapes) in push_string()
H A Dfdt.hh101 byte_buffer byte_data;
207 void push_to_buffer(byte_buffer &buffer);
H A Dinput_buffer.hh540 bool read_binary_file(const std::string &filename, byte_buffer &b);
H A Dfdt.cc78 property_value::push_to_buffer(byte_buffer &buffer) in push_to_buffer()
621 byte_buffer value_buffer; in write()
1178 byte_buffer name_buffer; in write()
H A Dinput_buffer.cc253 bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b) in read_binary_file()