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

/freebsd-13-stable/usr.bin/dtc/
H A Dutil.hh90 typedef std::vector<uint8_t> byte_buffer; typedef in namespace:dtc
98 inline void push_big_endian(byte_buffer &v, T val)
108 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
H A Dstring.cc51 push_string(byte_buffer &buffer, const string &s, bool escapes)
H A Ddtb.hh177 void write_data(byte_buffer b);
190 byte_buffer buffer;
220 byte_buffer buffer;
H A Ddtb.cc47 void write(dtc::byte_buffer &buffer, int fd)
73 void output_writer::write_data(byte_buffer b)
H A Dfdt.hh103 byte_buffer byte_data;
209 void push_to_buffer(byte_buffer &buffer);
H A Dinput_buffer.hh542 bool read_binary_file(const std::string &filename, byte_buffer &b);
H A Dfdt.cc79 property_value::push_to_buffer(byte_buffer &buffer)
604 byte_buffer value_buffer;
1134 byte_buffer name_buffer;
H A Dinput_buffer.cc255 bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b)

Completed in 216 milliseconds