Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dtc/
H A Dutil.hh90 typedef std::vector<uint8_t> byte_buffer; typedef
98 inline void push_big_endian(byte_buffer &v, T val) in push_big_endian()
108 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
H A Ddtb.hh177 void write_data(byte_buffer b);
190 byte_buffer buffer;
220 byte_buffer buffer;
H A Ddtb.cc46 void write(dtc::byte_buffer &buffer, int fd) in write()
72 void output_writer::write_data(byte_buffer b) in write_data()
H A Dstring.cc51 push_string(byte_buffer &buffer, const string &s, bool escapes) in push_string()
H A Dfdt.hh94 byte_buffer byte_data;
200 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) in push_to_buffer()
604 byte_buffer value_buffer; in write()
1134 byte_buffer name_buffer; in write()
H A Dinput_buffer.cc255 bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b) in read_binary_file()