Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dfilter.c76 unsigned int bound = 0; in parse_hex_field() local
94 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()