Searched refs:bound (Results 1 – 1 of 1) sorted by relevance
76 unsigned int bound = 0; in parse_hex_field() local94 bound = (bound << 4) | 1; in parse_hex_field()109 bound = (bound << 4) | d; in parse_hex_field()113 if (bound > max) in parse_hex_field()