Searched refs:UtCheckIntegerRange (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | asltree.c | 231 UtCheckIntegerRange (Op, 0x00, ACPI_UINT8_MAX); in TrSetOpIntegerValue() 237 UtCheckIntegerRange (Op, 0x00, ACPI_UINT16_MAX); in TrSetOpIntegerValue() 243 UtCheckIntegerRange (Op, 0x00, ACPI_UINT32_MAX); in TrSetOpIntegerValue()
|
| H A D | aslresources.y | 304 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 385 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 756 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 984 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
|
| H A D | aslkeywords.y | 205 …: ByteConst {$$ = UtCheckIntegerRange ($1, ACPI_NUM_PREDEFINED_REGIONS… 338 | ByteConstExpr {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
|
| H A D | aslutils.c | 812 UtCheckIntegerRange ( in UtCheckIntegerRange() function
|
| H A D | aslprimaries.y | 894 OptionalByteConstExpr {UtCheckIntegerRange ($5, 0, 7);} 1056 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
|
| H A D | aslcompiler.h | 1322 UtCheckIntegerRange (
|