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

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Dasltree.c231 UtCheckIntegerRange (Op, 0x00, ACPI_UINT8_MAX);
237 UtCheckIntegerRange (Op, 0x00, ACPI_UINT16_MAX);
243 UtCheckIntegerRange (Op, 0x00, ACPI_UINT32_MAX);
H A Daslrules.y772 OptionalByteConstExpr {UtCheckIntegerRange ($5, 0, 7);}
805 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
1682 : ByteConst {$$ = UtCheckIntegerRange ($1, 0x0A, 0xFF);}
1815 | ByteConstExpr {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
2249 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2321 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2545 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
2697 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
H A Daslutils.c513 * FUNCTION: UtCheckIntegerRange
526 UtCheckIntegerRange ( function
H A Daslcompiler.h996 UtCheckIntegerRange (

Completed in 103 milliseconds