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

/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.hh217 bool consume_hex_byte(uint8_t &outByte);
447 bool consume_hex_byte(uint8_t &outByte) function in class:dtc::text_input_buffer
453 return input_stack.top()->consume_hex_byte(outByte);
H A Dinput_buffer.cc982 input_buffer::consume_hex_byte(uint8_t &outByte) function in class:dtc::input_buffer
H A Dfdt.cc383 if (!input.consume_hex_byte(val))

Completed in 102 milliseconds