Home
last modified time | relevance | path

Searched refs:consume_hex_byte (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh222 bool consume_hex_byte(uint8_t &outByte);
467 bool consume_hex_byte(uint8_t &outByte) in consume_hex_byte() function in dtc::text_input_buffer
473 return input_stack.top()->consume_hex_byte(outByte); in consume_hex_byte()
H A Dinput_buffer.cc1036 input_buffer::consume_hex_byte(uint8_t &outByte) in consume_hex_byte() function in dtc::input_buffer
H A Dfdt.cc400 if (!input.consume_hex_byte(val)) in parse_bytes()