Searched refs:UtCheckIntegerRange (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Dasltree.c215 Op = UtCheckIntegerRange (Op, 0x00, ACPI_UINT8_MAX);
219 Op = UtCheckIntegerRange (Op, 0x00, ACPI_UINT16_MAX);
223 Op = UtCheckIntegerRange (Op, 0x00, ACPI_UINT32_MAX);
H A Daslutils.c532 UtCheckIntegerRange ( function
H A Daslcompiler.y1266 OptionalByteConstExpr {UtCheckIntegerRange ($5, 0, 7);}
1299 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
2117 : ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
2525 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2597 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2758 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2869 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
H A Daslcompiler.h761 UtCheckIntegerRange (

Completed in 113 milliseconds