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

/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.hh205 bool consume_integer(unsigned long long &outInt);
426 bool consume_integer(unsigned long long &outInt) function in class:dtc::text_input_buffer
432 return input_stack.top()->consume_integer(outInt);
H A Dinput_buffer.cc343 input_buffer::consume_integer(unsigned long long &outInt) function in class:dtc::input_buffer
877 if (!consume_integer(leftVal))
975 return consume_integer(outInt);
H A Dfdt.cc528 valid &= input.consume_integer(bits);

Completed in 59 milliseconds